OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mapd.utility.db_vendors.Other_types Class Reference
+ Inheritance diagram for com.mapd.utility.db_vendors.Other_types:
+ Collaboration diagram for com.mapd.utility.db_vendors.Other_types:

Public Member Functions

boolean isAutoCommitDisabledRequired ()
 
GisType find_gis_type (Connection conn, ResultSetMetaData metadata, int column_number) throws SQLException
 
String get_wkt (ResultSet rs, int column_number, String gis_type_name) throws SQLException
 

Protected Member Functions

 Other_types ()
 
- Protected Member Functions inherited from com.mapd.utility.db_vendors.Db_vendor_types
 Db_vendor_types ()
 

Additional Inherited Members

- Static Public Member Functions inherited from com.mapd.utility.db_vendors.Db_vendor_types
static
com.mapd.utility.db_vendors.Db_vendor_types 
Db_vendor_factory (String connection_str)
 
static String gis_type_to_str (GisType type)
 
- Static Protected Attributes inherited from com.mapd.utility.db_vendors.Db_vendor_types
static HashSet< Integer > valid_srid
 

Detailed Description

Definition at line 54 of file Db_vendor_types.java.

Constructor & Destructor Documentation

com.mapd.utility.db_vendors.Other_types.Other_types ( )
inlineprotected

Definition at line 55 of file Db_vendor_types.java.

55 {}

Member Function Documentation

GisType com.mapd.utility.db_vendors.Other_types.find_gis_type ( Connection  conn,
ResultSetMetaData  metadata,
int  column_number 
) throws SQLException
inlinevirtual

Implements com.mapd.utility.db_vendors.Db_vendor_types.

Definition at line 59 of file Db_vendor_types.java.

61  {
62  throw new SQLException("GEO types not supported");
63  }
String com.mapd.utility.db_vendors.Other_types.get_wkt ( ResultSet  rs,
int  column_number,
String  gis_type_name 
) throws SQLException
inlinevirtual

Implements com.mapd.utility.db_vendors.Db_vendor_types.

Definition at line 64 of file Db_vendor_types.java.

65  {
66  throw new SQLException("GEO types not supported");
67  }
boolean com.mapd.utility.db_vendors.Other_types.isAutoCommitDisabledRequired ( )
inlinevirtual

Implements com.mapd.utility.db_vendors.Db_vendor_types.

Definition at line 56 of file Db_vendor_types.java.

56  {
57  return false;
58  }

The documentation for this class was generated from the following file: