public class JdbcDoubleFieldDefinition extends JdbcFieldDefinition
| Constructor and Description |
|---|
JdbcDoubleFieldDefinition(String dbName,
String name,
int sqlType,
int length,
boolean required,
String description,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
JdbcDoubleFieldDefinition |
clone() |
int |
setFieldValueFromResultSet(ResultSet resultSet,
int columnIndex,
Record object) |
int |
setPreparedStatementValue(PreparedStatement statement,
int parameterIndex,
Object value) |
addColumnName, addInsertStatementPlaceHolder, addSelectStatementPlaceHolder, addStatementPlaceHolder, createAttribute, getDbName, getSqlType, isQuoteName, setInsertPreparedStatementValue, 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 JdbcDoubleFieldDefinition clone()
clone in class JdbcFieldDefinitionpublic int setFieldValueFromResultSet(ResultSet resultSet, int columnIndex, Record object) throws SQLException
setFieldValueFromResultSet in class JdbcFieldDefinitionSQLExceptionpublic int setPreparedStatementValue(PreparedStatement statement, int parameterIndex, Object value) throws SQLException
setPreparedStatementValue in class JdbcFieldDefinitionSQLExceptionCopyright © 2015 Revolution Systems Inc.. All rights reserved.