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
close, close, getParent, getParentProxy, remove
addChild, createProxy, entries, get, getDatabaseCluster, getExceptionFactory, record, removeChild, removeChildren, replay
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–2014 Paul Ferraro. All rights reserved.