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.SQLExceptionboolean supportsSelectForUpdate() throws java.sql.SQLException
java.sql.SQLExceptionTableProperties findTable(java.lang.String table) throws java.sql.SQLException
java.sql.SQLExceptionjava.util.Collection<SequenceProperties> getSequences() throws java.sql.SQLException
java.sql.SQLExceptionSequenceProperties findSequence(java.lang.String sequence) throws java.sql.SQLException
java.sql.SQLException