public class DatabaseFacade extends Object implements IDatabaseFacade
| Constructor and Description |
|---|
DatabaseFacade() |
public List<IDatabaseSequenceName> getSequences(Connection connection, String schema) throws SQLException
getSequences in interface IDatabaseFacadeSQLExceptionpublic ResultSet getSequenceMetadata(Connection connection, IDatabaseSequenceName schema) throws SQLException
getSequenceMetadata in interface IDatabaseFacadeSQLExceptionpublic boolean supportsSequences()
supportsSequences in interface IDatabaseFacadepublic ResultSet getIndexMetadata(Connection connection, IDatabaseIndexName schema) throws SQLException
getIndexMetadata in interface IDatabaseFacadeSQLExceptionpublic ResultSet getTriggerMetadata(Connection connection, IDatabaseTriggerName schema) throws SQLException
getTriggerMetadata in interface IDatabaseFacadeSQLExceptionpublic String getTriggerStatement(Connection connection, IDatabaseTriggerName schema) throws SQLException
getTriggerStatement in interface IDatabaseFacadeSQLExceptionpublic boolean supportsTrigger()
supportsTrigger in interface IDatabaseFacadepublic boolean supportsIndicies()
supportsIndicies in interface IDatabaseFacadepublic List<IDatabaseIndexName> getIndicies(Connection connection, IDatabaseTableName tableName) throws SQLException
getIndicies in interface IDatabaseFacadeSQLExceptionpublic List<IDatabaseTriggerName> getTriggers(Connection connection, IDatabaseTableName tableName) throws SQLException
getTriggers in interface IDatabaseFacadeSQLExceptionpublic List<IDatabaseConstraintName> getConstraints(Connection connection, IDatabaseTableName tableName) throws SQLException
getConstraints in interface IDatabaseFacadeSQLExceptionpublic ResultSet getConstraintMetadata(Connection connection, IDatabaseConstraintName schema) throws SQLException
getConstraintMetadata in interface IDatabaseFacadeSQLExceptionpublic boolean supportsConstaints()
supportsConstaints in interface IDatabaseFacadepublic boolean isTable(IDatabaseTableName table)
isTable in interface IDatabaseFacadepublic Iterable<INamedTableFilter> getTableFilters()
getTableFilters in interface IDatabaseFacadeCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.