Uses of Enum
gudusoft.gsqlparser.EInsertSource
Packages that use EInsertSource
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.Provides the classes represent various SQL statements.
-
Uses of EInsertSource in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EInsertSourceModifier and TypeMethodDescriptionstatic EInsertSourceReturns the enum constant of this type with the specified name.static EInsertSource[]EInsertSource.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EInsertSource in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return EInsertSourceModifier and TypeMethodDescriptionTInsertSqlStatement.getInsertSource()Type of the source from where the data is coming for this insert statement.Methods in gudusoft.gsqlparser.stmt with parameters of type EInsertSourceModifier and TypeMethodDescriptionvoidTInsertSqlStatement.setInsertSource(EInsertSource insertSource)