public interface IStatementCache
Modifier and Type | Method and Description |
---|---|
CallableStatement |
getCallableStatement(Connection conn,
String s) |
PreparedStatement |
getPreparedStatement(Connection conn,
String s) |
void |
releaseCallableStatement(CallableStatement cs) |
void |
releasePreparedStatement(PreparedStatement ps) |
PreparedStatement getPreparedStatement(Connection conn, String s) throws SQLException
SQLException
void releasePreparedStatement(PreparedStatement ps)
CallableStatement getCallableStatement(Connection conn, String s) throws SQLException
SQLException
void releaseCallableStatement(CallableStatement cs)
Copyright © 2010–2020. All rights reserved.