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() |
compareTo
Collection<String> getColumns() throws SQLException
SQLException
ColumnProperties getColumnProperties(String column) throws SQLException
SQLException
UniqueConstraint getPrimaryKey() throws SQLException
SQLException
Collection<ForeignKeyConstraint> getForeignKeyConstraints() throws SQLException
SQLException
Collection<UniqueConstraint> getUniqueConstraints() throws SQLException
SQLException
Collection<String> getIdentityColumns() throws SQLException
SQLException
Copyright © 2004–2014 Paul Ferraro. All rights reserved.