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