类 OracleUtils
java.lang.Object
com.alibaba.druid.util.OracleUtils
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidstatic voidstatic voidstatic Stringstatic StringgetCreateTableScript(Connection conn, boolean sorted, boolean simplify) static intstatic intgetDefaultRowPrefetch(Connection conn, int value) static booleanstatic oracle.sql.ROWIDstatic intstatic intgetTableDDL(Connection conn, String... tables) getTableDDL(Connection conn, List<String> tables) static shortstatic booleanisBuiltinFunction(String function) static booleanisBuiltinTable(String table) static booleanstatic voidopenProxySession(Connection conn, int type, Properties prop) static XAConnectionOracleXAConnection(Connection oracleConnection) static intpingDatabase(Connection conn) static voidpurgeImplicitCache(Connection conn) static voidsetDefaultRowPrefetch(Connection conn, int value) static voidsetImplicitCachingEnabled(Connection conn, boolean cache) static voidsetRowPrefetch(PreparedStatement stmt, int value) static voidsetStatementCacheSize(Connection conn, int size) showTables(Connection conn) static oracle.jdbc.OracleConnectionunwrap(Connection conn) static oracle.jdbc.internal.OraclePreparedStatement
-
构造器详细资料
-
OracleUtils
public OracleUtils()
-
-
方法详细资料
-
OracleXAConnection
- 抛出:
XAException
-
getRowPrefetch
- 抛出:
SQLException
-
setRowPrefetch
- 抛出:
SQLException
-
enterImplicitCache
- 抛出:
SQLException
-
exitImplicitCacheToClose
- 抛出:
SQLException
-
exitImplicitCacheToActive
- 抛出:
SQLException
-
unwrapInternal
public static oracle.jdbc.internal.OraclePreparedStatement unwrapInternal(PreparedStatement stmt) throws SQLException - 抛出:
SQLException
-
getVersionNumber
- 抛出:
SQLException
-
setDefaultRowPrefetch
- 抛出:
SQLException
-
getDefaultRowPrefetch
- 抛出:
SQLException
-
getImplicitCachingEnabled
- 抛出:
SQLException
-
getStatementCacheSize
- 抛出:
SQLException
-
purgeImplicitCache
- 抛出:
SQLException
-
setImplicitCachingEnabled
- 抛出:
SQLException
-
setStatementCacheSize
- 抛出:
SQLException
-
pingDatabase
- 抛出:
SQLException
-
openProxySession
- 抛出:
SQLException
-
getDefaultExecuteBatch
- 抛出:
SQLException
-
unwrap
- 抛出:
SQLException
-
getROWID
- 抛出:
SQLException
-
isBuiltinFunction
-
isBuiltinTable
-
isKeyword
-
showTables
- 抛出:
SQLException
-
getTableDDL
- 抛出:
SQLException
-
getTableDDL
- 抛出:
SQLException
-
getCreateTableScript
- 抛出:
SQLException
-
getCreateTableScript
public static String getCreateTableScript(Connection conn, boolean sorted, boolean simplify) throws SQLException - 抛出:
SQLException
-