| Package | Description |
|---|---|
| org.gcube.data.publishing.gis.geoserver.db |
| Modifier and Type | Method and Description |
|---|---|
static SQLType |
SQLType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLType[] |
SQLType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SQLType> |
Table.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addField(String name,
SQLType type,
boolean inQuery) |
void |
Table.setField(String name,
SQLType type,
boolean inQuery,
int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.setFields(Map<String,SQLType> fields) |
| Constructor and Description |
|---|
Table(long rowCount,
String tableName,
Map<String,SQLType> fields,
ArrayList<String> insertQueryFields) |
Copyright © 2015. All Rights Reserved.