Uses of Enum
gudusoft.gsqlparser.stmt.TCopyStmt.ECopyType
Packages that use TCopyStmt.ECopyType
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TCopyStmt.ECopyType in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TCopyStmt.ECopyTypeMethods in gudusoft.gsqlparser.nodes with parameters of type TCopyStmt.ECopyType -
Uses of TCopyStmt.ECopyType in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TCopyStmt.ECopyTypeModifier and TypeMethodDescriptionTCopyStmt.getCopyType()static TCopyStmt.ECopyTypeReturns the enum constant of this type with the specified name.static TCopyStmt.ECopyType[]TCopyStmt.ECopyType.values()Returns an array containing the constants of this enum type, in the order they are declared.