Class ProcedureStatement

    • Constructor Detail

      • ProcedureStatement

        public ProcedureStatement​(Connection con,
                                  String sql,
                                  String databaseName,
                                  String procedureName,
                                  ReentrantLock lock,
                                  boolean canUseServerTimeout,
                                  boolean canUseServerMaxRows,
                                  boolean canCachePrepStmts,
                                  int resultSetType,
                                  int resultSetConcurrency)
                           throws SQLException
        Constructor
        Parameters:
        con - connection
        sql - sql
        databaseName - database
        procedureName - procedure
        lock - thread locker
        canUseServerTimeout - can use server timeout
        canUseServerMaxRows - can use server max rows
        canCachePrepStmts - can cache server prepared result
        resultSetType - result-set type
        resultSetConcurrency - concurrency
        Throws:
        SQLException - if any exception occurs