Package | Description |
---|---|
com.hazelcast.sql |
This package contains the SQL API.
|
Modifier and Type | Method and Description |
---|---|
SqlResult |
SqlService.execute(SqlStatement statement)
Executes an SQL statement.
|
default SqlResult |
SqlService.execute(String sql,
Object... arguments)
Convenient method to execute a distributed query with the given
parameter values.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.