Uses of Enum Class
com.hazelcast.sql.SqlColumnType
-
Uses of SqlColumnType in com.hazelcast.sql
Modifier and TypeMethodDescriptionstatic SqlColumnType
SqlColumnType.getById
(int id) Returns the IndexType as an enum.SqlColumnMetadata.getType()
Gets column type.static SqlColumnType
Returns the enum constant of this class with the specified name.static SqlColumnType[]
SqlColumnType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSqlColumnMetadata
(String name, SqlColumnType type, boolean nullable)