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