public class UserRelatedTable extends UserCustomTable
| Constructor and Description |
|---|
UserRelatedTable(String tableName,
String relationName,
List<UserCustomColumn> columns)
Constructor
|
UserRelatedTable(String tableName,
String relationName,
List<UserCustomColumn> columns,
Collection<String> requiredColumns)
Constructor
|
UserRelatedTable(String relationName,
UserCustomTable userCustomTable)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Contents |
getContents()
Get the contents
|
String |
getRelationName()
Get the relation name
|
void |
setContents(Contents contents)
Set the contents
|
addUniqueConstraint, addUniqueConstraints, columnCount, columnsOfType, duplicateCheck, getColumn, getColumn, getColumnIndex, getColumnName, getColumnNames, getColumns, getPkColumn, getPkColumnIndex, getTableName, getUniqueConstraints, hasColumn, hasPkColumn, missingCheck, typeCheckpublic UserRelatedTable(String tableName, String relationName, List<UserCustomColumn> columns)
tableName - table namerelationName - relation namecolumns - list of columnspublic UserRelatedTable(String tableName, String relationName, List<UserCustomColumn> columns, Collection<String> requiredColumns)
tableName - table namerelationName - relation namecolumns - list of columnsrequiredColumns - list of required columnspublic UserRelatedTable(String relationName, UserCustomTable userCustomTable)
relationName - relation nameuserCustomTable - user custom tableCopyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.