Package | Description |
---|---|
com.redhat.thermostat.storage.core |
An API to manipulate data, including the basic create, read, update, and
delete operations.
|
com.redhat.thermostat.storage.dao |
Modifier and Type | Method and Description |
---|---|
int |
PreparedStatement.execute()
Executes a predefined
DataModifyingStatement . |
Cursor<T> |
PreparedStatement.executeQuery()
Executes a predefined
Query . |
Modifier and Type | Method and Description |
---|---|
void |
DaoStatement.execute(PreparedStatement<T> preparedStatement) |
void |
AbstractDaoStatement.execute(PreparedStatement<T> preparedStatement) |
Cursor<T> |
AbstractDaoQuery.execute(PreparedStatement<T> preparedStatement) |
Cursor<T> |
DaoQuery.execute(PreparedStatement<T> preparedStatement) |
Copyright © 2017. All rights reserved.