Package | Description |
---|---|
com.hazelcast.sql |
This package contains the SQL API.
|
Modifier and Type | Method and Description |
---|---|
SqlStatement |
SqlStatement.addParameter(Object value)
Adds a single parameter value to the end of the parameter values list.
|
SqlStatement |
SqlStatement.clearParameters()
Clears statement parameter values.
|
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.setExpectedResultType(SqlExpectedResultType expectedResultType)
Sets the expected result type.
|
SqlStatement |
SqlStatement.setParameters(List<Object> parameters)
Sets the values for statement parameters.
|
SqlStatement |
SqlStatement.setSchema(String schema)
Sets the schema name.
|
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 © 2023 Hazelcast, Inc.. All rights reserved.