StatementType
public enum StatementType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case ddl = "DDL"
-
Undocumented
Declaration
Swift
case dml = "DML"
-
Undocumented
Declaration
Swift
case utility = "UTILITY"
-
Declaration
Swift
public var description: String { get }