public interface DatabaseInterface
String getVendor()
Map<String,Object> executeSqlSelectSingleRow(Connection connection, String sql, Map<String,Object> context, String[] required, String[] optional) throws SQLException
SQLExceptionList<Map<String,Object>> executeSqlSelectMultipleRow(Connection connection, String sql, Map<String,Object> context, String[] required, String[] optional) throws SQLException
SQLExceptionObject executeSqlSelectValue(Connection connection, String sql, Map<String,Object> context, String[] required, String[] optional) throws SQLException
SQLExceptionint executeSqlUpdate(Connection connection, String sql, Map<String,Object> context, String[] required, String[] optional) throws SQLException
SQLExceptionint executeSqlInsert(Connection connection, String sql, Map<String,Object> context, String[] required, String[] optional) throws SQLException
SQLExceptionBigInteger executeSqlInsertWithId(Connection connection, String sql, Map<String,Object> context, String[] required, String[] optional, String[] keys) throws SQLException
SQLExceptionMap<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.