public class IoTDBPreparedInsertionStatement extends IoTDBPreparedStatement
client, stmtId| 构造器和说明 |
|---|
IoTDBPreparedInsertionStatement(IoTDBConnection connection,
org.apache.iotdb.service.rpc.thrift.TSIService.Iface client,
org.apache.iotdb.service.rpc.thrift.TS_SessionHandle sessionHandle,
ZoneId zoneId) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
execute() |
void |
setDeviceId(String deviceId) |
void |
setMeasurements(List<String> measurements) |
void |
setTimestamp(long timestamp) |
void |
setValues(List<String> values) |
addBatch, clearParameters, 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, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteLargeUpdate, setObject, setObjectaddBatch, 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, unwrappublic IoTDBPreparedInsertionStatement(IoTDBConnection connection, org.apache.iotdb.service.rpc.thrift.TSIService.Iface client, org.apache.iotdb.service.rpc.thrift.TS_SessionHandle sessionHandle, ZoneId zoneId) throws SQLException
SQLExceptionpublic boolean execute()
throws SQLException
execute 在接口中 PreparedStatementexecute 在类中 IoTDBPreparedStatementSQLExceptionpublic void setTimestamp(long timestamp)
public void setDeviceId(String deviceId)
Copyright © 2019 The Apache Software Foundation. All rights reserved.