public interface TaosPrepareStatement 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 |
columnDataAddBatch() |
void |
columnDataExecuteBatch() |
void |
setBigInteger(int columnIndex,
List<BigInteger> list) |
void |
setBlob(int columnIndex,
List<Blob> list,
int size) |
void |
setBoolean(int columnIndex,
List<Boolean> list) |
void |
setByte(int columnIndex,
List<Byte> list) |
void |
setDouble(int columnIndex,
List<Double> list) |
void |
setFloat(int columnIndex,
List<Float> list) |
void |
setGeometry(int columnIndex,
List<byte[]> list,
int size) |
void |
setInt(int columnIndex,
List<Integer> list) |
void |
setLong(int columnIndex,
List<Long> list) |
void |
setNString(int columnIndex,
List<String> list,
int size) |
void |
setShort(int columnIndex,
List<Short> list) |
void |
setString(int columnIndex,
List<String> list,
int size) |
void |
setTableName(String name) |
void |
setTagBigInteger(int index,
BigInteger value) |
void |
setTagBoolean(int index,
boolean value) |
void |
setTagByte(int index,
byte value) |
void |
setTagDouble(int index,
double value) |
void |
setTagFloat(int index,
float value) |
void |
setTagGeometry(int index,
byte[] value) |
void |
setTagInt(int index,
int value) |
void |
setTagJson(int index,
String value) |
void |
setTagLong(int index,
long value) |
void |
setTagNString(int index,
String value) |
void |
setTagNull(int index,
int type) |
void |
setTagShort(int index,
short value) |
void |
setTagString(int index,
String value) |
void |
setTagTimestamp(int index,
long value) |
void |
setTagTimestamp(int index,
Timestamp value) |
void |
setTagVarbinary(int index,
byte[] value) |
void |
setTimestamp(int columnIndex,
List<Long> list) |
void |
setVarbinary(int columnIndex,
List<byte[]> list,
int size) |
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 setTableName(String name) throws SQLException
SQLExceptionvoid setTagNull(int index,
int type)
throws SQLException
SQLExceptionvoid setTagBoolean(int index,
boolean value)
void setTagByte(int index,
byte value)
void setTagShort(int index,
short value)
void setTagInt(int index,
int value)
void setTagLong(int index,
long value)
void setTagBigInteger(int index,
BigInteger value)
throws SQLException
SQLExceptionvoid setTagFloat(int index,
float value)
void setTagDouble(int index,
double value)
void setTagTimestamp(int index,
long value)
void setTagTimestamp(int index,
Timestamp value)
void setTagString(int index,
String value)
void setTagVarbinary(int index,
byte[] value)
void setTagGeometry(int index,
byte[] value)
void setTagNString(int index,
String value)
void setTagJson(int index,
String value)
void setInt(int columnIndex,
List<Integer> list)
throws SQLException
SQLExceptionvoid setFloat(int columnIndex,
List<Float> list)
throws SQLException
SQLExceptionvoid setTimestamp(int columnIndex,
List<Long> list)
throws SQLException
SQLExceptionvoid setLong(int columnIndex,
List<Long> list)
throws SQLException
SQLExceptionvoid setBigInteger(int columnIndex,
List<BigInteger> list)
throws SQLException
SQLExceptionvoid setDouble(int columnIndex,
List<Double> list)
throws SQLException
SQLExceptionvoid setBoolean(int columnIndex,
List<Boolean> list)
throws SQLException
SQLExceptionvoid setByte(int columnIndex,
List<Byte> list)
throws SQLException
SQLExceptionvoid setShort(int columnIndex,
List<Short> list)
throws SQLException
SQLExceptionvoid setString(int columnIndex,
List<String> list,
int size)
throws SQLException
SQLExceptionvoid setVarbinary(int columnIndex,
List<byte[]> list,
int size)
throws SQLException
SQLExceptionvoid setGeometry(int columnIndex,
List<byte[]> list,
int size)
throws SQLException
SQLExceptionvoid setBlob(int columnIndex,
List<Blob> list,
int size)
throws SQLException
SQLExceptionvoid setNString(int columnIndex,
List<String> list,
int size)
throws SQLException
SQLExceptionvoid columnDataAddBatch()
throws SQLException
SQLExceptionvoid columnDataExecuteBatch()
throws SQLException
SQLExceptionCopyright © 2025. All rights reserved.