public class OracleSdoGeometryJdbcFieldDefinition extends JdbcFieldDefinition
| Constructor and Description |
|---|
OracleSdoGeometryJdbcFieldDefinition(String dbName,
String name,
DataType type,
int sqlType,
boolean required,
String description,
Map<String,Object> properties,
GeometryFactory geometryFactory,
int axisCount,
int oracleSrid) |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumnName(StringBuilder sql,
String tablePrefix) |
OracleSdoGeometryJdbcFieldDefinition |
clone() |
int |
setFieldValueFromResultSet(ResultSet resultSet,
int columnIndex,
Record object) |
int |
setInsertPreparedStatementValue(PreparedStatement statement,
int parameterIndex,
Record object) |
int |
setPreparedStatementValue(PreparedStatement statement,
int parameterIndex,
Object value) |
double[] |
toClockwiseCoordinatesArray(LineString ring,
int dimension) |
double[] |
toCounterClockwiseCoordinatesArray(LineString ring,
int dimension) |
addInsertStatementPlaceHolder, addSelectStatementPlaceHolder, addStatementPlaceHolder, createAttribute, getDbName, getSqlType, isQuoteName, setQuoteName, setSqlTypeaddAllowedValue, appendType, convert, create, equals, getAllowedValues, getCodeTable, getDefaultValue, getDescription, getIndex, getLength, getMaxStringLength, getMaxValue, getMinValue, getName, getRecordDefinition, getScale, getSimpleType, getTitle, getType, getTypeClass, getTypeDescription, hashCode, isRequired, setAllowedValues, setAllowedValues, setCodeTable, setDefaultValue, setDescription, setLength, setMaxValue, setMinValue, setRecordDefinition, setRequired, setScale, setTitle, setType, setValue, toMap, toString, validateclearProperties, close, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeakpublic void addColumnName(StringBuilder sql, String tablePrefix)
addColumnName in class JdbcFieldDefinitionpublic OracleSdoGeometryJdbcFieldDefinition clone()
clone in class JdbcFieldDefinitionpublic int setFieldValueFromResultSet(ResultSet resultSet, int columnIndex, Record object) throws SQLException
setFieldValueFromResultSet in class JdbcFieldDefinitionSQLExceptionpublic int setInsertPreparedStatementValue(PreparedStatement statement, int parameterIndex, Record object) throws SQLException
setInsertPreparedStatementValue in class JdbcFieldDefinitionSQLExceptionpublic int setPreparedStatementValue(PreparedStatement statement, int parameterIndex, Object value) throws SQLException
setPreparedStatementValue in class JdbcFieldDefinitionSQLExceptionpublic double[] toClockwiseCoordinatesArray(LineString ring, int dimension)
public double[] toCounterClockwiseCoordinatesArray(LineString ring, int dimension)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.