public interface TableProperties
Modifier and Type | Method and Description |
---|---|
ColumnProperties |
getColumnProperties(java.lang.String column) |
java.util.Collection<java.lang.String> |
getColumns() |
java.util.Collection<ForeignKeyConstraint> |
getForeignKeyConstraints() |
java.util.Collection<java.lang.String> |
getIdentityColumns() |
java.lang.String |
getName() |
UniqueConstraint |
getPrimaryKey() |
java.util.Collection<UniqueConstraint> |
getUniqueConstraints() |
java.lang.String getName()
java.util.Collection<java.lang.String> getColumns() throws java.sql.SQLException
java.sql.SQLException
ColumnProperties getColumnProperties(java.lang.String column) throws java.sql.SQLException
java.sql.SQLException
UniqueConstraint getPrimaryKey() throws java.sql.SQLException
java.sql.SQLException
java.util.Collection<ForeignKeyConstraint> getForeignKeyConstraints() throws java.sql.SQLException
java.sql.SQLException
java.util.Collection<UniqueConstraint> getUniqueConstraints() throws java.sql.SQLException
java.sql.SQLException
java.util.Collection<java.lang.String> getIdentityColumns() throws java.sql.SQLException
java.sql.SQLException