public interface DatabaseInterface
| Modifier and Type | Method and Description |
|---|---|
int |
executeInsert(Connection connection,
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) |
List<Map<String,Object>> |
executeSelectMultipleRow(Connection connection,
String table,
Map<String,Object> context,
String[] required,
String[] optional) |
Map<String,Object> |
executeSelectSingleRow(Connection connection,
String table,
Map<String,Object> context,
String[] required,
String[] optional) |
Object |
executeSelectValue(Connection connection,
String table,
Map<String,Object> context,
String[] required,
String[] optional) |
int |
executeUpdate(Connection connection,
String table,
Map<String,Object> context,
String[] required,
String[] optional) |
String |
getVendor() |
String getVendor()
Map<String,Object> executeSelectSingleRow(Connection connection, String table, Map<String,Object> context, String[] required, String[] optional) throws SQLException
SQLExceptionList<Map<String,Object>> executeSelectMultipleRow(Connection connection, String table, Map<String,Object> context, String[] required, String[] optional) throws SQLException
SQLExceptionObject executeSelectValue(Connection connection, String table, Map<String,Object> context, String[] required, String[] optional) throws SQLException
SQLExceptionint executeUpdate(Connection connection, String table, Map<String,Object> context, String[] required, String[] optional) throws SQLException
SQLExceptionint executeInsert(Connection connection, String table, Map<String,Object> context, String[] required, String[] optional) throws SQLException
SQLExceptionBigInteger executeInsertWithId(Connection connection, String table, Map<String,Object> context, String[] required, String[] optional, String[] keys) throws SQLException
SQLExceptionCopyright © 2019 Cesar Martinez. All rights reserved.