public interface JoinableTable
| Modifier and Type | Method and Description |
|---|---|
void |
performInsert(Connection connection,
Object source,
Joinable[] batch,
int size)
Performs the insert for the join.
|
void |
performRemove(Connection connection,
Object source,
Object key,
Object destination)
Performs the remove for the join.
|
void |
performRemoveAll(Connection connection,
Object source)
Performs the remove for the join.
|
void performInsert(Connection connection, Object source, Joinable[] batch, int size) throws SQLException
connection - the connectionsource - the source instancebatch - the array of joinable batchsize - the size of the batchSQLException - thrown if there is an underlying SQL Exceptionvoid performRemove(Connection connection, Object source, Object key, Object destination) throws SQLException
connection - the connectionsource - the source instancekey - the key objectdestination - the destination instanceSQLException - thrown if there is an underlying SQL Exceptionvoid performRemoveAll(Connection connection, Object source) throws SQLException
connection - the connectionsource - the source instanceSQLException - thrown if there is an underlying SQL ExceptionCopyright © 2012 Batoo Software & Consultancy. All Rights Reserved.