public class OracleDatabaseAdaptor extends DatabaseAdaptor
| Constructor and Description |
|---|
OracleDatabaseAdaptor()
Public Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
fetchNontrivialSchemas(java.sql.Connection connection)
Fetch the list of nontrivial schemas.
|
java.sql.Array |
getArray(java.lang.String type,
java.sql.Connection connection,
java.lang.Object array)
Get an SQL Array given an SQL array type, connection and a primitive array
|
java.sql.Blob |
newBlob(java.sql.Connection connection)
Instantiate an empty Blob.
|
fetchAllSchemas, fetchPrimaryKeys, fetchTables, getColumnsResultSet, getConnection, getConnection, getInstance, getPrimaryKeysResultSet, getTablesResultSetpublic java.util.List<java.lang.String> fetchNontrivialSchemas(java.sql.Connection connection)
throws DatabaseException
fetchNontrivialSchemas in class DatabaseAdaptorconnection - database connectionDatabaseExceptionpublic java.sql.Blob newBlob(java.sql.Connection connection)
newBlob in class DatabaseAdaptorconnection - the database connectionpublic java.sql.Array getArray(java.lang.String type,
java.sql.Connection connection,
java.lang.Object array)
throws DatabaseException
getArray in class DatabaseAdaptortype - An SQL array type identifying the type of arrayconnection - An SQL connectionarray - The primitive Java arrayDatabaseException - if a database exception is thrown