public class SQLBatchOneToOne extends SQLOneToOne implements FlushableIF
Modifier and Type | Field and Description |
---|---|
protected boolean |
debug |
protected PreparedStatement |
stm_set |
access, batchSize, close_stm, field, identity_field, select_fields, select_fields_ref, select_value_index, sql_load, sql_load_multiple, sql_set, value_field
Constructor and Description |
---|
SQLBatchOneToOne(RDBMSAccess access,
FieldInfoIF field) |
Modifier and Type | Method and Description |
---|---|
protected void |
executeUpdate(PreparedStatement stm,
String sql) |
void |
flush()
INTERNAL: Tells the object to flush itself.
|
protected PreparedStatement |
set_getStatement() |
clear, load, loadMultiple, storeDirty
protected boolean debug
protected PreparedStatement stm_set
public SQLBatchOneToOne(RDBMSAccess access, FieldInfoIF field)
protected PreparedStatement set_getStatement() throws SQLException
set_getStatement
in class SQLOneToOne
SQLException
protected void executeUpdate(PreparedStatement stm, String sql) throws Exception
executeUpdate
in class SQLOneToOne
Exception
public void flush() throws Exception
FlushableIF
flush
in interface FlushableIF
Exception