You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Semen Boikov (JIRA)" <ji...@apache.org> on 2017/05/22 18:06:04 UTC

[jira] [Created] (IGNITE-5269) [IGNITE-4575] Implement in Ignite wrapper for enums based on H2 user value type

Semen Boikov created IGNITE-5269:
------------------------------------

             Summary: [IGNITE-4575] Implement in Ignite wrapper for enums based on H2 user value type
                 Key: IGNITE-5269
                 URL: https://issues.apache.org/jira/browse/IGNITE-5269
             Project: Ignite
          Issue Type: Task
            Reporter: Denis Magda


https://ggsystems.atlassian.net/browse/IGN-6533

Documentation:

If a field is of a Java enum type, then you can pass the field's value as a parameter via standard `?` keyword or use enum's literal or ordinal value directly, as shown in the example below:

// SQL query with the field of Java enum type.
SqlFieldsQuery sql = new SqlFieldsQuery(
"SELECT name FROM Person WHERE role = 'DEVELOPER' or role = 2");



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)