Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


oracle.spatial.util
Class DBMS

java.lang.Object
  extended by oracle.spatial.util.DBMS


public class DBMS
extends java.lang.Object

Constructor Summary
DBMS()
           

 

Method Summary
 void DbmsOutputClose()
           
 void DbmsOutputDisable()
           
 void DbmsOutputEnable(int size)
           
 void DbmsOutputPrepare(java.sql.Connection conn)
           
 void DbmsOutputShow()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DBMS

public DBMS()

Method Detail

DbmsOutputPrepare

public void DbmsOutputPrepare(java.sql.Connection conn)
                       throws java.sql.SQLException
Throws:
java.sql.SQLException

DbmsOutputEnable

public void DbmsOutputEnable(int size)
                      throws java.sql.SQLException
Throws:
java.sql.SQLException

DbmsOutputDisable

public void DbmsOutputDisable()
                       throws java.sql.SQLException
Throws:
java.sql.SQLException

DbmsOutputShow

public void DbmsOutputShow()
                    throws java.sql.SQLException
Throws:
java.sql.SQLException

DbmsOutputClose

public void DbmsOutputClose()
                     throws java.sql.SQLException
Throws:
java.sql.SQLException

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


Copyright © 2007, 2011, Oracle and/or its affiliates. All Rights Reserved.