类 DeleteStatement

    • 构造器详细资料

      • DeleteStatement

        public DeleteStatement()
    • 方法详细资料

      • getStatementType

        public int getStatementType()
        从接口复制的说明: Statement
        Return the main token type representing the type of this statement.
        返回:
        The corresponding token type.
      • needsExecutor

        public boolean needsExecutor()
        从接口复制的说明: Statement
        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.