public interface ObPrepareStatement extends PreparedStatement
CLOSE_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 |
|---|---|
void |
setINTERVALDS(int parameterIndex,
INTERVALDS intervalds) |
void |
setINTERVALYM(int parameterIndex,
INTERVALYM intervalym) |
void |
setTIMESTAMP(int parameterIndex,
Timestamp timestamp) |
void |
setTIMESTAMPLTZ(int parameterIndex,
TIMESTAMPLTZ timestampltz) |
void |
setTIMESTAMPTZ(int parameterIndex,
TIMESTAMPTZ timestamptz) |
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, setURLaddBatch, 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, unwrapvoid setINTERVALDS(int parameterIndex,
INTERVALDS intervalds)
throws SQLException
SQLExceptionvoid setINTERVALYM(int parameterIndex,
INTERVALYM intervalym)
throws SQLException
SQLExceptionvoid setTIMESTAMP(int parameterIndex,
Timestamp timestamp)
throws SQLException
SQLExceptionvoid setTIMESTAMPLTZ(int parameterIndex,
TIMESTAMPLTZ timestampltz)
throws SQLException
SQLExceptionvoid setTIMESTAMPTZ(int parameterIndex,
TIMESTAMPTZ timestamptz)
throws SQLException
SQLExceptionCopyright © 2022 oceanbase.com. All rights reserved.