Package oracle.spatial.util
Class DBMS
- java.lang.Object
-
- oracle.spatial.util.DBMS
-
public class DBMS extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DBMS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidDbmsOutputClose()voidDbmsOutputDisable()voidDbmsOutputEnable(int size)voidDbmsOutputPrepare(java.sql.Connection conn)voidDbmsOutputShow()
-
-
-
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
-
-