public interface SQLProxyFactory<Z,D extends Database<Z>,P,T> extends TransactionalProxyFactory<Z,D,P,T>
| Modifier and Type | Method and Description |
|---|---|
String |
evaluate(String sql) |
List<Lock> |
extractLocks(String sql) |
Connection |
getConnection(D database) |
boolean |
isSelectForUpdate(String sql) |
boolean |
locatorsUpdateCopy() |
getTransactionContextclose, close, getParent, getParentProxy, removeaddChild, createProxy, entries, get, getDatabaseCluster, getExceptionFactory, record, removeChild, removeChildren, replayList<Lock> extractLocks(String sql) throws SQLException
SQLExceptionboolean isSelectForUpdate(String sql) throws SQLException
SQLExceptionConnection getConnection(D database) throws SQLException
SQLExceptionboolean locatorsUpdateCopy() throws SQLException
SQLExceptionCopyright © 2004–2014 Paul Ferraro. All rights reserved.