Package | Description |
---|---|
org.apache.cayenne.access.jdbc |
Contains classes that handle JDBC interactions.
|
Modifier and Type | Field and Description |
---|---|
protected RowDescriptor |
BatchAction.keyRowDescriptor |
protected RowDescriptor |
JDBCResultIterator.rowDescriptor |
Modifier and Type | Method and Description |
---|---|
protected RowDescriptor |
ProcedureAction.describeResultSet(ResultSet resultSet,
int setIndex)
Creates a RowDescriptor for result set.
|
RowDescriptor |
RowDescriptorBuilder.getDescriptor(ExtendedTypeMap typeMap)
Returns a RowDescriptor built based on the builder internal state.
|
RowDescriptor |
JDBCResultIterator.getRowDescriptor() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseSQLAction.readResultSet(ResultSet resultSet,
RowDescriptor descriptor,
Query query,
OperationObserver delegate)
Helper method to process a ResultSet.
|
Constructor and Description |
---|
JDBCResultIterator(Connection connection,
Statement statement,
ResultSet resultSet,
RowDescriptor descriptor,
QueryMetadata queryMetadata)
Creates new JDBCResultIterator that reads from provided ResultSet.
|
Copyright © 2001–2018 Apache Cayenne. All rights reserved.