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 |
|---|---|
java.sql.ResultSet |
execute(java.lang.String stmt,
java.sql.Connection conn) |
java.sql.ResultSet |
executeQuery(java.lang.String stmt,
java.sql.Connection conn) |
java.sql.ResultSet |
executeQueryPreparedStatement(java.sql.PreparedStatement pstmt) |
int |
executeUpdate(java.lang.String stmt,
java.sql.Connection conn) |
int |
executeUpdatePreparedStatement(java.sql.PreparedStatement pstmt) |
protected void |
logWarnings(java.sql.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 java.sql.ResultSet execute(java.lang.String stmt,
java.sql.Connection conn)
throws java.sql.SQLException
execute in interface SQLQueryFactoryjava.sql.SQLExceptionpublic int executeUpdate(java.lang.String stmt,
java.sql.Connection conn)
throws java.sql.SQLException
executeUpdate in interface SQLQueryFactoryjava.sql.SQLExceptionpublic java.sql.ResultSet executeQuery(java.lang.String stmt,
java.sql.Connection conn)
throws java.sql.SQLException
executeQuery in interface SQLQueryFactoryjava.sql.SQLExceptionpublic java.sql.ResultSet executeQueryPreparedStatement(java.sql.PreparedStatement pstmt)
throws java.sql.SQLException
java.sql.SQLExceptionpublic int executeUpdatePreparedStatement(java.sql.PreparedStatement pstmt)
throws java.sql.SQLException
java.sql.SQLExceptionprotected void logWarnings(java.sql.PreparedStatement pstmt)
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.