| Package | Description |
|---|---|
| org.tentackle.ns.pdo |
Persistence implementation for number sources.
|
| org.tentackle.pdo |
PDO persistence implementation.
|
| org.tentackle.persist |
Persistence layer implementation.
|
| org.tentackle.security.pdo |
Persistence implementation for security rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NumberPoolPersistenceImpl.getFields(ResultSetWrapper rs) |
void |
NumberRangePersistenceImpl.getFields(ResultSetWrapper rs) |
| Modifier and Type | Method and Description |
|---|---|
ResultSetWrapper |
AbstractPersistentObject.resultAll(JoinedSelect<T> js)
Gets the result set for all objects in the current context
for use in lists.
|
ResultSetWrapper |
AbstractPersistentObject.resultAllCursor(JoinedSelect<T> js)
Gets the result set for all objects in the current context
for use in cursors.
Cursors differ from lists because they need ResultSet.TYPE_SCROLL_INSENSITIVE set. |
ResultSetWrapper |
AbstractPersistentObject.resultByNormText(String normText,
JoinedSelect<T> js)
Gets the result set for the normtext query (where normtext like ?)
for use in lists.
If the given normtext is null or just "%" the method falls back to AbstractPersistentObject.resultAll(org.tentackle.pdo.JoinedSelect<T>). |
ResultSetWrapper |
AbstractPersistentObject.resultByNormTextCursor(String normText,
JoinedSelect<T> js)
Gets the result set for the normtext query (where normtext like ?)
for use in cursors.
Cursors differ from lists because they need ResultSet.TYPE_SCROLL_INSENSITIVE
set. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPersistentObject.executeQueryToList(ResultSetWrapper rs,
JoinedSelect<T> js,
List<T> list)
Executes the query for a prepared statement and adds the results to a list.
|
P |
AbstractPersistentObject.readFromResultSetWrapper(ResultSetWrapper rs)
Reads the values from a result-set into this object.
|
void |
AbstractPersistentObject.readJoinedRow(ResultSetWrapper rs,
JoinedSelect<T> js)
Reads the next row from a result set within a joined select.
|
| Modifier and Type | Field and Description |
|---|---|
protected WeakReference<ResultSetWrapper> |
StatementWrapper.openResultSet
pending open result set.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSetWrapper |
Query.execute(Db db)
Executes the query with ResultSet.TYPE_FORWARD_ONLY and ResultSet.CONCUR_READ_ONLY.
|
ResultSetWrapper |
Query.execute(Db db,
int resultSetType)
Executes the query with ResultSet.CONCUR_READ_ONLY.
|
ResultSetWrapper |
Query.execute(Db db,
int resultSetType,
int resultSetConcurrency)
Executes the query.
|
ResultSetWrapper |
PreparedStatementWrapper.executeQuery()
Executes the query.
|
ResultSetWrapper |
PreparedStatementWrapper.executeQuery(boolean withinTx)
Executes the query.
|
ResultSetWrapper |
StatementWrapper.executeQuery(String sql)
Executes a query.
|
ResultSetWrapper |
StatementWrapper.executeQuery(String sql,
boolean withinTx)
Executes a query.
|
ResultSetWrapper |
ResultSetCursor.getResultSet()
Gets the result set.
|
ResultSetWrapper |
AbstractDbObject.resultAllIdSerial()
Selects all id,serial-pairs of this class and returns the ResultSetWrapper.
|
ResultSetWrapper |
AbstractDbObject.resultAllObjects()
Selects all objects of this class and returns the ResultSetWrapper.
|
ResultSetWrapper |
ModificationLog.resultSetGreaterId(long id)
Selects the first modlog with an ID greater than given ID.
|
ResultSetWrapper |
ModificationLog.resultSetSince(org.tentackle.common.Timestamp when)
Selects the first modlog since a given modification time.
|
ResultSetWrapper |
ModificationLog.resultSetUnprocessed()
Selects the unprocessed modlogs as a result set.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ResultSetWrapper> |
ManagedConnection.getOpenResultSets()
Gets all open result sets for this connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedConnection.addResultSet(ResultSetWrapper rs)
Adds a pending result set.
|
void |
AbstractDbObject.getFields(ResultSetWrapper rs)
Retrieves the values of all fields.
|
void |
DbModification.getFields(ResultSetWrapper rs) |
void |
DbPreferencesKey.getFields(ResultSetWrapper rs) |
void |
DbPreferencesNode.getFields(ResultSetWrapper rs) |
void |
ModificationLog.getFields(ResultSetWrapper rs) |
P |
AbstractDbObject.readFromResultSetWrapper(ResultSetWrapper rs)
Reads the values from a result-set into this object.
|
ModificationLog |
ModificationLog.readFromResultSetWrapper(ResultSetWrapper rs) |
void |
ManagedConnection.removeResultSet(ResultSetWrapper rs)
Removes a pending result set.
|
P |
AbstractDbObject.selectNextObject(ResultSetWrapper rs)
Selects the next object from a resultset.
|
| Constructor and Description |
|---|
ResultSetCursor(T pdo,
ResultSetWrapper rs)
Creates a cursor for a local session.
|
ResultSetCursor(T pdo,
ResultSetWrapper rs,
JoinedSelect<T> js)
Creates a cursor for a local session.
|
ResultSetSection(ResultSetWrapper rs,
Object key)
Creates a section.
|
ResultSetSkipBlock(ResultSetWrapper rs,
int skippedColumns)
Creates a skip block.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityPersistenceImpl.getFields(ResultSetWrapper rs) |
Copyright © 2016 Krake Softwaretechnik. All rights reserved.