Uses of Class
gudusoft.gsqlparser.sqlenv.TSQLObject
Packages that use TSQLObject
-
Uses of TSQLObject in gudusoft.gsqlparser.sqlenv
Subclasses of TSQLObject in gudusoft.gsqlparser.sqlenvModifier and TypeClassDescriptionclasstable function return columnclassIn the most sql-implementation, Catalog is the anonymous of the Database.classtable columnclassSQL functionclassSQL procedureclassclassSQL procedureclassclassSQL schema, contains a list of schema objects.classthe base class of all schema objects such as procedure, table, trigger and etc.classSQL synonyms objectclassSQL table, includes a list of columns.classSQL triggerMethods in gudusoft.gsqlparser.sqlenv with parameters of type TSQLObjectModifier and TypeMethodDescriptionstatic intTSQLObject.compareTo(EDbVendor dbVendor, ESQLDataObjectType sqlDataObjectType, TSQLObject targetDataObject, String objectName) static intTSQLObject.compareTo(TSQLEnv sqlEnv, ESQLDataObjectType sqlDataObjectType, TSQLObject targetDataObject, String objectName) how to compare the name of database object is various from different databases due to the different implementation.