public interface ScalarDataReader<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accumulateScalarTypes(String propName,
CtCompoundTypeScalarList list)
Accumulate all the scalar types used by an immutable compound value type.
|
void |
bind(DataBind b,
T value)
Bind the value to the underlying preparedStatement.
|
void |
loadIgnore(DataReader dataReader)
Ignore typically by moving the index position.
|
T |
read(DataReader dataReader)
Read and return the appropriate value from the dataReader.
|
T read(DataReader dataReader) throws SQLException
SQLExceptionvoid loadIgnore(DataReader dataReader)
void bind(DataBind b, T value) throws SQLException
SQLExceptionvoid accumulateScalarTypes(String propName, CtCompoundTypeScalarList list)
Copyright © 2014. All Rights Reserved.