Class AfterSqlQueryEvent

    • Constructor Detail

      • AfterSqlQueryEvent

        public AfterSqlQueryEvent​(ExecutionContext executionContext,
                                  ResultSet resultSet,
                                  Connection connection,
                                  PreparedStatement preparedStatement)
        コンストラクタ.
        Parameters:
        executionContext - ExecutionContext
        resultSet - ResultSet
        connection - Connection
        preparedStatement - PreparedStatement
    • Method Detail

      • getResultSet

        public ResultSet getResultSet()
        ResultSetの取得.
        Returns:
        ResultSet
      • setResultSet

        public void setResultSet​(ResultSet resultSet)
        ResultSetの設定.
        Parameters:
        resultSet - ResultSet
      • getConnection

        public Connection getConnection()
        Connectionの取得.
        Returns:
        Connection
      • getPreparedStatement

        public PreparedStatement getPreparedStatement()
        PreparedStatementの取得.
        Returns:
        PreparedStatement