public interface TableProperties extends Named<QualifiedName,TableProperties>
| Modifier and Type | Method and Description |
|---|---|
ColumnProperties |
getColumnProperties(String column) |
Collection<String> |
getColumns() |
Collection<ForeignKeyConstraint> |
getForeignKeyConstraints() |
Collection<String> |
getIdentityColumns() |
UniqueConstraint |
getPrimaryKey() |
Collection<UniqueConstraint> |
getUniqueConstraints() |
compareToCollection<String> getColumns() throws SQLException
SQLExceptionColumnProperties getColumnProperties(String column) throws SQLException
SQLExceptionUniqueConstraint getPrimaryKey() throws SQLException
SQLExceptionCollection<ForeignKeyConstraint> getForeignKeyConstraints() throws SQLException
SQLExceptionCollection<UniqueConstraint> getUniqueConstraints() throws SQLException
SQLExceptionCollection<String> getIdentityColumns() throws SQLException
SQLExceptionCopyright © 2004–2014 Paul Ferraro. All rights reserved.