public final class PreparedQuery extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ID_COLUMN |
Constructor and Description |
---|
PreparedQuery(Connection connection,
String sql,
boolean emitGeneratedKeys) |
PreparedQuery(Connection connection,
String sql,
String idColumnLabel,
boolean emitGeneratedKeys) |
Modifier and Type | Method and Description |
---|---|
void |
clearParameters() |
void |
close() |
void |
execute() |
void |
execute(org.culturegraph.mf.framework.StreamReceiver receiver) |
void |
setParameter(String name,
String value) |
public static final String DEFAULT_ID_COLUMN
public PreparedQuery(Connection connection, String sql, boolean emitGeneratedKeys)
public PreparedQuery(Connection connection, String sql, String idColumnLabel, boolean emitGeneratedKeys)
Copyright © 2017. All rights reserved.