Uses of Enum Class
com.hazelcast.sql.SqlExpectedResultType
Packages that use SqlExpectedResultType
-
Uses of SqlExpectedResultType in com.hazelcast.sql
Methods in com.hazelcast.sql that return SqlExpectedResultTypeModifier and TypeMethodDescriptionstatic SqlExpectedResultTypeSqlExpectedResultType.fromId(byte id) SqlStatement.getExpectedResultType()Gets the expected result type.static SqlExpectedResultTypeReturns the enum constant of this class with the specified name.static SqlExpectedResultType[]SqlExpectedResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hazelcast.sql with parameters of type SqlExpectedResultTypeModifier and TypeMethodDescriptionSqlStatement.setExpectedResultType(SqlExpectedResultType expectedResultType) Sets the expected result type.