Interface IPreparedStatementCache


  • @Deprecated
    public interface IPreparedStatementCache
    Deprecated.
    As of 4.2 use IDBConnection.
    Caches JDBC statements according to given reuse probabilities.
    Since:
    2.0
    Author:
    Stefan Winkler
    No Implement
    This interface is not intended to be implemented by clients.
    No Extend
    This interface is not intended to be extended by clients.
    • Method Detail

      • setConnection

        void setConnection​(java.sql.Connection connection)
        Deprecated.
      • releasePreparedStatement

        void releasePreparedStatement​(java.sql.PreparedStatement ps)
        Deprecated.