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