Package com.clickhouse.jdbc
Interface ClickHousePreparedStatement
- All Superinterfaces:
AutoCloseable,PreparedStatement,Statement,Wrapper
Deprecated.
-
Field Summary
Fields inherited from interface java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO -
Method Summary
Modifier and TypeMethodDescriptiondefault ResultSetMetaDataDeprecated.default ResultSetMetaDataDeprecated.default voidsetAsciiStream(int parameterIndex, InputStream x) Deprecated.default voidsetAsciiStream(int parameterIndex, InputStream x, int length) Deprecated.default voidsetAsciiStream(int parameterIndex, InputStream x, long length) Deprecated.default voidsetBinaryStream(int parameterIndex, InputStream x) Deprecated.default voidsetBinaryStream(int parameterIndex, InputStream x, int length) Deprecated.default voidsetBinaryStream(int parameterIndex, InputStream x, long length) Deprecated.default voidsetBlob(int parameterIndex, InputStream inputStream) Deprecated.default voidsetBlob(int parameterIndex, InputStream inputStream, long length) Deprecated.default voidDeprecated.default voidsetBoolean(int parameterIndex, boolean x) Deprecated.default voidsetCharacterStream(int parameterIndex, Reader reader) Deprecated.default voidsetCharacterStream(int parameterIndex, Reader reader, int length) Deprecated.default voidsetCharacterStream(int parameterIndex, Reader reader, long length) Deprecated.default voidDeprecated.default voidDeprecated.default voidDeprecated.default voidDeprecated.default voidsetNCharacterStream(int parameterIndex, Reader value) Deprecated.default voidsetNCharacterStream(int parameterIndex, Reader value, long length) Deprecated.default voidDeprecated.default voidDeprecated.default voidDeprecated.default voidsetNString(int parameterIndex, String value) Deprecated.default voidsetNull(int parameterIndex, int sqlType) Deprecated.default voidDeprecated.default voidDeprecated.default voidDeprecated.default voidDeprecated.default voidDeprecated.default voidsetTimestamp(int parameterIndex, Timestamp x) Deprecated.default voidsetUnicodeStream(int parameterIndex, InputStream x, int length) Deprecated.default voidDeprecated.Methods inherited from interface java.sql.PreparedStatement
addBatch, clearParameters, execute, executeLargeUpdate, executeQuery, executeUpdate, getParameterMetaData, setArray, setBigDecimal, setByte, setBytes, setDate, setDouble, setFloat, setInt, setLong, setNull, setObject, setObject, setObject, setObject, setShort, setString, setTime, setTimestampMethods inherited from interface java.sql.Statement
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, enquoteIdentifier, enquoteLiteral, enquoteNCharLiteral, 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, isSimpleIdentifier, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutMethods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Method Details
-
setNull
Deprecated.- Specified by:
setNullin interfacePreparedStatement- Throws:
SQLException
-
setBoolean
Deprecated.- Specified by:
setBooleanin interfacePreparedStatement- Throws:
SQLException
-
setDate
Deprecated.- Specified by:
setDatein interfacePreparedStatement- Throws:
SQLException
-
setTime
Deprecated.- Specified by:
setTimein interfacePreparedStatement- Throws:
SQLException
-
setTimestamp
Deprecated.- Specified by:
setTimestampin interfacePreparedStatement- Throws:
SQLException
-
setAsciiStream
Deprecated.- Specified by:
setAsciiStreamin interfacePreparedStatement- Throws:
SQLException
-
setUnicodeStream
Deprecated.- Specified by:
setUnicodeStreamin interfacePreparedStatement- Throws:
SQLException
-
setBinaryStream
Deprecated.- Specified by:
setBinaryStreamin interfacePreparedStatement- Throws:
SQLException
-
setObject
Deprecated.- Specified by:
setObjectin interfacePreparedStatement- Throws:
SQLException
-
setCharacterStream
Deprecated.- Specified by:
setCharacterStreamin interfacePreparedStatement- Throws:
SQLException
-
setRef
Deprecated.- Specified by:
setRefin interfacePreparedStatement- Throws:
SQLException
-
setBlob
Deprecated.- Specified by:
setBlobin interfacePreparedStatement- Throws:
SQLException
-
setClob
Deprecated.- Specified by:
setClobin interfacePreparedStatement- Throws:
SQLException
-
getMetaData
Deprecated.- Specified by:
getMetaDatain interfacePreparedStatement- Throws:
SQLException
-
describeQueryResult
Deprecated.- Throws:
SQLException
-
setURL
Deprecated.- Specified by:
setURLin interfacePreparedStatement- Throws:
SQLException
-
setRowId
Deprecated.- Specified by:
setRowIdin interfacePreparedStatement- Throws:
SQLException
-
setNString
Deprecated.- Specified by:
setNStringin interfacePreparedStatement- Throws:
SQLException
-
setNCharacterStream
Deprecated.- Specified by:
setNCharacterStreamin interfacePreparedStatement- Throws:
SQLException
-
setNClob
Deprecated.- Specified by:
setNClobin interfacePreparedStatement- Throws:
SQLException
-
setClob
Deprecated.- Specified by:
setClobin interfacePreparedStatement- Throws:
SQLException
-
setBlob
Deprecated.- Specified by:
setBlobin interfacePreparedStatement- Throws:
SQLException
-
setNClob
Deprecated.- Specified by:
setNClobin interfacePreparedStatement- Throws:
SQLException
-
setSQLXML
Deprecated.- Specified by:
setSQLXMLin interfacePreparedStatement- Throws:
SQLException
-
setAsciiStream
Deprecated.- Specified by:
setAsciiStreamin interfacePreparedStatement- Throws:
SQLException
-
setBinaryStream
Deprecated.- Specified by:
setBinaryStreamin interfacePreparedStatement- Throws:
SQLException
-
setCharacterStream
Deprecated.- Specified by:
setCharacterStreamin interfacePreparedStatement- Throws:
SQLException
-
setAsciiStream
Deprecated.- Specified by:
setAsciiStreamin interfacePreparedStatement- Throws:
SQLException
-
setBinaryStream
Deprecated.- Specified by:
setBinaryStreamin interfacePreparedStatement- Throws:
SQLException
-
setCharacterStream
Deprecated.- Specified by:
setCharacterStreamin interfacePreparedStatement- Throws:
SQLException
-
setNCharacterStream
Deprecated.- Specified by:
setNCharacterStreamin interfacePreparedStatement- Throws:
SQLException
-
setClob
Deprecated.- Specified by:
setClobin interfacePreparedStatement- Throws:
SQLException
-
setBlob
Deprecated.- Specified by:
setBlobin interfacePreparedStatement- Throws:
SQLException
-
setNClob
Deprecated.- Specified by:
setNClobin interfacePreparedStatement- Throws:
SQLException
-