public class SchemalessStatement extends AbstractStatementWrapper
statementaffectedRows, batchedArgsCLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Constructor and Description |
|---|
SchemalessStatement(Statement statement) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeSchemaless(String[] strings,
SchemalessProtocolType protocolType,
SchemalessTimestampType timestampType) |
void |
executeSchemaless(String sql,
SchemalessProtocolType protocolType,
SchemalessTimestampType timestampType) |
close, execute, executeQuery, executeUpdate, getConnection, getResultSet, getUpdateCount, isClosedaddBatch, cancel, clearBatch, clearWarnings, closeOnCompletion, execute, execute, execute, executeBatch, executeUpdate, executeUpdate, executeUpdate, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getWarnings, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperFor, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, getLargeUpdateCount, setLargeMaxRowsisWrapperFor, unwrappublic SchemalessStatement(Statement statement)
public void executeSchemaless(String[] strings, SchemalessProtocolType protocolType, SchemalessTimestampType timestampType) throws SQLException
SQLExceptionpublic void executeSchemaless(String sql, SchemalessProtocolType protocolType, SchemalessTimestampType timestampType) throws SQLException
SQLExceptionCopyright © 2021. All rights reserved.