| 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... params)
Convenient method to execute a distributed query with the given parameters. 
 | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.