public class ClickHousePreparedQueryStatement extends AbstractPreparedStatement
parametersblock, connection| 构造器和说明 |
|---|
ClickHousePreparedQueryStatement(ClickHouseConnection conn,
String query) |
| 限定符和类型 | 方法和说明 |
|---|---|
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, setURLclose, execute, executeQuery, executeUpdate, getConnection, getMetaData, getResultSet, getSampleBlock, setFetchSizeaddBatch, addBatch, cancel, clearBatch, 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, waitaddBatch, executeLargeUpdate, 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, clearBatch, clearWarnings, close, 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 ClickHousePreparedQueryStatement(ClickHouseConnection conn, String query)
public boolean execute()
throws SQLException
execute 在接口中 PreparedStatementexecute 在类中 SQLStatementSQLExceptionpublic int executeUpdate()
throws SQLException
executeUpdate 在接口中 PreparedStatementexecuteUpdate 在类中 SQLStatementSQLExceptionpublic int[] executeBatch()
throws SQLException
executeBatch 在接口中 StatementexecuteBatch 在类中 SQLStatementSQLExceptionpublic ResultSet executeQuery() throws SQLException
executeQuery 在接口中 PreparedStatementexecuteQuery 在类中 SQLStatementSQLExceptionpublic void setObject(int index,
Object x)
throws SQLException
setObject 在接口中 PreparedStatementsetObject 在类中 SQLStatementSQLExceptionCopyright © 2020. All rights reserved.