Package | Description |
---|---|
com.hazelcast.sql |
This package contains the SQL API.
|
Modifier and Type | Method and Description |
---|---|
SqlStatement |
SqlStatement.addParameter(Object parameter)
Adds a single parameter to the end of the parameters list.
|
SqlStatement |
SqlStatement.clearParameters()
Clears statement parameters.
|
SqlStatement |
SqlStatement.copy()
Creates a copy of this instance
|
SqlStatement |
SqlStatement.setCursorBufferSize(int cursorBufferSize)
Sets the cursor buffer size (measured in the number of rows).
|
SqlStatement |
SqlStatement.setParameters(List<Object> parameters)
Sets the statement parameters.
|
SqlStatement |
SqlStatement.setSql(String sql)
Sets the SQL string to be executed.
|
SqlStatement |
SqlStatement.setTimeoutMillis(long timeout)
Sets the execution timeout in milliseconds.
|
Modifier and Type | Method and Description |
---|---|
SqlResult |
SqlService.execute(SqlStatement statement)
Executes an SQL statement.
|
Copyright © 2021 Hazelcast, Inc.. All rights reserved.