Uses of Class
org.apache.ignite.internal.processors.odbc.odbc.escape.OdbcEscapeType
-
Packages that use OdbcEscapeType Package Description org.apache.ignite.internal.processors.odbc.odbc.escape -
-
Uses of OdbcEscapeType in org.apache.ignite.internal.processors.odbc.odbc.escape
Methods in org.apache.ignite.internal.processors.odbc.odbc.escape that return OdbcEscapeType Modifier and Type Method Description static OdbcEscapeType[]OdbcEscapeType. sortedValues()Get values in convenient order, where the most frequent values goes first, and "startsWith" invocation is enough to get type (i.e.OdbcEscapeTypeOdbcEscapeToken. type()static OdbcEscapeTypeOdbcEscapeType. valueOf(String name)Returns the enum constant of this type with the specified name.static OdbcEscapeType[]OdbcEscapeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ignite.internal.processors.odbc.odbc.escape with parameters of type OdbcEscapeType Constructor Description OdbcEscapeToken(OdbcEscapeType type, int len)Constructor.
-