Uses of Class
org.monetdb.monetdbe.MonetPreparedStatement
-
Uses of MonetPreparedStatement in org.monetdb.monetdbe
Subclasses of MonetPreparedStatement in org.monetdb.monetdbe Modifier and Type Class Description classMonetCallableStatementACallableStatementsuitable for the MonetDB database.Methods in org.monetdb.monetdbe with parameters of type MonetPreparedStatement Modifier and Type Method Description protected static StringMonetNative. monetdbe_execute(ByteBuffer stmt, MonetPreparedStatement statement, boolean largeUpdate, int maxrows)Executes prepared statement (which was previously prepared and had its parameters bound) and returns result set or update count, similarly to monetdbe_query function.protected static StringMonetNative. monetdbe_prepare(ByteBuffer db, String sql, MonetPreparedStatement statement)Prepares a reusable statement with configurable parameters.