Package net.ontopia.persistence.proxy
Class SQLBatchOneToOne
java.lang.Object
net.ontopia.persistence.proxy.SQLOneToOne
net.ontopia.persistence.proxy.SQLBatchOneToOne
- All Implemented Interfaces:
FieldAccessIF,FlushableIF
INTERNAL: Class that performs the task of accessing and
manipulating 1:1 fields in the database.
-
Field Summary
FieldsFields inherited from class net.ontopia.persistence.proxy.SQLOneToOne
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteUpdate(PreparedStatement stm, String sql) voidflush()INTERNAL: Tells the object to flush itself.protected PreparedStatementMethods inherited from class net.ontopia.persistence.proxy.SQLOneToOne
clear, load, loadMultiple, storeDirty
-
Field Details
-
debug
protected boolean debug -
stm_set
-
-
Constructor Details
-
SQLBatchOneToOne
-
-
Method Details
-
set_getStatement
- Overrides:
set_getStatementin classSQLOneToOne- Throws:
SQLException
-
executeUpdate
- Overrides:
executeUpdatein classSQLOneToOne- Throws:
Exception
-
flush
Description copied from interface:FlushableIFINTERNAL: Tells the object to flush itself.- Specified by:
flushin interfaceFlushableIF- Throws:
Exception
-