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