| java.lang.Object org.continuent.sequoia.controller.backend.DatabaseSQLMetaData
DatabaseSQLMetaData | public DatabaseSQLMetaData(Trace logger, Connection connection, int dynamicPrecision, boolean gatherSystemTables, String schemaPattern)(Code) | | Creates a new MetaData object
Parameters: logger - the log4j logger to output to Parameters: connection - a jdbc connection to a database Parameters: dynamicPrecision - precision used to create the schema Parameters: gatherSystemTables - should we gather system tables Parameters: schemaPattern - schema pattern to look for (reduce the scope ofgathering if not null) |
createDatabaseSchema | final public DatabaseSchema createDatabaseSchema(String vdbName) throws SQLException(Code) | | Create a database schema from the given connection
Parameters: vdbName - the virtual database name this schema represents DataSchema contructed from the information collectedthrough jdbc throws: SQLException - if an error occurs with the given connection |
|
|