| net.sf.hajdbc.sql.AbstractPreparedStatementInvocationHandler
AbstractPreparedStatementInvocationHandler | public class AbstractPreparedStatementInvocationHandler extends AbstractStatementInvocationHandler (Code) | | author: Paul Ferraro< Parameters: D - > < Parameters: S - > |
Constructor Summary | |
public | AbstractPreparedStatementInvocationHandler(Connection connection, SQLProxy<D, Connection> proxy, Invoker<D, Connection, S> invoker, Class<S> statementClass, Map<Database<D>, S> statementMap, TransactionContext<D> transactionContext, FileSupport fileSupport) |
selectForUpdate | protected boolean selectForUpdate(Code) | | |
AbstractPreparedStatementInvocationHandler | public AbstractPreparedStatementInvocationHandler(Connection connection, SQLProxy<D, Connection> proxy, Invoker<D, Connection, S> invoker, Class<S> statementClass, Map<Database<D>, S> statementMap, TransactionContext<D> transactionContext, FileSupport fileSupport) throws Exception(Code) | | Parameters: connection - Parameters: proxy - Parameters: invoker - Parameters: statementClass - Parameters: statementMap - Parameters: transactionContext - Parameters: fileSupport - throws: Exception - |
isIndexType | protected boolean isIndexType(Class> type)(Code) | | |
|
|