public class ClickHousePreparedInsertStatement extends AbstractPreparedStatement
parametersblock, connection| 构造器和说明 |
|---|
ClickHousePreparedInsertStatement(int posOfData,
String fullQuery,
ClickHouseConnection conn) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addBatch() |
void |
clearBatch() |
void |
close() |
boolean |
execute() |
int[] |
executeBatch() |
ResultSet |
executeQuery() |
int |
executeUpdate() |
void |
setObject(int index,
Object x) |
String |
toString() |
assembleQueryPartsAndParameters, clearParameters, setArray, setBigDecimal, setByte, setDate, setDouble, setFloat, setInt, setLong, setNull, setShort, setString, setTimestamp, setURLexecute, executeQuery, executeUpdate, getConnection, getMetaData, getResultSet, getSampleBlock, setFetchSizeaddBatch, cancel, clearWarnings, closeOnCompletion, execute, execute, execute, executeUpdate, executeUpdate, executeUpdate, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getParameterMetaData, getQueryTimeout, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, setAsciiStream, setAsciiStream, setAsciiStream, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setCursorName, setDate, setEscapeProcessing, setFetchDirection, setMaxFieldSize, setMaxRows, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setObject, setObject, setPoolable, setQueryTimeout, setRef, setRowId, setSQLXML, setTime, setTime, setTimestamp, setUnicodeStream, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecuteLargeUpdate, getMetaData, getParameterMetaData, setAsciiStream, setAsciiStream, setAsciiStream, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setObject, setObject, setObject, setObject, setRef, setRowId, setSQLXML, setTime, setTime, setTimestamp, setUnicodeStreamaddBatch, cancel, clearWarnings, closeOnCompletion, execute, execute, execute, execute, 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 ClickHousePreparedInsertStatement(int posOfData,
String fullQuery,
ClickHouseConnection conn)
throws SQLException
SQLExceptionpublic boolean execute()
throws SQLException
execute 在接口中 PreparedStatementexecute 在类中 SQLStatementSQLExceptionpublic int executeUpdate()
throws SQLException
executeUpdate 在接口中 PreparedStatementexecuteUpdate 在类中 SQLStatementSQLExceptionpublic ResultSet executeQuery() throws SQLException
executeQuery 在接口中 PreparedStatementexecuteQuery 在类中 SQLStatementSQLExceptionpublic void addBatch()
throws SQLException
addBatch 在接口中 PreparedStatementaddBatch 在类中 SQLStatementSQLExceptionpublic void setObject(int index,
Object x)
throws SQLException
setObject 在接口中 PreparedStatementsetObject 在类中 SQLStatementSQLExceptionpublic void clearBatch()
throws SQLException
clearBatch 在接口中 StatementclearBatch 在类中 SQLStatementSQLExceptionpublic int[] executeBatch()
throws SQLException
executeBatch 在接口中 StatementexecuteBatch 在类中 SQLStatementSQLExceptionpublic void close()
throws SQLException
close 在接口中 AutoCloseableclose 在接口中 Statementclose 在类中 ClickHouseStatementSQLExceptionCopyright © 2020. All rights reserved.