| Package | Description | 
|---|---|
| com.hazelcast.sql | 
 This package contains the SQL API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SqlExpectedResultType | 
SqlExpectedResultType.fromId(byte id)  | 
SqlExpectedResultType | 
SqlStatement.getExpectedResultType()
Gets the expected result type. 
 | 
static SqlExpectedResultType | 
SqlExpectedResultType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SqlExpectedResultType[] | 
SqlExpectedResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SqlStatement | 
SqlStatement.setExpectedResultType(SqlExpectedResultType expectedResultType)
Sets the expected result type. 
 | 
Copyright © 2021 Hazelcast, Inc.. All rights reserved.