public class TableIndex extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_LAST_INDEXED
Last indexed column
|
static String |
COLUMN_TABLE_NAME
tableName field name
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
TableIndex()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ForeignCollection<GeometryIndex> |
getGeometryIndices()
Get the Geometry Indices
|
Date |
getLastIndexed()
Get the last indexed date
|
String |
getTableName()
Get the table name
|
void |
setLastIndexed(Date lastIndexed)
Set the last indexed date
|
void |
setTableName(String tableName)
Set the table name
|
public static final String TABLE_NAME
public static final String COLUMN_TABLE_NAME
public static final String COLUMN_LAST_INDEXED
public String getTableName()
public void setTableName(String tableName)
tableName - public Date getLastIndexed()
public void setLastIndexed(Date lastIndexed)
lastIndexed - public ForeignCollection<GeometryIndex> getGeometryIndices()
Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.