Uses of Class
org.apache.calcite.avatica.InternalProperty.NullSorting
-
Packages that use InternalProperty.NullSorting Package Description org.apache.calcite.avatica Avatica JDBC framework. -
-
Uses of InternalProperty.NullSorting in org.apache.calcite.avatica
Methods in org.apache.calcite.avatica that return InternalProperty.NullSorting Modifier and Type Method Description private InternalProperty.NullSortingAvaticaDatabaseMetaData. nullSorting()static InternalProperty.NullSortingInternalProperty.NullSorting. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InternalProperty.NullSorting[]InternalProperty.NullSorting. values()Returns an array containing the constants of this enum type, in the order they are declared.
-