public class PostgreSQLGeometryJdbcFieldDefinition extends JdbcFieldDefinition
| Constructor and Description |
|---|
PostgreSQLGeometryJdbcFieldDefinition(String dbName,
String name,
DataType type,
boolean required,
String description,
Map<String,Object> properties,
int srid,
int axisCount,
GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
JdbcFieldDefinition |
clone() |
Object |
getInsertUpdateValue(Object object) |
int |
setFieldValueFromResultSet(ResultSet resultSet,
int columnIndex,
Record object) |
int |
setInsertPreparedStatementValue(PreparedStatement statement,
int parameterIndex,
Record object) |
int |
setPreparedStatementValue(PreparedStatement statement,
int parameterIndex,
Object value) |
Object |
toJava(Object object) |
Object |
toJdbc(Object object) |
addColumnName, 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 JdbcFieldDefinition clone()
clone in class JdbcFieldDefinitionpublic Object getInsertUpdateValue(Object object) throws SQLException
SQLExceptionpublic 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 Object toJava(Object object) throws SQLException
SQLExceptionpublic Object toJdbc(Object object) throws SQLException
SQLExceptionCopyright © 2015 Revolution Systems Inc.. All rights reserved.