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, setPreparedStatement
bindResults, 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, toString
protected boolean prepareForExecute(Env env) throws java.sql.SQLException
prepareForExecute
in class JdbcPreparedStatementResource
java.sql.SQLException
public boolean prepare(Env env, java.lang.String query)
prepare
in class JdbcPreparedStatementResource
query
- SQL query