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