| java.lang.Object workbench.db.oracle.OracleMetadata
Method Summary | |
public void | columnsProcessed() Close the statement object that was used in
OracleMetadata.getColumns(String,String,String,String) . | public ResultSet | getColumns(String catalog, String schema, String table, String cols) | public String | getErrorInfo(String schema, String objectName, String objectType) Return the errors reported in the all_errors table for Oracle. | public boolean | getMapDateToTimestamp() | public String | getSnapshotSource(TableIdentifier tbl) | public Set<String> | getSnapshots(String schema) Returns a Set with Strings identifying available Snapshots (materialized views)
The names will be returned as owner.tablename
In case the retrieve throws an error, this method will return
an empty set in subsequent calls. | public String | getSqlTypeDisplay(String dbmsName, int sqlType, int size, int digits, int byteOrChar) | public boolean | isOracle8() |
BYTE_SEMANTICS | final static int BYTE_SEMANTICS(Code) | | |
CHAR_SEMANTICS | final static int CHAR_SEMANTICS(Code) | | |
OracleMetadata | OracleMetadata(int defaultSemantics, boolean alwaysShowSemantics)(Code) | | Only for testing purposes
|
getErrorInfo | public String getErrorInfo(String schema, String objectName, String objectType)(Code) | | Return the errors reported in the all_errors table for Oracle.
This method can be used to obtain error information after a CREATE PROCEDURE
or CREATE TRIGGER statement has been executed.
extended error information if available |
getMapDateToTimestamp | public boolean getMapDateToTimestamp()(Code) | | |
getSnapshots | public Set<String> getSnapshots(String schema)(Code) | | Returns a Set with Strings identifying available Snapshots (materialized views)
The names will be returned as owner.tablename
In case the retrieve throws an error, this method will return
an empty set in subsequent calls.
|
getSqlTypeDisplay | public String getSqlTypeDisplay(String dbmsName, int sqlType, int size, int digits, int byteOrChar)(Code) | | |
isOracle8 | public boolean isOracle8()(Code) | | |
|
|