public interface JdbcPreparedStatement extends PreparedStatement, JdbcStatement
Query.CancelStatusMAX_ROWSCLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytesRepresentation(int parameterIndex) |
ParameterBindings |
getParameterBindings() |
String |
getPreparedSql() |
QueryBindings |
getQueryBindings() |
QueryInfo |
getQueryInfo() |
boolean |
isNull(int paramIndex) |
void |
realClose(boolean calledExplicitly,
boolean closeOpenResults) |
void |
setBigInteger(int parameterIndex,
BigInteger x) |
void |
setBytes(int parameterIndex,
byte[] x,
boolean escapeIfNeeded) |
void |
setNull(int parameterIndex,
MysqlType mysqlType) |
addBatch, clearParameters, execute, executeLargeUpdate, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLclearAttributes, disableStreamingResults, enableStreamingResults, getExceptionInterceptor, getLocalInfileInputStream, getOpenResultSetCount, getQuery, getResultSetInternal, removeOpenResultSet, setAttribute, setHoldResultsOpenOverClose, setLocalInfileInputStream, setPingTargetaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperFor, unwrapaddBatch, checkCancelTimeout, clearBatchedArgs, closeQuery, getBatchedArgs, getCancelTimeoutMutex, getCurrentDatabase, getExecuteTime, getId, getQueryAttributesBindings, getResultFetchSize, getResultSetFactory, getResultType, getSession, getStatementExecuting, getTimeoutInMillis, isClearWarningsCalled, resetCancelledState, setCancelStatus, setClearWarningsCalled, setCurrentDatabase, setExecuteTime, setResultFetchSize, setResultType, setTimeoutInMillis, startQueryTimer, statementBegins, stopQueryTimervoid realClose(boolean calledExplicitly,
boolean closeOpenResults)
throws SQLException
SQLExceptionQueryBindings getQueryBindings()
byte[] getBytesRepresentation(int parameterIndex)
throws SQLException
SQLExceptionQueryInfo getQueryInfo()
boolean isNull(int paramIndex)
throws SQLException
SQLExceptionString getPreparedSql()
void setBytes(int parameterIndex,
byte[] x,
boolean escapeIfNeeded)
throws SQLException
SQLExceptionvoid setBigInteger(int parameterIndex,
BigInteger x)
throws SQLException
SQLExceptionvoid setNull(int parameterIndex,
MysqlType mysqlType)
throws SQLException
SQLExceptionParameterBindings getParameterBindings() throws SQLException
SQLException