R
- The result of a query (ResultSet).public interface JdbcColumn<R>
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName() |
Object |
getBytes(R resultSet) |
int |
getIndex() |
String |
getMethodName() |
String |
getName() |
PropertyAccess |
getPropertyAccess() |
ColumnType |
getType() |
Object |
getValue(R resultSet) |
boolean |
isBinary() |
boolean |
isNestedAttribute() |
String getAttributeName()
String getMethodName()
PropertyAccess getPropertyAccess()
int getIndex()
ColumnType getType()
boolean isBinary()
boolean isNestedAttribute()
Object getValue(R resultSet) throws SQLException
SQLException
Object getBytes(R resultSet) throws SQLException
SQLException
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.