public class DefaultJdbcColumn extends Object implements JdbcColumn<ResultSet>
| Constructor and Description |
|---|
DefaultJdbcColumn(int columnIndex,
String columnName,
int jdbcTypeValue,
RegisterType registerType,
Class<?> classTarget) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName() |
Object |
getBytes(ResultSet rs) |
int |
getIndex() |
String |
getMethodName() |
String |
getName() |
PropertyAccess |
getPropertyAccess() |
ColumnType |
getType() |
Object |
getValue(ResultSet rs) |
boolean |
isBinary() |
boolean |
isNestedAttribute() |
String |
toString() |
public DefaultJdbcColumn(int columnIndex, String columnName, int jdbcTypeValue, RegisterType registerType, Class<?> classTarget)
public PropertyAccess getPropertyAccess()
getPropertyAccess in interface JdbcColumn<ResultSet>public String getAttributeName()
getAttributeName in interface JdbcColumn<ResultSet>public String getMethodName()
getMethodName in interface JdbcColumn<ResultSet>public String getName()
getName in interface JdbcColumn<ResultSet>public int getIndex()
getIndex in interface JdbcColumn<ResultSet>public boolean isBinary()
isBinary in interface JdbcColumn<ResultSet>public boolean isNestedAttribute()
isNestedAttribute in interface JdbcColumn<ResultSet>public Object getValue(ResultSet rs) throws SQLException
getValue in interface JdbcColumn<ResultSet>SQLExceptionpublic Object getBytes(ResultSet rs) throws SQLException
getBytes in interface JdbcColumn<ResultSet>SQLExceptionpublic ColumnType getType()
getType in interface JdbcColumn<ResultSet>Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.