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.delete(PreparedDelete<T> preparedDelete) |
int |
Dao.delete(PreparedDelete<T> preparedDelete)
Delete the objects that match the prepared statement parameter.
|
int |
RuntimeExceptionDao.delete(PreparedDelete<T> preparedDelete) |
Modifier and Type | Method and Description |
---|---|
PreparedDelete<T> |
DeleteBuilder.prepare()
Build and return a prepared delete that can be used by
Dao.delete(PreparedDelete) method. |
Modifier and Type | Method and Description |
---|---|
int |
StatementExecutor.delete(DatabaseConnection databaseConnection,
PreparedDelete<T> preparedDelete)
Delete rows that match the prepared statement.
|
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.