Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
org.apache.empire.db.sqlite |
Modifier and Type | Method and Description |
---|---|
int |
DBDatabaseDriver.executeSQL(String sqlCmd,
Object[] sqlParams,
Connection conn,
DBDatabaseDriver.DBSetGenKeys genKeys)
Executes the select, update or delete SQL-Command with a Statement object.
|
int |
DBDatabase.executeSQL(String sqlCmd,
Object[] sqlParams,
Connection conn,
DBDatabaseDriver.DBSetGenKeys setGenKeys)
Executes an update, insert or delete SQL-Statement.
|
Modifier and Type | Method and Description |
---|---|
int |
DBDatabaseDriverSQLite.executeSQL(String sqlCmd,
Object[] sqlParams,
Connection conn,
DBDatabaseDriver.DBSetGenKeys genKeys) |
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.