接口 Statement

    • 方法详细资料

      • getWalker

        HqlSqlWalker getWalker()
        Retrieve the "phase 2" walker which generated this statement tree.
        返回:
        The HqlSqlWalker instance which generated this statement tree.
      • getStatementType

        int getStatementType()
        Return the main token type representing the type of this statement.
        返回:
        The corresponding token type.
      • needsExecutor

        boolean needsExecutor()
        Does this statement require the StatementExecutor?

        Essentially, at the JDBC level, does this require an executeUpdate()?
        返回:
        True if this statement should be handed off to the StatementExecutor to be executed; false otherwise.