|
abstract String | find_gis_type (Connection conn, ResultSetMetaData metadata, int column_number) throws SQLException |
|
abstract String | get_wkt (ResultSet rs, int column_number, String gis_type_name) throws SQLException |
|
Definition at line 15 of file Db_vendor_types.java.
com.mapd.utility.db_vendors.Db_vendor_types.Db_vendor_types |
( |
| ) |
|
|
inlineprotected |
Definition at line 25 of file Db_vendor_types.java.
27 if (connection_str.toLowerCase().contains(
"postgres"))
29 else if (connection_str.toLowerCase().contains(
"omnisci"))
abstract String com.mapd.utility.db_vendors.Db_vendor_types.find_gis_type |
( |
Connection |
conn, |
|
|
ResultSetMetaData |
metadata, |
|
|
int |
column_number |
|
) |
| throws SQLException |
|
pure virtual |
abstract String com.mapd.utility.db_vendors.Db_vendor_types.get_wkt |
( |
ResultSet |
rs, |
|
|
int |
column_number, |
|
|
String |
gis_type_name |
|
) |
| throws SQLException |
|
pure virtual |
HashSet<Integer> com.mapd.utility.db_vendors.Db_vendor_types.valid_srid |
|
staticprotected |
The documentation for this class was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/java/utility/src/main/java/com/mapd/utility/db_vendors/Db_vendor_types.java