Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
org.apache.empire.dbms | |
org.apache.empire.dbms.sqlite |
Modifier and Type | Method and Description |
---|---|
int |
DBUtils.executeSQL(String sqlCmd,
Object[] sqlParams,
DBMSHandler.DBSetGenKeys setGenKeys)
Executes an update, insert or delete SQL-Statement.
|
Modifier and Type | Method and Description |
---|---|
int |
DBMSHandlerBase.executeSQL(String sqlCmd,
Object[] sqlParams,
Connection conn,
DBMSHandler.DBSetGenKeys genKeys)
Executes the select, update or delete SQL-Command with a Statement object.
|
int |
DBMSHandler.executeSQL(String sqlCmd,
Object[] sqlParams,
Connection conn,
DBMSHandler.DBSetGenKeys genKeys)
Executes an insert, update or delete SQL-command
|
Modifier and Type | Method and Description |
---|---|
int |
DBMSHandlerSQLite.executeSQL(String sqlCmd,
Object[] sqlParams,
Connection conn,
DBMSHandler.DBSetGenKeys genKeys)
Override since
conn.prepareStatement(sqlCmd, Statement.RETURN_GENERATED_KEYS)
is not supported by SQLLite dbms
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.