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