public class UserRelatedTable extends UserCustomTable
| Constructor and Description |
|---|
UserRelatedTable(String tableName,
String relationName,
String dataType,
List<UserCustomColumn> columns)
Constructor
|
UserRelatedTable(String tableName,
String relationName,
String dataType,
List<UserCustomColumn> columns,
Collection<String> requiredColumns)
Constructor
|
UserRelatedTable(String relationName,
String dataType,
UserCustomTable userCustomTable)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Contents |
getContents()
Get the contents
|
String |
getDataType()
Get the contents data type
|
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, String dataType, List<UserCustomColumn> columns)
tableName - table namerelationName - relation namedataType - contents data typecolumns - list of columnspublic UserRelatedTable(String tableName, String relationName, String dataType, List<UserCustomColumn> columns, Collection<String> requiredColumns)
tableName - table namerelationName - relation namedataType - contents data typecolumns - list of columnsrequiredColumns - list of required columnspublic UserRelatedTable(String relationName, String dataType, UserCustomTable userCustomTable)
relationName - relation namedataType - contents data typeuserCustomTable - user custom tablepublic String getRelationName()
public String getDataType()
public Contents getContents()
public void setContents(Contents contents)
contents - contentsCopyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.