public abstract class BaseSQLQueryFactory extends BaseQueryFactory implements SQLQueryFactory
logIndexes, logQueries, logQueryResults, logQueryResultSize, logUpdates, logWarnings, validateResults| Constructor and Description |
|---|
BaseSQLQueryFactory() |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
execute(String stmt,
Connection conn) |
ResultSet |
executeQuery(String stmt,
Connection conn) |
ResultSet |
executeQueryPreparedStatement(PreparedStatement pstmt) |
int |
executeUpdate(String stmt,
Connection conn) |
int |
executeUpdatePreparedStatement(PreparedStatement pstmt) |
protected void |
logWarnings(PreparedStatement pstmt) |
getLogQueries, init, setLogQueriesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdirectGet, fillAndExecutePreparedInsertStatements, fillAndExecutePreparedQueryStatement, fillAndExecuteUpdatePreparedQueryStatement, getConstraintStatements, getCreateSchemaStatement, getDropSchemaStatement, getDropTableStatements, getIndexStatements, getInsertStatements, getPreparedInsertStatements, getRegionForQuery, getTableStatements, readResultSetgetDeleteQueryType, getPreparedQuery, getQuery, getQueryType, getUpdateQueryType, initpublic ResultSet execute(String stmt, Connection conn) throws SQLException
execute in interface SQLQueryFactorySQLExceptionpublic int executeUpdate(String stmt, Connection conn) throws SQLException
executeUpdate in interface SQLQueryFactorySQLExceptionpublic ResultSet executeQuery(String stmt, Connection conn) throws SQLException
executeQuery in interface SQLQueryFactorySQLExceptionpublic ResultSet executeQueryPreparedStatement(PreparedStatement pstmt) throws SQLException
SQLExceptionpublic int executeUpdatePreparedStatement(PreparedStatement pstmt) throws SQLException
SQLExceptionprotected void logWarnings(PreparedStatement pstmt) throws SQLException
SQLExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.