com.versant.core.jdbc.fetch |
|
Java Source File Name | Type | Comment |
FetchOp.java | Class | On object or field fetch in an EJBQL query. |
FetchOpData.java | Class | This is used for communication between FetchOp's when one needs to
provide information to another. |
FetchOpDataMainRS.java | Class | This just returns the main ResultSet from the FetchData. |
FetchOpDataProxy.java | Class | This delegates all calls to a src FetchOpData. |
FetchOptions.java | Class | Flags etc to control fetching. |
FetchResult.java | Interface | This provides access to the results of a FetchSpec query. |
FetchResultImp.java | Class | This maintains information about a FetchSpec used during a fetch operation.
All the fields of the FetchSpec and FetchOp's themselves are read only
once the spec has been prepared. |
FetchSpec.java | Class | This specifies how each row from a SQL query is processed and helps to
generate the query. |
FopGetFetchGroup.java | Class | Fetch fields for a FetchGroup into a State that must already exist. |
FopGetOID.java | Class | A fetch of the OID (primary key) for a class. |
FopGetState.java | Class | A fetch of a complete State (Entity) for an existing OID. |
SqlBuffer.java | Class | Buffer holding the SQL for a query. |