net.ontopia.persistence.proxy
Class SQLBatchOneToOne
java.lang.Object
net.ontopia.persistence.proxy.SQLOneToOne
net.ontopia.persistence.proxy.SQLBatchOneToOne
- All Implemented Interfaces:
- FieldAccessIF, FlushableIF
public class SQLBatchOneToOne
- extends SQLOneToOne
- implements FlushableIF
INTERNAL: Class that performs the task of accessing and
manipulating 1:1 fields in the database.
Fields 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
protected boolean debug
stm_set
protected PreparedStatement stm_set
SQLBatchOneToOne
public SQLBatchOneToOne(RDBMSAccess access,
FieldInfoIF field)
set_getStatement
protected PreparedStatement set_getStatement()
throws SQLException
- Overrides:
set_getStatement
in class SQLOneToOne
- Throws:
SQLException
executeUpdate
protected void executeUpdate(PreparedStatement stm,
String sql)
throws Exception
- Overrides:
executeUpdate
in class SQLOneToOne
- Throws:
Exception
flush
public void flush()
throws Exception
- Description copied from interface:
FlushableIF
- INTERNAL: Tells the object to flush itself.
- Specified by:
flush
in interface FlushableIF
- Throws:
Exception
Copyright © 2000-2012 Ontopia.