Uses of Enum Class
com.hazelcast.sql.SqlColumnType
Packages that use SqlColumnType
-
Uses of SqlColumnType in com.hazelcast.sql
Methods in com.hazelcast.sql that return SqlColumnTypeModifier 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.Constructors in com.hazelcast.sql with parameters of type SqlColumnTypeModifierConstructorDescriptionSqlColumnMetadata
(String name, SqlColumnType type, boolean nullable)