Uses of Class
org.apache.calcite.avatica.SqlType.Method
-
Packages that use SqlType.Method Package Description org.apache.calcite.avatica Avatica JDBC framework. -
-
Uses of SqlType.Method in org.apache.calcite.avatica
Fields in org.apache.calcite.avatica with type parameters of type SqlType.Method Modifier and Type Field Description static java.util.Map<SqlType.Method,java.util.EnumSet<SqlType>>SqlType. GET_LISTMethods in org.apache.calcite.avatica that return SqlType.Method Modifier and Type Method Description static SqlType.MethodSqlType.Method. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SqlType.Method[]SqlType.Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.calcite.avatica with parameters of type SqlType.Method Modifier and Type Method Description static booleanSqlType. canGet(SqlType.Method method, SqlType sqlType)Returns whetherResultSet.getInt(int)and similar methods can convert a value to a particular SQL type.
-