Class StatementType

java.lang.Object
com.ibatis.sqlmap.engine.mapping.statement.StatementType

public final class StatementType extends Object
The Class StatementType.
  • Field Details

    • UNKNOWN

      public static final StatementType UNKNOWN
      The Constant UNKNOWN.
    • INSERT

      public static final StatementType INSERT
      The Constant INSERT.
    • UPDATE

      public static final StatementType UPDATE
      The Constant UPDATE.
    • DELETE

      public static final StatementType DELETE
      The Constant DELETE.
    • SELECT

      public static final StatementType SELECT
      The Constant SELECT.
    • PROCEDURE

      public static final StatementType PROCEDURE
      The Constant PROCEDURE.