public interface DatabaseProperties
Modifier and Type | Method and Description |
---|---|
SequenceProperties |
findSequence(String sequence) |
TableProperties |
findTable(String table) |
String |
findType(int precision,
int... types) |
Collection<SequenceProperties> |
getSequences() |
Collection<TableProperties> |
getTables() |
boolean |
locatorsUpdateCopy() |
boolean |
supportsSelectForUpdate() |
Collection<TableProperties> getTables() throws SQLException
SQLException
boolean supportsSelectForUpdate() throws SQLException
SQLException
boolean locatorsUpdateCopy() throws SQLException
SQLException
TableProperties findTable(String table) throws SQLException
SQLException
Collection<SequenceProperties> getSequences() throws SQLException
SQLException
SequenceProperties findSequence(String sequence) throws SQLException
SQLException
String findType(int precision, int... types) throws SQLException
SQLException
Copyright © 2004–2014 Paul Ferraro. All rights reserved.