public final class JDBCTypeSimple extends Object implements JDBCType
| Constructor and Description |
|---|
JDBCTypeSimple(String columnName,
Class javaType,
int jdbcType,
String sqlType,
boolean notNull,
boolean autoIncrement,
Mapper mapper,
JDBCParameterSetter paramSetter,
JDBCResultSetReader resultReader) |
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
getAutoIncrement() |
String[] |
getColumnNames() |
Object |
getColumnValue(int index,
Object value) |
Class[] |
getJavaTypes() |
int[] |
getJDBCTypes() |
boolean[] |
getNotNull() |
JDBCParameterSetter[] |
getParameterSetter() |
JDBCResultSetReader[] |
getResultSetReaders() |
String[] |
getSQLTypes() |
boolean |
hasMapper() |
boolean |
isSearchable() |
Object |
setColumnValue(int index,
Object value,
Object columnValue) |
public JDBCTypeSimple(String columnName, Class javaType, int jdbcType, String sqlType, boolean notNull, boolean autoIncrement, Mapper mapper, JDBCParameterSetter paramSetter, JDBCResultSetReader resultReader)
public String[] getColumnNames()
getColumnNames in interface JDBCTypepublic Class[] getJavaTypes()
getJavaTypes in interface JDBCTypepublic int[] getJDBCTypes()
getJDBCTypes in interface JDBCTypepublic String[] getSQLTypes()
getSQLTypes in interface JDBCTypepublic boolean[] getNotNull()
getNotNull in interface JDBCTypepublic boolean[] getAutoIncrement()
getAutoIncrement in interface JDBCTypepublic Object getColumnValue(int index, Object value)
getColumnValue in interface JDBCTypepublic Object setColumnValue(int index, Object value, Object columnValue)
setColumnValue in interface JDBCTypepublic boolean isSearchable()
isSearchable in interface JDBCTypepublic JDBCResultSetReader[] getResultSetReaders()
getResultSetReaders in interface JDBCTypepublic JDBCParameterSetter[] getParameterSetter()
getParameterSetter in interface JDBCTypeCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.