| Package | Description | 
|---|---|
| com.hazelcast.sql | This package contains the SQL API. | 
| Modifier and Type | Method and Description | 
|---|---|
| static SqlColumnType | SqlColumnType. getById(int id)Returns the IndexType as an enum. | 
| SqlColumnType | SqlColumnMetadata. getType()Gets column type. | 
| static SqlColumnType | SqlColumnType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SqlColumnType[] | SqlColumnType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| SqlColumnMetadata(String name,
                 SqlColumnType type,
                 boolean nullable) | 
Copyright © 2021 Hazelcast, Inc.. All rights reserved.