public static class DatabaseTypeEnum.DatabaseTypeBindingByteArray extends Object implements DatabaseTypeBinding
Modifier and Type | Field and Description |
---|---|
static DatabaseTypeEnum.DatabaseTypeBindingByteArray |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
Class |
getType()
Returns the Java target type.
|
Object |
getValue(ResultSet resultSet,
String columnName)
Returns the Java object for the given column.
|
CodegenExpression |
make() |
public static final DatabaseTypeEnum.DatabaseTypeBindingByteArray INSTANCE
public Object getValue(ResultSet resultSet, String columnName) throws SQLException
DatabaseTypeBinding
getValue
in interface DatabaseTypeBinding
resultSet
- is the result set to read the column fromcolumnName
- is the column nameSQLException
- if the mapping cannot be performedpublic Class getType()
DatabaseTypeBinding
getType
in interface DatabaseTypeBinding
public CodegenExpression make()
make
in interface DatabaseTypeBinding
Copyright © 2005–2019. All rights reserved.