Uses of Class
nl.cwi.monetdb.jdbc.MonetStatement
-
Uses of MonetStatement in nl.cwi.monetdb.jdbc
Subclasses of MonetStatement in nl.cwi.monetdb.jdbc Modifier and Type Class Description classMonetCallableStatementACallableStatementsuitable for the MonetDB database.classMonetPreparedStatementAPreparedStatementsuitable for the MonetDB database.Methods in nl.cwi.monetdb.jdbc with parameters of type MonetStatement Modifier and Type Method Description protected abstract booleanMonetConnection. executeNextQueryBatch(MonetStatement statement, List<String> batch, int[] counts, BatchUpdateException e)Execute a batch of SQL query statements.