Class OracleValueConverterFactory
- java.lang.Object
-
- com.vividsolutions.jump.datastore.spatialdatabases.SpatialDatabasesValueConverterFactory
-
- com.vividsolutions.jump.datastore.oracle.OracleValueConverterFactory
-
public class OracleValueConverterFactory extends SpatialDatabasesValueConverterFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected ValueConverter
ORA_STRUCT_GEOMETRY_MAPPER
-
Fields inherited from class com.vividsolutions.jump.datastore.spatialdatabases.SpatialDatabasesValueConverterFactory
conn, WKB_GEOMETRY_MAPPER, WKB_OBJECT_MAPPER, wkbReader, WKT_GEOMETRY_MAPPER, wktReader
-
-
Constructor Summary
Constructors Constructor Description OracleValueConverterFactory(Connection conn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueConverter
getConverter(ResultSetMetaData rsm, int columnIndex)
Base class to get converter from factory.
-
-
-
Field Detail
-
ORA_STRUCT_GEOMETRY_MAPPER
protected final ValueConverter ORA_STRUCT_GEOMETRY_MAPPER
-
-
Constructor Detail
-
OracleValueConverterFactory
public OracleValueConverterFactory(Connection conn)
-
-
Method Detail
-
getConverter
public ValueConverter getConverter(ResultSetMetaData rsm, int columnIndex) throws SQLException
Description copied from class:SpatialDatabasesValueConverterFactory
Base class to get converter from factory. Should never be called !!- Overrides:
getConverter
in classSpatialDatabasesValueConverterFactory
- Parameters:
rsm
- a ResultSetMetaDatacolumnIndex
- column index- Returns:
- the value converter to use for this column
- Throws:
SQLException
- if the server throws an exception during ResultSetMetaData reading
-
-