StatementType

public enum StatementType : String, CustomStringConvertible, Codable

Undocumented

  • ddl

    Undocumented

    Declaration

    Swift

    case ddl = "DDL"
  • dml

    Undocumented

    Declaration

    Swift

    case dml = "DML"
  • Undocumented

    Declaration

    Swift

    case utility = "UTILITY"
  • Declaration

    Swift

    public var description: String { get }