public class SQLBatchManyToManyReference extends SQLManyToManyReference implements FlushableIF
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
debug |
protected PreparedStatement |
stm_add |
protected PreparedStatement |
stm_clear |
protected PreparedStatement |
stm_remove |
access, batchSize, close_stm, field, identity_field, select_fields, sql_add, sql_clear, sql_load, sql_load_multiple, sql_remove, value_field| Constructor and Description |
|---|
SQLBatchManyToManyReference(RDBMSAccess access,
FieldInfoIF field) |
| Modifier and Type | Method and Description |
|---|---|
protected PreparedStatement |
add_getStatement() |
protected PreparedStatement |
clear_getStatement() |
protected void |
executeUpdate(PreparedStatement stm,
String sql) |
void |
flush()
INTERNAL: Tells the object to flush itself.
|
protected PreparedStatement |
remove_getStatement() |
add_bindParameters, add, clear_bindParameters, clear, load, loadMultiple, remove_bindParameters, remove, storeDirtyprotected boolean debug
protected PreparedStatement stm_add
protected PreparedStatement stm_remove
protected PreparedStatement stm_clear
public SQLBatchManyToManyReference(RDBMSAccess access, FieldInfoIF field)
protected PreparedStatement add_getStatement() throws SQLException
add_getStatement in class SQLManyToManyReferenceSQLExceptionprotected PreparedStatement remove_getStatement() throws SQLException
remove_getStatement in class SQLManyToManyReferenceSQLExceptionprotected PreparedStatement clear_getStatement() throws SQLException
clear_getStatement in class SQLManyToManyReferenceSQLExceptionprotected void executeUpdate(PreparedStatement stm, String sql) throws Exception
executeUpdate in class SQLManyToManyReferenceExceptionpublic void flush()
throws Exception
FlushableIFflush in interface FlushableIFException