public class LazyTableProperties extends AbstractTableProperties
| Constructor and Description |
|---|
LazyTableProperties(QualifiedName table,
DatabaseMetaDataProvider metaDataProvider,
Dialect dialect,
QualifiedNameFactory nameFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,ColumnProperties> |
getColumnMap() |
Collection<ForeignKeyConstraint> |
getForeignKeyConstraints() |
Collection<String> |
getIdentityColumns() |
UniqueConstraint |
getPrimaryKey() |
Collection<UniqueConstraint> |
getUniqueConstraints() |
getColumnProperties, getColumnscompareTo, equals, getName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTopublic LazyTableProperties(QualifiedName table, DatabaseMetaDataProvider metaDataProvider, Dialect dialect, QualifiedNameFactory nameFactory)
protected Map<String,ColumnProperties> getColumnMap() throws SQLException
getColumnMap in class AbstractTablePropertiesSQLExceptionpublic UniqueConstraint getPrimaryKey() throws SQLException
SQLExceptionTableProperties.getPrimaryKey()public Collection<ForeignKeyConstraint> getForeignKeyConstraints() throws SQLException
SQLExceptionTableProperties.getForeignKeyConstraints()public Collection<UniqueConstraint> getUniqueConstraints() throws SQLException
SQLExceptionTableProperties.getUniqueConstraints()public Collection<String> getIdentityColumns() throws SQLException
SQLExceptionTableProperties.getIdentityColumns()Copyright © 2004–2014 Paul Ferraro. All rights reserved.