Definition at line 13 of file Db_vendor_types.java.
com.mapd.utility.db_vendors.Db_vendor_types.Db_vendor_types |
( |
| ) |
|
|
inlineprotected |
Definition at line 30 of file Db_vendor_types.java.
32 if (connection_str.toLowerCase().contains(
"postgres"))
34 else if (connection_str.toLowerCase().contains(
"omnisci"))
abstract GisType 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 |
static String com.mapd.utility.db_vendors.Db_vendor_types.gis_type_to_str |
( |
GisType |
type | ) |
|
|
inlinestatic |
abstract boolean com.mapd.utility.db_vendors.Db_vendor_types.isAutoCommitDisabledRequired |
( |
| ) |
|
|
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