static Tuple<String,GeometryMetaData> |
GeometryTableUtilities.getFirstColumnMetaData(Connection connection,
String geometryTable) |
Read the geometry metadata of the first geometry column
|
static Tuple<String,GeometryMetaData> |
GeometryTableUtilities.getFirstColumnMetaData(Connection connection,
TableLocation geometryTable) |
Read the geometry metadata of the first geometry column
|
static Tuple<String,GeometryMetaData> |
GeometryTableUtilities.getFirstColumnMetaData(ResultSet resultSet) |
The geometry metadata of a resulset is getting from the first row Because
a resulset can mixed geometry types and SRID we are not able to return
all geometry metadatas
Use this method only to instantiate a GeometryMetaData object
|
static Tuple<String,Integer> |
GeometryTableUtilities.getFirstGeometryColumnNameAndIndex(Connection connection,
String tableName) |
Find the first geometry column name of a table with its index
|
static Tuple<String,Integer> |
GeometryTableUtilities.getFirstGeometryColumnNameAndIndex(Connection connection,
TableLocation tableLocation) |
Find the first geometry column name of a table with its index
|
static Tuple<String,Integer> |
GeometryTableUtilities.getFirstGeometryColumnNameAndIndex(ResultSet resultSet) |
Find the first geometry column name and its index of a resultSet.
|
static Tuple<String,Integer> |
GeometryTableUtilities.getFirstGeometryColumnNameAndIndex(ResultSetMetaData metadata) |
Find the first geometry column name of a table with its index
|
static Tuple<String,Integer> |
JDBCUtilities.getIntegerPrimaryKeyNameAndIndex(Connection connection,
TableLocation tableLocation) |
Method to fetch an integer primary key (name + index).
|