Uses of Class
org.apache.calcite.avatica.AvaticaPreparedStatement
-
Packages that use AvaticaPreparedStatement Package Description org.apache.calcite.avatica Avatica JDBC framework. -
-
Uses of AvaticaPreparedStatement in org.apache.calcite.avatica
Subclasses of AvaticaPreparedStatement in org.apache.calcite.avatica Modifier and Type Class Description private static classAvaticaJdbc41Factory.AvaticaJdbc41PreparedStatementImplementation of PreparedStatement for JDBC 4.1.Methods in org.apache.calcite.avatica that return AvaticaPreparedStatement Modifier and Type Method Description AvaticaPreparedStatementAvaticaFactory. newPreparedStatement(AvaticaConnection connection, Meta.StatementHandle h, Meta.Signature signature, int resultSetType, int resultSetConcurrency, int resultSetHoldability)AvaticaPreparedStatementAvaticaJdbc41Factory. newPreparedStatement(AvaticaConnection connection, Meta.StatementHandle h, Meta.Signature signature, int resultSetType, int resultSetConcurrency, int resultSetHoldability)Methods in org.apache.calcite.avatica with parameters of type AvaticaPreparedStatement Modifier and Type Method Description protected long[]AvaticaConnection. executeBatchUpdateInternal(AvaticaPreparedStatement pstmt)Executes a batch update using anAvaticaPreparedStatement.
-