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 void
DbmsOutputClose()
void
DbmsOutputDisable()
void
DbmsOutputEnable(int size)
void
DbmsOutputPrepare(java.sql.Connection conn)
void
DbmsOutputShow()
-
-
-
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
-
-