Uses of Enum Class
com.hazelcast.sql.SqlExpectedResultType
-
Uses of SqlExpectedResultType in com.hazelcast.sql
Modifier 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.Modifier and TypeMethodDescriptionSqlStatement.setExpectedResultType
(SqlExpectedResultType expectedResultType) Sets the expected result type.