public interface DatabaseProperties
Modifier and Type | Method and Description |
---|---|
SequenceProperties |
findSequence(java.lang.String sequence) |
TableProperties |
findTable(java.lang.String table) |
java.util.Collection<SequenceProperties> |
getSequences() |
java.util.Collection<TableProperties> |
getTables() |
boolean |
supportsSelectForUpdate() |
java.util.Collection<TableProperties> getTables() throws java.sql.SQLException
java.sql.SQLException
boolean supportsSelectForUpdate() throws java.sql.SQLException
java.sql.SQLException
TableProperties findTable(java.lang.String table) throws java.sql.SQLException
java.sql.SQLException
java.util.Collection<SequenceProperties> getSequences() throws java.sql.SQLException
java.sql.SQLException
SequenceProperties findSequence(java.lang.String sequence) throws java.sql.SQLException
java.sql.SQLException