public interface ObPrepareStatement extends PreparedStatement
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setFixedCHAR(int parameterIndex,
String parameterStr) |
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
SQLExceptionvoid setFixedCHAR(int parameterIndex,
String parameterStr)
throws SQLException
SQLExceptionCopyright © 2024 oceanbase.com. All rights reserved.