Uses of Enum
gudusoft.gsqlparser.EDbObjectType
Packages that use EDbObjectType
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 represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of EDbObjectType in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EDbObjectTypeModifier and TypeMethodDescriptionTSourceToken.getDbObjectType()Token in aTObjectNamehas the same database object type as the objectName.static EDbObjectTypeReturns the enum constant of this type with the specified name.static EDbObjectType[]EDbObjectType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gudusoft.gsqlparser with parameters of type EDbObjectTypeModifier and TypeMethodDescriptionvoidTSourceToken.setDbObjectType(EDbObjectType dbObjectType) Set the database object type of this token -
Uses of EDbObjectType in gudusoft.gsqlparser.nodes
Fields in gudusoft.gsqlparser.nodes declared as EDbObjectTypeMethods in gudusoft.gsqlparser.nodes that return EDbObjectTypeModifier and TypeMethodDescriptionTCommentSqlNode.getDbObjectType()TDescribeSqlNode.getDbObjectType()TDropDbObjectSqlNode.getDbObjectType()TObjectName.getDbObjectType()The database object type of this objectName such as table, view, column for example.TSymbolTableItem.getDbObjectType()TUnsetSqlNode.getObjectType()Methods in gudusoft.gsqlparser.nodes with parameters of type EDbObjectTypeModifier and TypeMethodDescriptionTNodeFactory.createObjectName(EDbObjectType dbObjectType, TSourceToken schema, TSourceToken object, TSourceToken part) static TObjectNameTObjectName.createObjectName(EDbVendor dbVendor, EDbObjectType dbObjectType) static TObjectNameTObjectName.createObjectName(EDbVendor dbVendor, EDbObjectType dbObjectType, TSourceToken token1) static TObjectNameTObjectName.createObjectName(EDbVendor dbVendor, EDbObjectType dbObjectType, TSourceToken token1, TSourceToken token2) static TObjectNameTObjectName.createObjectName(EDbVendor dbVendor, EDbObjectType dbObjectType, TSourceToken token1, TSourceToken token2, TSourceToken token3) static TObjectNameTObjectName.createObjectName(EDbVendor dbVendor, EDbObjectType dbObjectType, TSourceToken token1, TSourceToken token2, TSourceToken token3, TSourceToken token4) static TObjectNameTObjectName.createObjectName(EDbVendor dbVendor, EDbObjectType dbObjectType, String str) TNodeFactory.createObjectNameWithType(EDbObjectType dbObjectType, TSourceToken part) TNodeFactory.createObjectNameWithType(EDbObjectType dbObjectType, TSourceToken object, TSourceToken part) TNodeFactory.createObjectNameWithType(EDbObjectType dbObjectType, TSourceToken schema, TSourceToken object, TSourceToken part) voidTObjectName.init(EDbObjectType dbObjectType, Object arg1, Object arg2, Object arg3) voidTAliasClause.setDBObjectToAlias(EDbObjectType dbObjectType) voidTCommentSqlNode.setDbObjectType(EDbObjectType dbObjectType) voidTDropDbObjectSqlNode.setDbObjectType(EDbObjectType dbObjectType) voidTObjectName.setDbObjectType(EDbObjectType dbObjectType) Set object type of this objectNamevoidTObjectName.setDbObjectType(EDbVendor dbVendor, EDbObjectType dbObjectType) voidTObjectName.setDbObjectTypeDirectly(EDbObjectType dbObjectType) Constructors in gudusoft.gsqlparser.nodes with parameters of type EDbObjectTypeModifierConstructorDescriptionTSymbolTableItem(EDbObjectType dbObjectType, TCustomSqlStatement pstmt, TParseTreeNode pdata) -
Uses of EDbObjectType in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return EDbObjectTypeModifier and TypeMethodDescriptionTCreateAliasStmt.getAliasType()One of those types: Table, Module and SequenceTCommentOnSqlStmt.getDbObjectType()TDescribeStmt.getDbObjectType()TDropStmt.getDbObjectType()TUseStmt.getDbObjectType()Deprecated.TRenameStmt.getObjectType()TSetDatabaseObjectStmt.getObjectType()TUnsetStmt.getObjectType()Methods in gudusoft.gsqlparser.stmt with parameters of type EDbObjectTypeModifier and TypeMethodDescriptionvoidTCommentOnSqlStmt.setDbObjectType(EDbObjectType dbObjectType) voidTRenameStmt.setObjectType(EDbObjectType objectType) -
Uses of EDbObjectType in gudusoft.gsqlparser.stmt.mssql
Methods in gudusoft.gsqlparser.stmt.mssql that return EDbObjectTypeMethods in gudusoft.gsqlparser.stmt.mssql with parameters of type EDbObjectTypeModifier and TypeMethodDescriptionvoidTMssqlDropDbObject.setDbObjectType(EDbObjectType dbObjectType) -
Uses of EDbObjectType in gudusoft.gsqlparser.stmt.redshift
Methods in gudusoft.gsqlparser.stmt.redshift that return EDbObjectTypeMethods in gudusoft.gsqlparser.stmt.redshift with parameters of type EDbObjectTypeModifier and TypeMethodDescriptionvoidTRedshiftComment.setDbObjectType(EDbObjectType dbObjectType)