Uses of Class
org.apache.calcite.avatica.Meta.StatementType
-
Packages that use Meta.StatementType Package Description org.apache.calcite.avatica Avatica JDBC framework. -
-
Uses of Meta.StatementType in org.apache.calcite.avatica
Fields in org.apache.calcite.avatica declared as Meta.StatementType Modifier and Type Field Description Meta.StatementTypeMeta.Signature. statementTypeMethods in org.apache.calcite.avatica that return Meta.StatementType Modifier and Type Method Description static Meta.StatementTypeMeta.StatementType. fromProto(Common.StatementType proto)Meta.StatementTypeAvaticaStatement. getStatementType()static Meta.StatementTypeMeta.StatementType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Meta.StatementType[]Meta.StatementType. 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 Meta.StatementType Modifier and Type Method Description static Meta.SignatureMeta.Signature. create(java.util.List<ColumnMetaData> columns, java.lang.String sql, java.util.List<AvaticaParameter> parameters, Meta.CursorFactory cursorFactory, Meta.StatementType statementType)Used by Jackson to create a Signature by de-serializing JSON.Constructors in org.apache.calcite.avatica with parameters of type Meta.StatementType Constructor Description Signature(java.util.List<ColumnMetaData> columns, java.lang.String sql, java.util.List<AvaticaParameter> parameters, java.util.Map<java.lang.String,java.lang.Object> internalParameters, Meta.CursorFactory cursorFactory, Meta.StatementType statementType)Creates a Signature.
-