Package | Description |
---|---|
net.ontopia.persistence.proxy |
An object-relational mapping framework.
|
net.ontopia.persistence.query.sql |
Object model for representing SQL queries.
|
net.ontopia.topicmaps.query.impl.rdbms |
Contains the rdbms implementation of the query language.
|
Modifier and Type | Field and Description |
---|---|
protected QueryResultIF |
QueryResultIterator.result |
Constructor and Description |
---|
QueryResultIterator(QueryResultIF result) |
QueryResultIterator(QueryResultIF result,
int index) |
Modifier and Type | Class and Description |
---|---|
class |
RDBMSQueryResult
INTERNAL: QueryResultIF implementation that wraps a ResultSet.
|
Modifier and Type | Field and Description |
---|---|
protected QueryResultIF |
QueryResult.result |
Constructor and Description |
---|
QueryResult(QueryResultIF result,
String[] colnames) |
QueryResult(QueryResultIF result,
String[] colnames,
int limit,
int offset) |