public interface DatabaseInterface
String getVendor()
Map<String,Object> executeSqlSelectSingleRow(String name, String message, Connection connection, String sql, Map<String,Object> context, String[] required, String[] optional) throws SQLException
SQLExceptionList<Map<String,Object>> executeSqlSelectMultipleRow(String name, String message, Connection connection, String sql, Map<String,Object> context, String[] required, String[] optional) throws SQLException
SQLExceptionObject executeSqlSelectValue(String name, String message, 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(String name, String message, Connection connection, String table, Map<String,Object> context, String[] required, String[] optional) throws SQLException
SQLExceptionList<Map<String,Object>> executeSelectMultipleRow(String name, String message, Connection connection, String table, Map<String,Object> context, String[] required, String[] optional) throws SQLException
SQLExceptionObject executeSelectValue(String name, String message, 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.