Uses of Class
com.hazelcast.sql.SqlStatement
-
Uses of SqlStatement in com.hazelcast.sql
Modifier and TypeMethodDescriptionSqlStatement.addParameter
(Object value) Adds a single parameter value to the end of the parameter values list.SqlStatement.clearParameters()
Clears statement parameter values.SqlStatement.copy()
Creates a copy of this instanceSqlStatement.setCursorBufferSize
(int cursorBufferSize) Sets the cursor buffer size (measured in the number of rows).SqlStatement.setExpectedResultType
(SqlExpectedResultType expectedResultType) Sets the expected result type.SqlStatement.setParameters
(List<Object> parameters) Sets the values for statement parameters.Sets the schema name.Sets the SQL string to be executed.SqlStatement.setTimeoutMillis
(long timeout) Sets the execution timeout in milliseconds.Modifier and TypeMethodDescriptionSqlService.execute
(SqlStatement statement) Executes an SQL statement.