public abstract class AbstractDatabaseInterfaceWithId extends AbstractDatabaseInterface
| Constructor and Description |
|---|
AbstractDatabaseInterfaceWithId() |
| Modifier and Type | Method and Description |
|---|---|
String |
buildInsertWithIdSql(String quote,
String table,
Map<String,Object> context,
String[] required,
String[] optional) |
BigInteger |
executeInsertWithId(Connection connection,
String table,
Map<String,Object> context,
String[] required,
String[] optional,
String[] keys) |
BigInteger |
executeSqlInsertWithId(Connection connection,
String sql,
Map<String,Object> context,
String[] required,
String[] optional,
String[] keys) |
buildInsertSql, buildInsertSql0, buildSelectSql, buildUpdateSql, executeInsert, executeSelectMultipleRow, executeSelectSingleRow, executeSelectValue, executeSqlInsert, executeSqlSelectMultipleRow, executeSqlSelectSingleRow, executeSqlSelectValue, executeSqlUpdate, executeUpdateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetVendorpublic BigInteger executeSqlInsertWithId(Connection connection, String sql, Map<String,Object> context, String[] required, String[] optional, String[] keys) throws SQLException
SQLExceptionpublic BigInteger executeInsertWithId(Connection connection, String table, Map<String,Object> context, String[] required, String[] optional, String[] keys) throws SQLException
SQLExceptionpublic String buildInsertWithIdSql(String quote, String table, Map<String,Object> context, String[] required, String[] optional)
buildInsertWithIdSql in class AbstractDatabaseInterfaceCopyright © 2019 Cesar Martinez. All rights reserved.