Package | Description |
---|---|
com.j256.ormlite.dao |
Database Access Object classes.
|
com.j256.ormlite.stmt |
SQL statement generation and processing.
|
com.j256.ormlite.stmt.mapped |
Compiled SQL query statements.
|
Modifier and Type | Method and Description |
---|---|
int |
BaseDaoImpl.update(PreparedUpdate<T> preparedUpdate) |
int |
Dao.update(PreparedUpdate<T> preparedUpdate)
Update all rows in the table according to the prepared statement parameter.
|
int |
RuntimeExceptionDao.update(PreparedUpdate<T> preparedUpdate) |
Modifier and Type | Method and Description |
---|---|
PreparedUpdate<T> |
UpdateBuilder.prepare()
Build and return a prepared update that can be used by
Dao.update(PreparedUpdate) method. |
Modifier and Type | Method and Description |
---|---|
int |
StatementExecutor.update(DatabaseConnection databaseConnection,
PreparedUpdate<T> preparedUpdate)
Update rows in the database.
|
Modifier and Type | Class and Description |
---|---|
class |
MappedPreparedStmt<T,ID>
Mapped statement used by the
StatementBuilder.prepareStatement(Long, boolean) method. |
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.