public class TableMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_GEOPACKAGE_ID
GeoPackage Id column
|
static String |
COLUMN_LAST_INDEXED
Last indexed column
|
static String |
COLUMN_TABLE_NAME
Table name column
|
static String[] |
COLUMNS
Columns
|
static String |
CREATE_SQL
Create table SQL
|
long |
geoPackageId
GeoPackage Id
|
Long |
lastIndexed
Time in milliseconds since epoch when the table was last indexed
|
static String |
TABLE_NAME
Table name
|
String |
tableName
GeoPackage table name
|
| Constructor and Description |
|---|
TableMetadata() |
| Modifier and Type | Method and Description |
|---|---|
long |
getGeoPackageId()
Get the GeoPackage id
|
Long |
getLastIndexed()
Get the last indexed date
|
String |
getTableName()
Get the table name
|
void |
setGeoPackageId(long geoPackageId)
Set the GeoPackage id
|
void |
setLastIndexed(Long 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_GEOPACKAGE_ID
public static final String COLUMN_TABLE_NAME
public static final String COLUMN_LAST_INDEXED
public static final String[] COLUMNS
public static final String CREATE_SQL
public long geoPackageId
public String tableName
public Long lastIndexed
public long getGeoPackageId()
public void setGeoPackageId(long geoPackageId)
geoPackageId - public String getTableName()
public void setTableName(String tableName)
tableName - public Long getLastIndexed()
public void setLastIndexed(Long lastIndexed)
lastIndexed -