public interface JoinableTable
| Modifier and Type | Method and Description |
|---|---|
void |
performInsert(ConnectionImpl connection,
Object source,
Object key,
Object destination,
int order)
Performs the insert for the join.
|
void |
performRemove(ConnectionImpl connection,
Object source,
Object key,
Object destination)
Performs the remove for the join.
|
void |
performRemoveAll(ConnectionImpl connection,
Object source)
Performs the remove for the join.
|
void performInsert(ConnectionImpl connection, Object source, Object key, Object destination, int order) throws SQLException
connection - the connectionsource - the source instancekey - the key objectdestination - the destination instanceorder - the order of the columnSQLException - thrown if there is an underlying SQL Exceptionvoid performRemove(ConnectionImpl 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(ConnectionImpl 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.