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() |
getTransactionContext
getParent, getParentProxy, remove
addChild, close, createProxy, entries, get, getDatabaseCluster, getExceptionFactory, getRoot, record, removeChild, removeChildren, replay, retain
List<Lock> extractLocks(String sql) throws SQLException
SQLException
boolean isSelectForUpdate(String sql) throws SQLException
SQLException
Connection getConnection(D database) throws SQLException
SQLException
boolean locatorsUpdateCopy() throws SQLException
SQLException
Copyright © 2004–2013 Paul Ferraro. All rights reserved.