public class OracleJdbcClobFieldDefinition extends JdbcFieldDefinition
| Constructor and Description |
|---|
OracleJdbcClobFieldDefinition(String dbName,
String name,
int sqlType,
int length,
boolean required,
String description) |
| Modifier and Type | Method and Description |
|---|---|
int |
setFieldValueFromResultSet(ResultSet resultSet,
int columnIndex,
Record object) |
int |
setPreparedStatementValue(PreparedStatement statement,
int parameterIndex,
Object value) |
addColumnName, addInsertStatementPlaceHolder, addSelectStatementPlaceHolder, addStatementPlaceHolder, clone, 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 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.