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 SqlExpectedResultType
SqlExpectedResultType.fromId
(byte id) SqlStatement.getExpectedResultType()
Gets the expected result type.static SqlExpectedResultType
Returns 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.