Package | Description |
---|---|
gudusoft.gsqlparser.sqlenv |
Modifier and Type | Class and Description |
---|---|
class |
TFunctoinColumn
table function return column
|
class |
TSQLCatalog
In the most sql-implementation, Catalog is the anonymous of the Database.
|
class |
TSQLColumn
table column
|
class |
TSQLFunction
SQL function
|
class |
TSQLOraclePackage
SQL procedure
|
class |
TSQLParameter |
class |
TSQLProcedure
SQL procedure
|
class |
TSQLRoutine |
class |
TSQLSchema
SQL schema, contains a list of schema objects.
|
class |
TSQLSchemaObject
the base class of all schema objects such as procedure, table, trigger and etc.
|
class |
TSQLSynonyms
SQL synonyms object
|
class |
TSQLTable
SQL table, includes a list of columns.
|
class |
TSQLTrigger
SQL trigger
|
Modifier and Type | Method and Description |
---|---|
static int |
TSQLObject.compareTo(EDbVendor dbVendor,
ESQLDataObjectType sqlDataObjectType,
TSQLObject targetDataObject,
String objectName) |
static int |
TSQLObject.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.
|