Uses of Class
org.apache.ignite.internal.processors.odbc.jdbc.JdbcThinFeature
-
Packages that use JdbcThinFeature Package Description org.apache.ignite.internal.processors.odbc.jdbc -
-
Uses of JdbcThinFeature in org.apache.ignite.internal.processors.odbc.jdbc
Methods in org.apache.ignite.internal.processors.odbc.jdbc that return JdbcThinFeature Modifier and Type Method Description static JdbcThinFeatureJdbcThinFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static JdbcThinFeature[]JdbcThinFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.processors.odbc.jdbc that return types with arguments of type JdbcThinFeature Modifier and Type Method Description static EnumSet<JdbcThinFeature>JdbcThinFeature. allFeaturesAsEnumSet()static EnumSet<JdbcThinFeature>JdbcThinFeature. enumSet(byte[] bytes)Methods in org.apache.ignite.internal.processors.odbc.jdbc with parameters of type JdbcThinFeature Modifier and Type Method Description booleanJdbcProtocolContext. isFeatureSupported(JdbcThinFeature feature)Constructor parameters in org.apache.ignite.internal.processors.odbc.jdbc with type arguments of type JdbcThinFeature Constructor Description JdbcProtocolContext(ClientListenerProtocolVersion ver, EnumSet<JdbcThinFeature> features, boolean keepBinary)
-