public class PostgresStatement extends JdbcPreparedStatementResource
| Modifier and Type | Method and Description |
|---|---|
boolean |
prepare(Env env,
java.lang.String query)
Prepares this statement with the given query.
|
protected boolean |
prepareForExecute(Env env) |
bindParams, executeImpl, getParam, getParamLength, getPreparedStatement, isPreparable, paramCount, setObject, setPreparedStatementbindResults, close, createResultSet, dataSeek, execute, execute, fetch, freeResult, getColumnCount, getConnection, getErrorCode, getErrorMessage, getException, getFieldCount, getJavaConnection, getMetaData, getNumRows, getQuery, getResultSet, getStatementType, isFetchFieldIndexBeforeFieldName, lastInsertId, setError, setErrorCode, setErrorMessage, setQuery, setResultSet, setStatement, toStringprotected boolean prepareForExecute(Env env) throws java.sql.SQLException
prepareForExecute in class JdbcPreparedStatementResourcejava.sql.SQLExceptionpublic boolean prepare(Env env, java.lang.String query)
prepare in class JdbcPreparedStatementResourcequery - SQL query