| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SQLObject in org.eclipse.datatools.connectivity.sqm.core.definition | 
|---|
| Methods in org.eclipse.datatools.connectivity.sqm.core.definition with parameters of type SQLObject | |
|---|---|
|  int | DatabaseDefinition.getMaximumIdentifierLength(SQLObject sqlObject) | 
|  int | MetaDataExtension.getMaximumIdentifierLength(SQLObject sqlObject) | 
|  int | DefaultDatabaseDefinition.getMaximumIdentifierLength(SQLObject sqlObject) | 
| Uses of SQLObject in org.eclipse.datatools.connectivity.sqm.core.rte | 
|---|
| Methods in org.eclipse.datatools.connectivity.sqm.core.rte with parameters of type SQLObject | |
|---|---|
|  java.lang.String[] | DDLGenerator.createSQLObjects(SQLObject[] elements,
                 boolean quoteIdentifiers,
                 boolean qualifyNames,
                 org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | DDLGenerator.createSQLObjects(SQLObject[] elements,
                 boolean quoteIdentifiers,
                 boolean qualifyNames,
                 org.eclipse.core.runtime.IProgressMonitor progressMonitor,
                 IEngineeringCallBack callback) | 
|  java.lang.String[] | DDLGenerator.dropSQLObjects(SQLObject[] elements,
               boolean quoteIdentifiers,
               boolean qualifyNames,
               org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | DDLGenerator.dropSQLObjects(SQLObject[] elements,
               boolean quoteIdentifiers,
               boolean qualifyNames,
               org.eclipse.core.runtime.IProgressMonitor progressMonitor,
               IEngineeringCallBack callback) | 
|  java.lang.String[] | DDLGenerator.generateDDL(SQLObject[] elements,
            org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | DDLGenerator.generateDDL(SQLObject[] elements,
            org.eclipse.core.runtime.IProgressMonitor progressMonitor,
            IEngineeringCallBack callback) | 
|  EngineeringOption[] | DDLGenerator.getOptions(SQLObject[] elements) | 
| Uses of SQLObject in org.eclipse.datatools.connectivity.sqm.core.rte.fe | 
|---|
| Methods in org.eclipse.datatools.connectivity.sqm.core.rte.fe with parameters of type SQLObject | |
|---|---|
|  java.lang.String[] | GenericDdlGenerator.createSQLObjects(SQLObject[] elements,
                 boolean quoteIdentifiers,
                 boolean qualifyNames,
                 org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | GenericDdlGenerator.createSQLObjects(SQLObject[] elements,
                 boolean quoteIdentifiers,
                 boolean qualifyNames,
                 org.eclipse.core.runtime.IProgressMonitor progressMonitor,
                 IEngineeringCallBack callback) | 
|  java.lang.String[] | GenericDdlGenerator.dropSQLObjects(SQLObject[] elements,
               boolean quoteIdentifiers,
               boolean qualifyNames,
               org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | GenericDdlGenerator.dropSQLObjects(SQLObject[] elements,
               boolean quoteIdentifiers,
               boolean qualifyNames,
               org.eclipse.core.runtime.IProgressMonitor progressMonitor,
               IEngineeringCallBack callback) | 
|  java.lang.String[] | GenericDdlGenerator.generateDDL(SQLObject[] elements,
            org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | GenericDdlGenerator.generateDDL(SQLObject[] elements,
            org.eclipse.core.runtime.IProgressMonitor progressMonitor,
            IEngineeringCallBack callback) | 
|  EngineeringOption[] | GenericDdlGenerator.getOptions(SQLObject[] elements) | 
|  EngineeringOption[] | GenericDdlGenerator.getSelectedOptions(SQLObject[] elements) | 
| Uses of SQLObject in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc | 
|---|
| Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement SQLObject | |
|---|---|
|  class | JDBCCatalog | 
|  class | JDBCColumn | 
|  class | JDBCDatabase | 
|  class | JDBCDistinctUDT | 
|  class | JDBCForeignKey | 
|  class | JDBCIndex | 
|  class | JDBCParameter | 
|  class | JDBCPrimaryKey | 
|  class | JDBCProcedure | 
|  class | JDBCSchema | 
|  class | JDBCStructuredUDT | 
|  class | JDBCTable | 
|  class | JDBCTemporaryTable | 
|  class | JDBCUniqueConstraint | 
|  class | JDBCUserDefinedFunction | 
|  class | JDBCView | 
| Uses of SQLObject in org.eclipse.datatools.enablement.ase | 
|---|
| Constructors in org.eclipse.datatools.enablement.ase with parameters of type SQLObject | |
|---|---|
| ASEConfig.ASEItemWithCode(org.eclipse.datatools.sqltools.core.ProcIdentifier proc,
                          SQLObject routine,
                          org.eclipse.datatools.sqltools.core.IControlConnection controlConn) | |
| Uses of SQLObject in org.eclipse.datatools.enablement.ase.catalog | 
|---|
| Classes in org.eclipse.datatools.enablement.ase.catalog that implement SQLObject | |
|---|---|
|  class | SybaseASECatalog | 
|  class | SybaseASECatalogCheckConstraint | 
|  class | SybaseASECatalogColumn | 
|  class | SybaseASECatalogDatabase | 
|  class | SybaseASECatalogDefault | 
|  class | SybaseASECatalogForeignKey | 
|  class | SybaseASECatalogGroup | 
|  class | SybaseASECatalogIndex | 
|  class | SybaseASECatalogLocalRole | 
|  class | SybaseASECatalogParameter | 
|  class | SybaseASECatalogPreDefinedType | 
|  class | SybaseASECatalogPrimaryKey | 
|  class | SybaseASECatalogProcedure | 
|  class | SybaseASECatalogProxyTable | 
|  class | SybaseASECatalogRole | 
|  class | SybaseASECatalogRule | 
|  class | SybaseASECatalogSchema | 
|  class | SybaseASECatalogSegment | 
|  class | SybaseASECatalogTable | 
|  class | SybaseASECatalogTempTable | 
|  class | SybaseASECatalogTrigger | 
|  class | SybaseASECatalogUniqueConstraint | 
|  class | SybaseASECatalogUser | 
|  class | SybaseASECatalogUserDefinedFunction | 
|  class | SybaseASECatalogUserDefinedType | 
|  class | SybaseASECatalogView | 
|  class | SybaseASECatalogWebService | 
|  class | SybaseASECatalogWebServiceTable | 
| Methods in org.eclipse.datatools.enablement.ase.catalog that return SQLObject | |
|---|---|
| static SQLObject | ASEUtil.getSQLObject(java.util.Collection sqlObjs,
             java.lang.String objName) | 
| static SQLObject | ASEUtil.getSQLObject(java.util.Collection sqlObjs,
             java.lang.String objName,
             org.eclipse.emf.ecore.EClass clazz) | 
| Methods in org.eclipse.datatools.enablement.ase.catalog with parameters of type SQLObject | |
|---|---|
| static java.lang.String | ASEUtil.getFullQuatifiedName(SQLObject obj) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.ase.ddl | 
|---|
| Methods in org.eclipse.datatools.enablement.ase.ddl with parameters of type SQLObject | |
|---|---|
|  java.lang.String[] | SybaseASEDdlGenerator.createSQLObjects(SQLObject[] elements,
                 boolean quoteIdentifiers,
                 boolean qualifyNames,
                 boolean fullSyntax,
                 org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | SybaseASEDdlGenerator.createSQLObjects(SQLObject[] elements,
                 EngineeringOption[] options,
                 org.eclipse.core.runtime.IProgressMonitor progressMonitor)Override the one in super class to add use db statements. | 
|  java.lang.String[] | SybaseASEDdlGenerator.createSQLObjectsForDeltaDDL(SQLObject[] elements,
                            boolean quoteIdentifiers,
                            boolean qualifyNames,
                            boolean fullSyntax,
                            org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  void | SybaseASEDdlGenerator.createStatement(SQLObject element,
                boolean quoteIdentifiers,
                boolean qualifyNames,
                boolean fullSyntax,
                SybaseDdlScript script,
                org.eclipse.core.runtime.IProgressMonitor progressMonitor,
                int task) | 
|  java.lang.String[] | SybaseASEDdlGenerator.dropSQLObjects(SQLObject[] elements,
               boolean quoteIdentifiers,
               boolean qualifyNames,
               org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | SybaseASEDdlGenerator.dropSQLObjects(SQLObject[] elements,
               EngineeringOption[] options,
               org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | SybaseASEDdlGenerator.dropSQLObjectsForDeltaDDL(SQLObject[] elements,
                          boolean quoteIdentifiers,
                          boolean qualifyNames,
                          org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  void | SybaseASEDdlGenerator.dropStatement(SQLObject element,
              boolean quoteIdentifiers,
              boolean qualifyNames,
              SybaseDdlScript script,
              org.eclipse.core.runtime.IProgressMonitor progressMonitor,
              int task) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.ase.deltaddl | 
|---|
| Methods in org.eclipse.datatools.enablement.ase.deltaddl with parameters of type SQLObject | |
|---|---|
|  void | SybaseASECheckDeltaDdlGenProvider.analyze(SQLObject element,
        java.util.Map changeMap,
        java.util.Map changeRecords) | 
|  void | SybaseASEIndexDeltaDdlGenProvider.analyze(SQLObject element,
        java.util.Map changeMap,
        java.util.Map modificationRecords) | 
|  void | SybaseASEColumnDeltaDdlGenProvider.analyze(SQLObject element,
        java.util.Map changeMap,
        java.util.Map modificationRecords) | 
|  void | SybaseASEProcedureDeltaDdlProvider.analyze(SQLObject element,
        java.util.Map changeMap,
        java.util.Map changedRecords) | 
|  void | SybaseASEUniqueDeltaDdlGenProvider.analyze(SQLObject element,
        java.util.Map changeMap,
        java.util.Map modificationRecords) | 
|  void | SybaseASETriggerDeltaDdlProvider.analyze(SQLObject element,
        java.util.Map changeMap,
        java.util.Map changedRecords) | 
|  void | SybaseASEForeignKeyDeltaDdlGenProvider.processAlterStatement(SQLObject element,
                      java.util.Map modifyRecordMap,
                      boolean quoteIdentifiers,
                      boolean qualifyNames,
                      boolean fullSyntax,
                      SybaseDdlScript script,
                      org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASEDefaultDeltaDdlGenProvider.processAlterStatement(SQLObject element,
                      java.util.Map modifyRecordMap,
                      boolean quoteIdentifiers,
                      boolean qualifyNames,
                      boolean fullSyntax,
                      SybaseDdlScript script,
                      org.eclipse.core.runtime.IProgressMonitor monitor)Processes the alter statement on UserDefinedType. | 
|  void | SybaseASEUserDefinedTypeDeltaDdlGenProvider.processAlterStatement(SQLObject element,
                      java.util.Map modifyRecordMap,
                      boolean quoteIdentifiers,
                      boolean qualifyNames,
                      boolean fullSyntax,
                      SybaseDdlScript script,
                      org.eclipse.core.runtime.IProgressMonitor monitor)Processes the alter statement on UserDefinedType. | 
|  void | SybaseASEProcedureDeltaDdlProvider.processAlterStatement(SQLObject element,
                      java.util.Map modifyRecordMap,
                      boolean quoteIdentifiers,
                      boolean qualifyNames,
                      boolean fullSyntax,
                      SybaseDdlScript script,
                      org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASERuleDeltaDdlGenProvider.processAlterStatement(SQLObject element,
                      java.util.Map modifyRecordMap,
                      boolean quoteIdentifiers,
                      boolean qualifyNames,
                      boolean fullSyntax,
                      SybaseDdlScript script,
                      org.eclipse.core.runtime.IProgressMonitor monitor)Processes the alter statement on UserDefinedType. | 
|  void | SybaseASEUniqueDeltaDdlGenProvider.processAlterStatement(SQLObject element,
                      java.util.Map modifyRecordMap,
                      boolean quoteIdentifiers,
                      boolean qualifyNames,
                      boolean fullSyntax,
                      SybaseDdlScript script,
                      org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASETriggerDeltaDdlProvider.processAlterStatement(SQLObject element,
                      java.util.Map modifyRecordMap,
                      boolean quoteIdentifiers,
                      boolean qualifyNames,
                      boolean fullSyntax,
                      SybaseDdlScript script,
                      org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASEProcedureDeltaDdlProvider.processCreateStatement(SQLObject element,
                       boolean quoteIdentifiers,
                       boolean qualifyNames,
                       boolean fullSyntax,
                       SybaseDdlScript script,
                       ISybaseDdlGenerator generator,
                       org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASETriggerDeltaDdlProvider.processCreateStatement(SQLObject element,
                       boolean quoteIdentifiers,
                       boolean qualifyNames,
                       boolean fullSyntax,
                       SybaseDdlScript script,
                       ISybaseDdlGenerator generator,
                       org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASETriggerDeltaDdlProvider.processDropStatement(SQLObject element,
                     boolean quoteIdentifiers,
                     boolean qualifyNames,
                     SybaseDdlScript script,
                     DDLGenerator generator,
                     org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASEProcedureDeltaDdlProvider.processDropStatement(SQLObject element,
                     boolean quoteIdentifiers,
                     boolean qualifyNames,
                     SybaseDdlScript script,
                     ISybaseDdlGenerator generator,
                     org.eclipse.core.runtime.IProgressMonitor monitor) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.hsqldb.catalog | 
|---|
| Classes in org.eclipse.datatools.enablement.hsqldb.catalog that implement SQLObject | |
|---|---|
|  class | HSQLDBCatalogSchema | 
| Uses of SQLObject in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel | |
|---|---|
|  interface | IngresDBEventA representation of the model object 'Ingres DB Event'. | 
|  interface | IngresIdentitySpecifierA representation of the model object 'Ingres Identity Specifier'. | 
|  interface | IngresSchemaA representation of the model object 'Ingres Schema'. | 
|  interface | IngresSynonymA representation of the model object 'Ingres Synonym'. | 
|  interface | IngresTriggerA representation of the model object 'Ingres Trigger'. | 
|  interface | IngresViewTableA representation of the model object 'Ingres View Table'. | 
| Uses of SQLObject in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl | 
|---|
| Classes in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl that implement SQLObject | |
|---|---|
|  class | IngresDBEventImplAn implementation of the model object 'Ingres DB Event'. | 
|  class | IngresIdentitySpecifierImplAn implementation of the model object 'Ingres Identity Specifier'. | 
|  class | IngresSchemaImplAn implementation of the model object 'Ingres Schema'. | 
|  class | IngresSynonymImplAn implementation of the model object 'Ingres Synonym'. | 
|  class | IngresTriggerImplAn implementation of the model object 'Ingres Trigger'. | 
|  class | IngresViewTableImplAn implementation of the model object 'Ingres View Table'. | 
| Uses of SQLObject in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.util | 
|---|
| Methods in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | IngressqlmodelSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.enablement.mysql.catalog | 
|---|
| Classes in org.eclipse.datatools.enablement.mysql.catalog that implement SQLObject | |
|---|---|
|  class | MySqlCatalogColumnThis class holds the column information | 
|  class | MySqlCatalogDatabaseThis is the Database implementation, and contains schemas (MySql does not have schemas) | 
|  class | MySqlCatalogForeignKeyThis class is the ForeignKey implementation | 
|  class | MySqlCatalogIndexThis class is the Index implementation | 
|  class | MySqlCatalogPrimaryKeyThis class is the PrimaryKey implementation | 
|  class | MySqlCatalogSchemaThis class is the Schema implementation, its purpose is to load tables | 
|  class | MySqlCatalogTableThis class is the Schema implementation, its purpose is to load columns, constraint, index and primaryKeys | 
| Uses of SQLObject in org.eclipse.datatools.enablement.mysql.ddl.shared | 
|---|
| Methods in org.eclipse.datatools.enablement.mysql.ddl.shared with parameters of type SQLObject | |
|---|---|
|  java.lang.String[] | MySqlDdlGeneratorHelper.createSQLObjects(SQLObject[] elements,
                 boolean quoteIdentifiers,
                 boolean qualifyNames,
                 org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | MySqlDdlGeneratorHelper.createSQLObjects(SQLObject[] elements,
                 boolean quoteIdentifiers,
                 boolean qualifyNames,
                 org.eclipse.core.runtime.IProgressMonitor progressMonitor,
                 IEngineeringCallBack callback) | 
|  java.lang.String[] | MySqlDdlGeneratorHelper.dropSQLObjects(SQLObject[] elements,
               boolean quoteIdentifiers,
               boolean qualifyNames,
               org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | MySqlDdlGeneratorHelper.dropSQLObjects(SQLObject[] elements,
               boolean quoteIdentifiers,
               boolean qualifyNames,
               org.eclipse.core.runtime.IProgressMonitor progressMonitor,
               IEngineeringCallBack callback) | 
|  java.lang.String[] | MySqlDdlGeneratorHelper.generateDDL(SQLObject[] elements,
            org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | MySqlDdlGeneratorHelper.generateDDL(SQLObject[] elements,
            org.eclipse.core.runtime.IProgressMonitor progressMonitor,
            IEngineeringCallBack callback) | 
|  EngineeringOption[] | MySqlDdlGeneratorHelper.getOptions(SQLObject[] elements) | 
|  EngineeringOption[] | MySqlDdlGeneratorHelper.getSelectedOptions(SQLObject[] elements) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.base.catalog | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.base.catalog that return SQLObject | |
|---|---|
| static SQLObject | SybaseASACatalogBaseUserDefinedDataType.getSQLObject(java.util.List sqlObjs,
             java.lang.String objName) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.baseloaders | 
|---|
| Constructors in org.eclipse.datatools.enablement.sybase.asa.baseloaders with parameters of type SQLObject | |
|---|---|
| AuthorizedObjectPrivilegeASALoader(SQLObject catalogAuthId) | |
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.catalog | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.asa.catalog that implement SQLObject | |
|---|---|
|  class | SybaseASACatalog | 
|  class | SybaseASACatalogDatabase | 
|  class | SybaseASACatalogForeignKey | 
|  class | SybaseASACatalogIndex | 
|  class | SybaseASACatalogSchema | 
|  class | SybaseASACatalogTable | 
|  class | SybaseASACatalogTempTable | 
| Methods in org.eclipse.datatools.enablement.sybase.asa.catalog that return SQLObject | |
|---|---|
| static SQLObject | ASAUtil.getSQLObject(java.util.Collection sqlObjs,
             java.lang.String objName) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.ddl | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.ddl with parameters of type SQLObject | |
|---|---|
|  java.lang.String | SybaseASADdlBuilder.createComment(SQLObject obj,
              boolean quoteIdentifiers,
              boolean qualifyNames)COMMENT ON { COLUMN [ owner.]table-name.column-name | EVENT event-name | FOREIGN KEY [ owner.]table-name.role-name | INDEX [ [ owner.] table.]index-name | JAVA CLASS java-class-name | JAVA JAR java-jar-name | LOGIN integrated_login_id | PROCEDURE [ owner.]procedure-name | SERVICE web-service-name | TABLE [ owner.]table-name | TRIGGER [ [ owner.]tablename.]trigger-name | USER userid | VIEW [ owner.]view-name } IS comment | 
|  java.lang.String | SybaseASADdlBuilder.createComment(SQLObject obj,
              boolean quoteIdentifiers,
              boolean qualifyNames,
              boolean removeComment) | 
|  java.lang.String[] | SybaseASADdlGenerator.createSQLObjectsForDeltaDDL(SQLObject[] elements,
                            boolean quoteIdentifiers,
                            boolean qualifyNames,
                            boolean fullSyntax,
                            org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  void | SybaseASADdlGenerator.createStatement(SQLObject element,
                boolean quoteIdentifiers,
                boolean qualifyNames,
                boolean fullSyntax,
                SybaseDdlScript script,
                org.eclipse.core.runtime.IProgressMonitor progressMonitor,
                int task) | 
|  java.lang.String[] | SybaseASADdlGenerator.dropSQLObjectsForDeltaDDL(SQLObject[] elements,
                          boolean quoteIdentifiers,
                          boolean qualifyNames,
                          org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  void | SybaseASADdlGenerator.dropStatement(SQLObject element,
              boolean quoteIdentifiers,
              boolean qualifyNames,
              SybaseDdlScript script,
              org.eclipse.core.runtime.IProgressMonitor progressMonitor,
              int task) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.deltaddl | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.deltaddl with parameters of type SQLObject | |
|---|---|
|  void | SybaseASAFunctionDeltaDdlGenProvider.analyze(SQLObject element,
        java.util.Map changeMap,
        java.util.Map modificationRecords) | 
|  void | SybaseASAProcedureDeltaDdlGenProvider.analyze(SQLObject element,
        java.util.Map changeMap,
        java.util.Map modificationRecords) | 
|  void | SybaseASATriggerDeltaDdlGenProvider.analyze(SQLObject element,
        java.util.Map changeMap,
        java.util.Map modificationRecords) | 
|  void | SybaseASAColumnDeltaDdlGenProvider.analyze(SQLObject element,
        java.util.Map changeMap,
        java.util.Map modificationRecords) | 
|  void | SybaseASAEventDeltaDdlGenProvider.analyze(SQLObject element,
        java.util.Map changeMap,
        java.util.Map modificationRecords) | 
|  void | SybaseASAFunctionDeltaDdlGenProvider.processAlterStatement(SQLObject element,
                      java.util.Map modifyRecordMap,
                      boolean quoteIdentifiers,
                      boolean qualifyNames,
                      boolean fullSyntax,
                      SybaseDdlScript script,
                      org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASAProcedureDeltaDdlGenProvider.processAlterStatement(SQLObject element,
                      java.util.Map modifyRecordMap,
                      boolean quoteIdentifiers,
                      boolean qualifyNames,
                      boolean fullSyntax,
                      SybaseDdlScript script,
                      org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASATriggerDeltaDdlGenProvider.processAlterStatement(SQLObject element,
                      java.util.Map modifyRecordMap,
                      boolean quoteIdentifiers,
                      boolean qualifyNames,
                      boolean fullSyntax,
                      SybaseDdlScript script,
                      org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASAEventDeltaDdlGenProvider.processAlterStatement(SQLObject element,
                      java.util.Map modifyRecordMap,
                      boolean quoteIdentifiers,
                      boolean qualifyNames,
                      boolean fullSyntax,
                      SybaseDdlScript script,
                      org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASAFunctionDeltaDdlGenProvider.processCreateStatement(SQLObject element,
                       boolean quoteIdentifiers,
                       boolean qualifyNames,
                       boolean fullSyntax,
                       SybaseDdlScript script,
                       ISybaseDdlGenerator generator,
                       org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASAProcedureDeltaDdlGenProvider.processCreateStatement(SQLObject element,
                       boolean quoteIdentifiers,
                       boolean qualifyNames,
                       boolean fullSyntax,
                       SybaseDdlScript script,
                       ISybaseDdlGenerator generator,
                       org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASATriggerDeltaDdlGenProvider.processCreateStatement(SQLObject element,
                       boolean quoteIdentifiers,
                       boolean qualifyNames,
                       boolean fullSyntax,
                       SybaseDdlScript script,
                       ISybaseDdlGenerator generator,
                       org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASAEventDeltaDdlGenProvider.processCreateStatement(SQLObject element,
                       boolean quoteIdentifiers,
                       boolean qualifyNames,
                       boolean fullSyntax,
                       SybaseDdlScript script,
                       ISybaseDdlGenerator generator,
                       org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASAFunctionDeltaDdlGenProvider.processDropStatement(SQLObject element,
                     boolean quoteIdentifiers,
                     boolean qualifyNames,
                     SybaseDdlScript script,
                     ISybaseDdlGenerator generator,
                     org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASAProcedureDeltaDdlGenProvider.processDropStatement(SQLObject element,
                     boolean quoteIdentifiers,
                     boolean qualifyNames,
                     SybaseDdlScript script,
                     ISybaseDdlGenerator generator,
                     org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASATriggerDeltaDdlGenProvider.processDropStatement(SQLObject element,
                     boolean quoteIdentifiers,
                     boolean qualifyNames,
                     SybaseDdlScript script,
                     ISybaseDdlGenerator generator,
                     org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | SybaseASAEventDeltaDdlGenProvider.processDropStatement(SQLObject element,
                     boolean quoteIdentifiers,
                     boolean qualifyNames,
                     SybaseDdlScript script,
                     ISybaseDdlGenerator generator,
                     org.eclipse.core.runtime.IProgressMonitor monitor) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel | |
|---|---|
|  interface | EventConditionA representation of the model object 'Event Condition'. | 
|  interface | ScheduleA representation of the model object 'Schedule'. | 
|  interface | SybaseASABaseColumnA representation of the model object 'Sybase ASA Base Column'. | 
|  interface | SybaseASABaseColumnCheckConstraintA representation of the model object 'Sybase ASA Base Column Check Constraint'. | 
|  interface | SybaseASABaseDatabaseA representation of the model object 'Sybase ASA Base Database'. | 
|  interface | SybaseASABaseDBSpaceA representation of the model object 'Sybase ASA Base DB Space'. | 
|  interface | SybaseASABaseEventA representation of the model object 'Sybase ASA Base Event'. | 
|  interface | SybaseASABaseForeignKeyA representation of the model object 'Sybase ASA Base Foreign Key'. | 
|  interface | SybaseASABaseFunctionA representation of the model object 'Sybase ASA Base Function'. | 
|  interface | SybaseASABaseGroupA representation of the model object 'Sybase ASA Base Group'. | 
|  interface | SybaseASABaseIndexA representation of the model object 'Sybase ASA Base Index'. | 
|  interface | SybaseASABaseParameterA representation of the model object 'Sybase ASA Base Parameter'. | 
|  interface | SybaseASABasePredefinedDataTypeA representation of the model object 'Sybase ASA Base Predefined Data Type'. | 
|  interface | SybaseASABasePrimaryKeyA representation of the model object 'Sybase ASA Base Primary Key'. | 
|  interface | SybaseASABaseProcedureA representation of the model object 'Sybase ASA Base Procedure'. | 
|  interface | SybaseASABaseProxyTableA representation of the model object 'Sybase ASA Base Proxy Table'. | 
|  interface | SybaseASABaseRemoteProcedureA representation of the model object 'Sybase ASA Base Remote Procedure'. | 
|  interface | SybaseASABaseSchemaA representation of the model object 'Sybase ASA Base Schema'. | 
|  interface | SybaseASABaseTableA representation of the model object 'Sybase ASA Base Table'. | 
|  interface | SybaseASABaseTempTableA representation of the model object 'Sybase ASA Base Temp Table'. | 
|  interface | SybaseASABaseTriggerA representation of the model object 'Sybase ASA Base Trigger'. | 
|  interface | SybaseASABaseUniqueConstraintA representation of the model object 'Sybase ASA Base Unique Constraint'. | 
|  interface | SybaseASABaseUserA representation of the model object 'Sybase ASA Base User'. | 
|  interface | SybaseASABaseUserDefinedTypeA representation of the model object 'Sybase ASA Base User Defined Type'. | 
|  interface | SybaseASABaseViewTableA representation of the model object 'Sybase ASA Base View Table'. | 
|  interface | SybaseASAWebServiceA representation of the model object 'Sybase ASA Web Service'. | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl that implement SQLObject | |
|---|---|
|  class | EventConditionImplAn implementation of the model object 'Event Condition'. | 
|  class | ScheduleImplAn implementation of the model object 'Schedule'. | 
|  class | SybaseASABaseColumnCheckConstraintImplAn implementation of the model object 'Sybase ASA Base Column Check Constraint'. | 
|  class | SybaseASABaseColumnImplAn implementation of the model object 'Sybase ASA Base Column'. | 
|  class | SybaseASABaseDatabaseImplAn implementation of the model object 'Sybase ASA Base Database'. | 
|  class | SybaseASABaseDBSpaceImplAn implementation of the model object 'Sybase ASA Base DB Space'. | 
|  class | SybaseASABaseEventImplAn implementation of the model object 'Sybase ASA Base Event'. | 
|  class | SybaseASABaseForeignKeyImplAn implementation of the model object 'Sybase ASA Base Foreign Key'. | 
|  class | SybaseASABaseFunctionImplAn implementation of the model object 'Sybase ASA Base Function'. | 
|  class | SybaseASABaseGroupImplAn implementation of the model object 'Sybase ASA Base Group'. | 
|  class | SybaseASABaseIndexImplAn implementation of the model object 'Sybase ASA Base Index'. | 
|  class | SybaseASABaseParameterImplAn implementation of the model object 'Sybase ASA Base Parameter'. | 
|  class | SybaseASABasePredefinedDataTypeImplAn implementation of the model object 'Sybase ASA Base Predefined Data Type'. | 
|  class | SybaseASABasePrimaryKeyImplAn implementation of the model object 'Sybase ASA Base Primary Key'. | 
|  class | SybaseASABaseProcedureImplAn implementation of the model object 'Sybase ASA Base Procedure'. | 
|  class | SybaseASABaseProxyTableImplAn implementation of the model object 'Sybase ASA Base Proxy Table'. | 
|  class | SybaseASABaseRemoteProcedureImplAn implementation of the model object 'Sybase ASA Base Remote Procedure'. | 
|  class | SybaseASABaseSchemaImplAn implementation of the model object 'Sybase ASA Base Schema'. | 
|  class | SybaseASABaseTableImplAn implementation of the model object 'Sybase ASA Base Table'. | 
|  class | SybaseASABaseTempTableImplAn implementation of the model object 'Sybase ASA Base Temp Table'. | 
|  class | SybaseASABaseTriggerImplAn implementation of the model object 'Sybase ASA Base Trigger'. | 
|  class | SybaseASABaseUniqueConstraintImplAn implementation of the model object 'Sybase ASA Base Unique Constraint'. | 
|  class | SybaseASABaseUserDefinedTypeImplAn implementation of the model object 'Sybase ASA Base User Defined Type'. | 
|  class | SybaseASABaseUserImplAn implementation of the model object 'Sybase ASA Base User'. | 
|  class | SybaseASABaseViewTableImplAn implementation of the model object 'Sybase ASA Base View Table'. | 
|  class | SybaseASAWebServiceImplAn implementation of the model object 'Sybase ASA Web Service'. | 
| Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl that return SQLObject | |
|---|---|
|  SQLObject | SybaseASABaseGroupImpl.basicGetSqlContainer() | 
|  SQLObject | SybaseASABaseUserImpl.basicGetSqlContainer() | 
|  SQLObject | SybaseASABaseGroupImpl.getSqlContainer() | 
|  SQLObject | SybaseASABaseUserImpl.getSqlContainer() | 
| Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl with parameters of type SQLObject | |
|---|---|
|  void | SybaseASABaseGroupImpl.setSqlContainer(SQLObject newSqlContainer) | 
|  void | SybaseASABaseUserImpl.setSqlContainer(SQLObject newSqlContainer) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.util | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | SybaseasabasesqlmodelSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel | |
|---|---|
|  interface | SybaseASADatabaseA representation of the model object 'Sybase ASA Database'. | 
|  interface | SybaseASAForeignKeyA representation of the model object 'Sybase ASA Foreign Key'. | 
|  interface | SybaseASAIndexA representation of the model object 'Sybase ASA Index'. | 
|  interface | SybaseASATableA representation of the model object 'Sybase ASA Table'. | 
|  interface | SybaseASATempTableA representation of the model object 'Sybase ASA Temp Table'. | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel.impl | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel.impl that implement SQLObject | |
|---|---|
|  class | SybaseASADatabaseImplAn implementation of the model object 'Sybase ASA Database'. | 
|  class | SybaseASAForeignKeyImplAn implementation of the model object 'Sybase ASA Foreign Key'. | 
|  class | SybaseASAIndexImplAn implementation of the model object 'Sybase ASA Index'. | 
|  class | SybaseASATableImplAn implementation of the model object 'Sybase ASA Table'. | 
|  class | SybaseASATempTableImplAn implementation of the model object 'Sybase ASA Temp Table'. | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel.util | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | SybaseasasqlmodelSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.commonui.privilege | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.commonui.privilege that return SQLObject | |
|---|---|
|  SQLObject | PrivilegesDetailPage.getOriginalSqlObj() | 
| Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.commonui.privilege with parameters of type SQLObject | |
|---|---|
|  Privilege[] | IPrivilegeStateLookup.getInheritedPrivileges(java.util.List authids,
                       AuthorizationIdentifier authid,
                       SQLObject sqlObj,
                       java.lang.String action)Returns the inherited privileges | 
|  IPrivilegeState | IPrivilegeStateLookup.getPrivilegeState(java.util.List authids,
                  AuthorizationIdentifier authid,
                  SQLObject sqlObj,
                  java.lang.String action)Returns the privileges state of the given authorization identifier (user, group or role) for the given SQL object with action type specified | 
|  boolean | IPrivilegeStateLookup.hasInheritedPrivilege(java.util.List authids,
                      AuthorizationIdentifier authid,
                      SQLObject sqlObj,
                      java.lang.String action)Checks if the given authorization identifier (user, group or role) has inherited privilge for the given SQL object with action type specified | 
| abstract  void | PrivilegesDetailPage.modify(AuthorizationIdentifier authid,
       SQLObject sqlObj,
       java.lang.String action,
       Privilege p,
       java.lang.String selectString,
       org.eclipse.jface.viewers.CellEditor currentEditor,
       java.lang.Object value)Modify the model based on the user's selection | 
|  void | PrivilegesDetailPage.reInit(ISchemaObjectEditModel model,
       SQLObject sqlObj,
       IPrivilegesTreeViewerInput input) | 
|  void | PrivilegesDetailPage.setSqlObj(SQLObject obj) | 
| Constructors in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.commonui.privilege with parameters of type SQLObject | |
|---|---|
| PrivilegesDetailLabelProvider(ISchemaObjectEditModel model,
                              SQLObject sqlObj,
                              PrivilegesDetailTableMetaData meta,
                              IPrivilegeStateLookup stateLookup) | |
| PrivilegesDetailPage(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
                     ISchemaObjectEditModel model,
                     SQLObject sqlObj,
                     PrivilegesDetailTableMetaData meta,
                     IPrivilegesTreeViewerInput input,
                     IPrivilegeStateLookup stateLookup)Constructs a permission detail page without create the controls | |
| PrivilegesDetailPage(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
                     ISchemaObjectEditModel model,
                     SQLObject sqlObj,
                     PrivilegesDetailTableMetaData meta,
                     IPrivilegesTreeViewerInput input,
                     IPrivilegeStateLookup stateLookup,
                     PrivilegesDetailLabelProvider labelProvider) | |
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor with parameters of type SQLObject | |
|---|---|
|  void | ProceduralObjectEditorHandler.forceFocusObject(SQLObject object) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.action | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.action with parameters of type SQLObject | |
|---|---|
|  void | EditRoutineInFormAction.setSQLObject(SQLObject object) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.model | 
|---|
| Constructors in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.model with parameters of type SQLObject | |
|---|---|
| ProceduralObjectImmutableModel(SQLObject object,
                               java.util.Map ojbects) | |
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.pages.privilege | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.pages.privilege with parameters of type SQLObject | |
|---|---|
|  Privilege[] | ASARoutinePrivilegeStateLookup.getInheritedPrivileges(java.util.List authids,
                       AuthorizationIdentifier authid,
                       SQLObject sqlObj,
                       java.lang.String action) | 
|  IPrivilegeState | ASARoutinePrivilegeStateLookup.getPrivilegeState(java.util.List authids,
                  AuthorizationIdentifier authid,
                  SQLObject sqlObj,
                  java.lang.String action) | 
|  boolean | ASARoutinePrivilegeStateLookup.hasInheritedPrivilege(java.util.List authids,
                      AuthorizationIdentifier authid,
                      SQLObject sqlObj,
                      java.lang.String action) | 
|  void | RoutinePrivilegesDetailPage.modify(AuthorizationIdentifier authid,
       SQLObject sqlObj,
       java.lang.String action,
       Privilege p,
       java.lang.String selectString,
       org.eclipse.jface.viewers.CellEditor currentEditor,
       java.lang.Object value) | 
| Constructors in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.pages.privilege with parameters of type SQLObject | |
|---|---|
| RoutinePrivilegesDetailPage(ISchemaObjectEditor editor,
                            org.eclipse.ui.forms.widgets.FormToolkit toolkit,
                            ISchemaObjectEditModel model,
                            SQLObject sqlObj,
                            PrivilegesDetailTableMetaData meta,
                            PrivilegesTreeViewerInput input,
                            IPrivilegeStateLookup stateProvider) | |
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.utils | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.utils with parameters of type SQLObject | |
|---|---|
| static void | HandlePrivilegeUtil.handlePrivilegeDeltaDdl(java.lang.StringBuffer sb,
                        SQLObject clonedObj,
                        SQLObject oriObj,
                        java.util.List authids,
                        java.util.List oriAuthids,
                        IDDLGeneratorWrapper dGeneratorWrapper)some group grant/revoke operation may impact the privilege of the members in this group, so sometimes the UI may be not consistent with the result after execution, in this case we have to add some extra scripts to make the result as expectation | 
| static void | HandlePrivilegeUtil.handleRevokedPrivilege(Group authid,
                       ISchemaObjectEditor editor,
                       SQLObject sqlObj,
                       java.lang.String action)when revoking the privilege of a group, we will check if any user in this group have been revoked 'RI' privilege if so, there is no need to remove that 'RI' privilege from model, we will add it to the edit model, otherwise, the result after execution may be out of expectation | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.services | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.services with parameters of type SQLObject | |
|---|---|
|  ProceduralObjectSourceUpdater | ASASQLService.getProceduralObjectSourceUpdater(SQLObject object,
                                 DatabaseDefinition dbDefinition) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableeditor | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableeditor with parameters of type SQLObject | |
|---|---|
|  void | ASATableSchemaEditorHandler.forceFocusObject(SQLObject object) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableeditor.pages.privileges | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableeditor.pages.privileges with parameters of type SQLObject | |
|---|---|
|  Privilege[] | ASAPrivilegeStateLookup.getInheritedPrivileges(java.util.List authids,
                       AuthorizationIdentifier authid,
                       SQLObject sqlObj,
                       java.lang.String action) | 
|  IPrivilegeState | ASAPrivilegeStateLookup.getPrivilegeState(java.util.List authids,
                  AuthorizationIdentifier authid,
                  SQLObject sqlObj,
                  java.lang.String action) | 
|  boolean | ASAPrivilegeStateLookup.hasInheritedPrivilege(java.util.List authids,
                      AuthorizationIdentifier authid,
                      SQLObject sqlObj,
                      java.lang.String action) | 
|  void | ASATablePrivilegesDetailPage.modify(AuthorizationIdentifier authid,
       SQLObject sqlObj,
       java.lang.String action,
       Privilege p,
       java.lang.String selectString,
       org.eclipse.jface.viewers.CellEditor currentEditor,
       java.lang.Object value) | 
|  void | ASAColumnPrivilegesDetailPage.modify(AuthorizationIdentifier authid,
       SQLObject sqlObj,
       java.lang.String action,
       Privilege p,
       java.lang.String selectString,
       org.eclipse.jface.viewers.CellEditor currentEditor,
       java.lang.Object value) | 
| Constructors in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableeditor.pages.privileges with parameters of type SQLObject | |
|---|---|
| ASAColumnPrivilegesDetailPage(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
                              ISchemaObjectEditModel model,
                              SQLObject sqlObj,
                              PrivilegesDetailTableMetaData meta,
                              PrivilegesTreeViewerInput input,
                              IPrivilegeStateLookup stateProvider) | |
| ASATablePrivilegesDetailPage(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
                             ISchemaObjectEditModel model,
                             SQLObject sqlObj,
                             PrivilegesDetailTableMetaData meta,
                             PrivilegesTreeViewerInput input,
                             IPrivilegeStateLookup stateProvider) | |
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.udteditor.model | 
|---|
| Constructors in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.udteditor.model with parameters of type SQLObject | |
|---|---|
| ASAUserDefinedTypeObjectImmutableModel(SQLObject object,
                                       java.util.Map ojbects) | |
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.utils | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.utils with parameters of type SQLObject | |
|---|---|
| static java.util.List | PrivilegesUtil.getAuthorizationIdentifiers(SQLObject obj)Returns all the authorization identifiers | 
| static java.lang.String | PrivilegesUtil.getDisplayString(java.util.List authids,
                 AuthorizationIdentifier authid,
                 SQLObject sqlObj,
                 java.lang.String action,
                 Privilege p)Get the display string for the given privilege | 
| static Privilege[] | PrivilegesUtil.getInheritedGroupPrivilege(java.util.List authids,
                           User user,
                           SQLObject obj,
                           java.lang.String action) | 
| static Privilege[] | PrivilegesUtil.getInheritedPrivilege(java.util.List authids,
                      AuthorizationIdentifier authid,
                      SQLObject sqlObj,
                      java.lang.String action) | 
| static Privilege | PrivilegesUtil.getPrivilege(AuthorizationIdentifier authid,
             SQLObject obj,
             java.lang.String action)Returns the privilege of the given SQL object owned by the given authid with action specified | 
| static IPrivilegeState | PrivilegesUtil.getPrivilegeState(java.util.List authids,
                  AuthorizationIdentifier authid,
                  SQLObject sqlObj,
                  java.lang.String action) | 
| static Privilege[] | PrivilegesUtil.getReceivedRolePrivilege(AuthorizationIdentifier user,
                         SQLObject obj,
                         java.lang.String action) | 
| static java.util.List | PrivilegesUtil.getReceivedSQLObjectPrivileges(AuthorizationIdentifier authid,
                               SQLObject obj)Returns all privileges of the given SQL object owned by the given authid | 
| static Privilege[] | PrivilegesUtil.getUserInheritedPrivilege(java.util.List authids,
                          User user,
                          SQLObject obj,
                          java.lang.String action)Returns the inherited privilege, if no privilege inherited, return null | 
| static boolean | PrivilegesUtil.hasInheritedPrivilege(java.util.List authids,
                      AuthorizationIdentifier authid,
                      SQLObject sqlObj,
                      java.lang.String action) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel | |
|---|---|
|  interface | CacheInfoA representation of the model object 'Cache Info'. | 
|  interface | DeviceItemA representation of the model object 'Device Item'. | 
|  interface | LockPromotionInfoA representation of the model object 'Lock Promotion Info'. | 
|  interface | SegmentThresholdA representation of the model object 'Segment Threshold'. | 
|  interface | SybaseASEBaseTableA representation of the model object 'Sybase ASE Base Table'. | 
|  interface | SybaseASECacheA representation of the model object 'Sybase ASE Cache'. | 
|  interface | SybaseASECatalogA representation of the model object 'Sybase ASE Catalog'. | 
|  interface | SybaseASECheckConstraintA representation of the model object 'Sybase ASE Check Constraint'. | 
|  interface | SybaseASEColumnA representation of the model object 'Sybase ASE Column'. | 
|  interface | SybaseASEColumnCheckConstraintA representation of the model object 'Sybase ASE Column Check Constraint'. | 
|  interface | SybaseASEDatabaseA representation of the model object 'Sybase ASE Database'. | 
|  interface | SybaseASEDefaultA representation of the model object 'Sybase ASE Default'. | 
|  interface | SybaseASEEncryptionKeyA representation of the model object 'Sybase ASE Encryption Key'. | 
|  interface | SybaseASEFuncBasedIndexMemberA representation of the model object 'Sybase ASE Func Based Index Member'. | 
|  interface | SybaseASEGroupA representation of the model object 'Sybase ASE Group'. | 
|  interface | SybaseASEIndexA representation of the model object 'Sybase ASE Index'. | 
|  interface | SybaseASEPredefinedDataTypeA representation of the model object 'Sybase ASE Predefined Data Type'. | 
|  interface | SybaseASEPrimaryKeyA representation of the model object 'Sybase ASE Primary Key'. | 
|  interface | SybaseASEPrivilegeDeprecated. | 
|  interface | SybaseASEProcedureA representation of the model object 'Sybase ASE Procedure'. | 
|  interface | SybaseASEProxyTableA representation of the model object 'Sybase ASE Proxy Table'. | 
|  interface | SybaseASERoleA representation of the model object 'Sybase ASE Role'. | 
|  interface | SybaseASERuleA representation of the model object 'Sybase ASE Rule'. | 
|  interface | SybaseASESchemaA representation of the model object 'Sybase ASE Schema'. | 
|  interface | SybaseASESegmentA representation of the model object 'Sybase ASE Segment'. | 
|  interface | SybaseASETableA representation of the model object 'Sybase ASE Table'. | 
|  interface | SybaseASETempTableA representation of the model object 'Sybase ASE Temp Table'. | 
|  interface | SybaseASETriggerA representation of the model object 'Sybase ASE Trigger'. | 
|  interface | SybaseASEUniqueConstraintA representation of the model object 'Sybase ASE Unique Constraint'. | 
|  interface | SybaseASEUserA representation of the model object 'Sybase ASE User'. | 
|  interface | SybaseASEUserDefinedTypeA representation of the model object 'Sybase ASE User Defined Type'. | 
|  interface | SybaseASEViewTableA representation of the model object 'Sybase ASE View Table'. | 
|  interface | SybaseASEWebServiceA representation of the model object 'Sybase ASE Web Service'. | 
|  interface | SybaseASEWebServiceTableA representation of the model object 'Sybase ASE Web Service Table'. | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that implement SQLObject | |
|---|---|
|  class | CacheInfoImplAn implementation of the model object 'Cache Info'. | 
|  class | DeviceItemImplAn implementation of the model object 'Device Item'. | 
|  class | LockPromotionInfoImplAn implementation of the model object 'Lock Promotion Info'. | 
|  class | SegmentThresholdImplAn implementation of the model object 'Segment Threshold'. | 
|  class | SybaseASEBaseTableImplAn implementation of the model object 'Sybase ASE Base Table'. | 
|  class | SybaseASECacheImplAn implementation of the model object 'Sybase ASE Cache'. | 
|  class | SybaseASECatalogImplAn implementation of the model object 'Sybase ASE Catalog'. | 
|  class | SybaseASECheckConstraintImplAn implementation of the model object 'Sybase ASE Check Constraint'. | 
|  class | SybaseASEColumnCheckConstraintImplAn implementation of the model object 'Sybase ASE Column Check Constraint'. | 
|  class | SybaseASEColumnImplAn implementation of the model object 'Sybase ASE Column'. | 
|  class | SybaseASEDatabaseImplAn implementation of the model object 'Sybase ASE Database'. | 
|  class | SybaseASEDefaultImplAn implementation of the model object 'Sybase ASE Default'. | 
|  class | SybaseASEEncryptionKeyImplAn implementation of the model object 'Sybase ASE Encryption Key'. | 
|  class | SybaseASEFuncBasedIndexMemberImplAn implementation of the model object 'Sybase ASE Func Based Index Member'. | 
|  class | SybaseASEGroupImplAn implementation of the model object 'Sybase ASE Group'. | 
|  class | SybaseASEIndexImplAn implementation of the model object 'Sybase ASE Index'. | 
|  class | SybaseASEPredefinedDataTypeImplAn implementation of the model object 'Sybase ASE Predefined Data Type'. | 
|  class | SybaseASEPrimaryKeyImplAn implementation of the model object 'Sybase ASE Primary Key'. | 
|  class | SybaseASEPrivilegeImplAn implementation of the model object 'Sybase ASE Privilege'. | 
|  class | SybaseASEProcedureImplAn implementation of the model object 'Sybase ASE Procedure'. | 
|  class | SybaseASEProxyTableImplAn implementation of the model object 'Sybase ASE Proxy Table'. | 
|  class | SybaseASERoleImplAn implementation of the model object 'Sybase ASE Role'. | 
|  class | SybaseASERuleImplAn implementation of the model object 'Sybase ASE Rule'. | 
|  class | SybaseASESchemaImplAn implementation of the model object 'Sybase ASE Schema'. | 
|  class | SybaseASESegmentImplAn implementation of the model object 'Sybase ASE Segment'. | 
|  class | SybaseASETableImplAn implementation of the model object 'Sybase ASE Table'. | 
|  class | SybaseASETempTableImplAn implementation of the model object 'Sybase ASE Temp Table'. | 
|  class | SybaseASETriggerImplAn implementation of the model object 'Sybase ASE Trigger'. | 
|  class | SybaseASEUniqueConstraintImplAn implementation of the model object 'Sybase ASE Unique Constraint'. | 
|  class | SybaseASEUserDefinedTypeImplAn implementation of the model object 'Sybase ASE User Defined Type'. | 
|  class | SybaseASEUserImplAn implementation of the model object 'Sybase ASE User'. | 
|  class | SybaseASEViewTableImplAn implementation of the model object 'Sybase ASE View Table'. | 
|  class | SybaseASEWebServiceImplAn implementation of the model object 'Sybase ASE Web Service'. | 
|  class | SybaseASEWebServiceTableImplAn implementation of the model object 'Sybase ASE Web Service Table'. | 
| Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that return SQLObject | |
|---|---|
|  SQLObject | SybaseASERoleImpl.basicGetSqlContainer() | 
|  SQLObject | SybaseASEUserImpl.basicGetSqlContainer() | 
|  SQLObject | SybaseASEGroupImpl.basicGetSqlContainer() | 
|  SQLObject | SybaseASERoleImpl.getSqlContainer() | 
|  SQLObject | SybaseASEUserImpl.getSqlContainer() | 
|  SQLObject | SybaseASEGroupImpl.getSqlContainer() | 
| Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl with parameters of type SQLObject | |
|---|---|
|  void | SybaseASERoleImpl.setSqlContainer(SQLObject newSqlContainer) | 
|  void | SybaseASEUserImpl.setSqlContainer(SQLObject newSqlContainer) | 
|  void | SybaseASEGroupImpl.setSqlContainer(SQLObject newSqlContainer) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition | |
|---|---|
|  interface | ListRangePartitionItemA representation of the model object 'List Range Partition Item'. | 
|  interface | PartitionNumInSegmentsA representation of the model object 'Partition Num In Segments'. | 
|  interface | PartitionSegmentPairA representation of the model object 'Partition Segment Pair'. | 
|  interface | SybaseASEHashPartitionA representation of the model object 'Sybase ASE Hash Partition'. | 
|  interface | SybaseASEListPartitionA representation of the model object 'Sybase ASE List Partition'. | 
|  interface | SybaseASEPartitionA representation of the model object 'Sybase ASE Partition'. | 
|  interface | SybaseASERangePartitionA representation of the model object 'Sybase ASE Range Partition'. | 
|  interface | SybaseASERoundrobinPartitionA representation of the model object 'Sybase ASE Roundrobin Partition'. | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.impl | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.impl that implement SQLObject | |
|---|---|
|  class | ListRangePartitionItemImplAn implementation of the model object 'List Range Partition Item'. | 
|  class | PartitionNumInSegmentsImplAn implementation of the model object 'Partition Num In Segments'. | 
|  class | PartitionSegmentPairImplAn implementation of the model object 'Partition Segment Pair'. | 
|  class | SybaseASEHashPartitionImplAn implementation of the model object 'Sybase ASE Hash Partition'. | 
|  class | SybaseASEListPartitionImplAn implementation of the model object 'Sybase ASE List Partition'. | 
|  class | SybaseASEPartitionImplAn implementation of the model object 'Sybase ASE Partition'. | 
|  class | SybaseASERangePartitionImplAn implementation of the model object 'Sybase ASE Range Partition'. | 
|  class | SybaseASERoundrobinPartitionImplAn implementation of the model object 'Sybase ASE Roundrobin Partition'. | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.util | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | PartitionSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | SybaseasesqlmodelSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.ddl | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.ddl with parameters of type SQLObject | |
|---|---|
|  java.lang.String[] | ISybaseDdlGenerator.createSQLObjects(SQLObject[] elements,
                 boolean quoteIdentifiers,
                 boolean qualifyNames,
                 boolean fullSyntax,
                 org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | SybaseDdlGenerator.createSQLObjects(SQLObject[] elements,
                 boolean quoteIdentifiers,
                 boolean qualifyNames,
                 boolean fullSyntax,
                 org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | SybaseDdlGenerator.createSQLObjects(SQLObject[] elements,
                 boolean quoteIdentifiers,
                 boolean qualifyNames,
                 org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | ISybaseDdlGenerator.createSQLObjects(SQLObject[] elements,
                 EngineeringOption[] options,
                 org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | SybaseDdlGenerator.createSQLObjects(SQLObject[] elements,
                 EngineeringOption[] options,
                 org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | ISybaseDdlGenerator.createSQLObjectsForDeltaDDL(SQLObject[] elements,
                            boolean quoteIdentifiers,
                            boolean qualifyNames,
                            boolean fullSyntax,
                            org.eclipse.core.runtime.IProgressMonitor progressMonitor)Delta ddl version of createSQLObjects(SQLObject[] elements, boolean quoteIdentifiers, boolean qualifyNames, IProgressMonitor progressMonitor). | 
|  void | SybaseDdlGenerator.createStatement(SQLObject element,
                boolean quoteIdentifiers,
                boolean qualifyNames,
                boolean fullSyntax,
                SybaseDdlScript script,
                org.eclipse.core.runtime.IProgressMonitor progressMonitor,
                int task) | 
|  java.lang.String[] | SybaseDdlGenerator.dropSQLObjects(SQLObject[] elements,
               boolean quoteIdentifiers,
               boolean qualifyNames,
               org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | ISybaseDdlGenerator.dropSQLObjects(SQLObject[] elements,
               EngineeringOption[] options,
               org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | SybaseDdlGenerator.dropSQLObjects(SQLObject[] elements,
               EngineeringOption[] options,
               org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | ISybaseDdlGenerator.dropSQLObjectsForDeltaDDL(SQLObject[] elements,
                          boolean quoteIdentifiers,
                          boolean qualifyNames,
                          org.eclipse.core.runtime.IProgressMonitor progressMonitor)Delta ddl version of dropSQLObjects(SQLObject[] elements, boolean quoteIdentifiers, boolean qualifyNames, IProgressMonitor progressMonitor). | 
|  void | SybaseDdlGenerator.dropStatement(SQLObject element,
              boolean quoteIdentifiers,
              boolean qualifyNames,
              SybaseDdlScript script,
              org.eclipse.core.runtime.IProgressMonitor progressMonitor,
              int task) | 
|  java.lang.String[] | ISybaseDdlGenerator.generateDDL(SQLObject[] elements,
            EngineeringOption[] options,
            org.eclipse.core.runtime.IProgressMonitor progressMonitor)generate specified elements ddl script, which style following the specified options | 
|  java.lang.String[] | SybaseDdlGenerator.generateDDL(SQLObject[] elements,
            EngineeringOption[] options,
            org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
|  java.lang.String[] | SybaseDdlGenerator.generateDDL(SQLObject[] elements,
            org.eclipse.core.runtime.IProgressMonitor progressMonitor) | 
| static java.lang.String | SybaseDdlUtils.getSQLObjectName(SQLObject obj,
                 boolean quoteIdentifiers,
                 boolean qualifyNames)Get SQL object name | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.deltaddl | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.deltaddl with parameters of type SQLObject | |
|---|---|
|  void | GenericDeltaDdlGenProvider.analyze(SQLObject element,
        java.util.Map changeMap) | 
|  void | SybaseIndexDeltaDdlGenProvider.analyze(SQLObject element,
        java.util.Map changeMap,
        java.util.Map modificationRecords) | 
|  void | IDeltaDdlGenProvider.analyze(SQLObject element,
        java.util.Map changeMap,
        java.util.Map modificationRecords)analyze specified sqlobject changes | 
|  void | AbstractDeltaDdlGenProvider.analyze(SQLObject element,
        java.util.Map changeMap,
        java.util.Map modificationRecords) | 
|  void | ConstraintDeltaDdlGenProvider.processAlterStatement(SQLObject element,
                      java.util.Map modifyRecordMap,
                      boolean quoteIdentifiers,
                      boolean qualifyNames,
                      boolean fullSyntax,
                      SybaseDdlScript script,
                      org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | IDeltaDdlGenProvider.processAlterStatement(SQLObject element,
                      java.util.Map modifyRecordMap,
                      boolean quoteIdentifiers,
                      boolean qualifyNames,
                      boolean fullSyntax,
                      SybaseDdlScript script,
                      org.eclipse.core.runtime.IProgressMonitor monitor)generate specified sqlobject modification scripts | 
|  void | AbstractDeltaDdlGenProvider.processAlterStatement(SQLObject element,
                      java.util.Map modifyRecordMap,
                      boolean quoteIdentifiers,
                      boolean qualifyNames,
                      boolean fullSyntax,
                      SybaseDdlScript script,
                      org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | PrivilegeDeltaDdlGenProvider.processCreateStatement(SQLObject element,
                       boolean quoteIdentifiers,
                       boolean qualifyNames,
                       boolean fullSyntax,
                       SybaseDdlScript script,
                       ISybaseDdlGenerator generator,
                       org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | IDeltaDdlGenProvider.processCreateStatement(SQLObject element,
                       boolean quoteIdentifiers,
                       boolean qualifyNames,
                       boolean fullSyntax,
                       SybaseDdlScript script,
                       ISybaseDdlGenerator generator,
                       org.eclipse.core.runtime.IProgressMonitor monitor)generate specified sqlobject creation scripts | 
|  void | AbstractDeltaDdlGenProvider.processCreateStatement(SQLObject element,
                       boolean quoteIdentifiers,
                       boolean qualifyNames,
                       boolean fullSyntax,
                       SybaseDdlScript script,
                       ISybaseDdlGenerator generator,
                       org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | PrivilegeDeltaDdlGenProvider.processDropStatement(SQLObject element,
                     boolean quoteIdentifiers,
                     boolean qualifyNames,
                     SybaseDdlScript script,
                     DDLGenerator generator,
                     org.eclipse.core.runtime.IProgressMonitor monitor) | 
|  void | IDeltaDdlGenProvider.processDropStatement(SQLObject element,
                     boolean quoteIdentifiers,
                     boolean qualifyNames,
                     SybaseDdlScript script,
                     ISybaseDdlGenerator generator,
                     org.eclipse.core.runtime.IProgressMonitor monitor)generate specified sqlobject drop scripts | 
|  void | AbstractDeltaDdlGenProvider.processDropStatement(SQLObject element,
                     boolean quoteIdentifiers,
                     boolean qualifyNames,
                     SybaseDdlScript script,
                     ISybaseDdlGenerator generator,
                     org.eclipse.core.runtime.IProgressMonitor monitor) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel | |
|---|---|
|  interface | SybaseAuthorizationIdentifierA representation of the model object 'Sybase Authorization Identifier'. | 
|  interface | SybaseAuthorizedObjectA representation of the model object 'Sybase Authorized Object'. | 
|  interface | SybaseBaseTableA representation of the model object 'Sybase Base Table'. | 
|  interface | SybaseIndexMemberA representation of the model object 'Sybase Index Member'. | 
|  interface | SybaseParameterA representation of the model object 'Sybase Parameter'. | 
|  interface | SybasePrivilegeA representation of the model object 'Sybase Privilege'. | 
|  interface | SybaseRoutineA representation of the model object 'Sybase Routine'. | 
|  interface | SybaseViewTableA representation of the model object 'Sybase View Table'. | 
| Methods in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel that return SQLObject | |
|---|---|
|  SQLObject | SybaseAuthorizationIdentifier.getSqlContainer()Returns the value of the 'Sql Container' reference. | 
| Methods in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel with parameters of type SQLObject | |
|---|---|
|  void | SybaseAuthorizationIdentifier.setSqlContainer(SQLObject value)Sets the value of the ' Sql Container' reference. | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.impl | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.impl that implement SQLObject | |
|---|---|
|  class | SybaseAuthorizationIdentifierImplAn implementation of the model object 'Sybase Authorization Identifier'. | 
|  class | SybaseBaseTableImplAn implementation of the model object 'Sybase Base Table'. | 
|  class | SybaseIndexMemberImplAn implementation of the model object 'Sybase Index Member'. | 
|  class | SybaseParameterImplAn implementation of the model object 'Sybase Parameter'. | 
|  class | SybasePrivilegeImplAn implementation of the model object 'Sybase Privilege'. | 
|  class | SybaseRoutineImplAn implementation of the model object 'Sybase Routine'. | 
|  class | SybaseViewTableImplAn implementation of the model object 'Sybase View Table'. | 
| Methods in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.impl that return SQLObject | |
|---|---|
|  SQLObject | SybaseAuthorizationIdentifierImpl.basicGetSqlContainer() | 
|  SQLObject | SybaseAuthorizationIdentifierImpl.getSqlContainer() | 
| Methods in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.impl with parameters of type SQLObject | |
|---|---|
|  void | SybaseAuthorizationIdentifierImpl.setSqlContainer(SQLObject newSqlContainer) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.util | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | SybasesqlmodelSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.ui.filter | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.ui.filter with parameters of type SQLObject | |
|---|---|
|  org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFilter | SchemaObjectFilterProvider.getConnectionFilter(SQLObject sqlObj) | 
|  org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFilter | IFilterProvider.getConnectionFilter(SQLObject sqlObj)Returns the ConnectionFilter associated with the given catalog object. | 
|  org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFilter | CatalogFilterProvider.getConnectionFilter(SQLObject sqlObj) | 
|  org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFilter | EventFilterProvider.getConnectionFilter(SQLObject sqlObj) | 
|  org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFilter | SchemaFilterProvider.getConnectionFilter(SQLObject sqlObj) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.ui.util | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.ui.util with parameters of type SQLObject | |
|---|---|
| static java.lang.String | DSEContentProviderUtil.appendOwnerToLabel(SQLObject element) | 
| static boolean | DSEContentProviderUtil.isObjectRenamed(SQLObject sqlObject) | 
| Uses of SQLObject in org.eclipse.datatools.enablement.sybase.util | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.util that return SQLObject | |
|---|---|
| static SQLObject | ModelUtilExt.findProceduralObject(org.eclipse.datatools.sqltools.core.ProcIdentifier proc,
                     boolean refresh,
                     boolean caseSensitive,
                     boolean ignoreTableName) | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.derby | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.modelbase.derby | |
|---|---|
|  interface | DerbySchemaA representation of the model object 'Derby Schema'. | 
|  interface | SynonymA representation of the model object 'Synonym'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.derby.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.derby.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | DerbyModelSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.accesscontrol | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.modelbase.sql.accesscontrol | |
|---|---|
|  interface | AuthorizationIdentifierA representation of the model object 'Authorization Identifier'. | 
|  interface | DoubleObjectPrivilegeA representation of the model object 'Double Object Privilege'. | 
|  interface | GroupA representation of the model object 'Group'. | 
|  interface | PrivilegeA representation of the model object 'Privilege'. | 
|  interface | RoleA representation of the model object 'Role'. | 
|  interface | RoleAuthorizationA representation of the model object 'Role Authorization'. | 
|  interface | TablePrivilegeA representation of the model object 'Table Privilege'. | 
|  interface | UserA representation of the model object 'User'. | 
| Methods in org.eclipse.datatools.modelbase.sql.accesscontrol that return SQLObject | |
|---|---|
|  SQLObject | Privilege.getObject()Returns the value of the 'Object' reference. | 
|  SQLObject | DoubleObjectPrivilege.getObject2()Returns the value of the 'Object2' reference. | 
| Methods in org.eclipse.datatools.modelbase.sql.accesscontrol with parameters of type SQLObject | |
|---|---|
|  void | Privilege.setObject(SQLObject value)Sets the value of the ' Object' reference. | 
|  void | DoubleObjectPrivilege.setObject2(SQLObject value)Sets the value of the ' Object2' reference. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.accesscontrol.impl | 
|---|
| Classes in org.eclipse.datatools.modelbase.sql.accesscontrol.impl that implement SQLObject | |
|---|---|
|  class | org.eclipse.datatools.modelbase.sql.accesscontrol.impl.AuthorizationIdentifierImpl | 
|  class | org.eclipse.datatools.modelbase.sql.accesscontrol.impl.GroupImpl | 
|  class | org.eclipse.datatools.modelbase.sql.accesscontrol.impl.PrivilegeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.accesscontrol.impl.RoleImpl | 
|  class | org.eclipse.datatools.modelbase.sql.accesscontrol.impl.UserImpl | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.accesscontrol.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.accesscontrol.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | SQLAccessControlSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.constraints | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.modelbase.sql.constraints | |
|---|---|
|  interface | AssertionA representation of the model object 'Assertion'. | 
|  interface | CheckConstraintA representation of the model object 'Check Constraint'. | 
|  interface | ConstraintA representation of the model object 'Constraint'. | 
|  interface | ForeignKeyA representation of the model object 'Foreign Key'. | 
|  interface | IndexA representation of the model object 'Index'. | 
|  interface | IndexMemberA representation of the model object 'Index Member'. | 
|  interface | PrimaryKeyA representation of the model object 'Primary Key'. | 
|  interface | ReferenceConstraintA representation of the model object 'Reference Constraint'. | 
|  interface | TableConstraintA representation of the model object 'Table Constraint'. | 
|  interface | UniqueConstraintA representation of the model object 'Unique Constraint'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.constraints.impl | 
|---|
| Classes in org.eclipse.datatools.modelbase.sql.constraints.impl that implement SQLObject | |
|---|---|
|  class | org.eclipse.datatools.modelbase.sql.constraints.impl.CheckConstraintImpl | 
|  class | org.eclipse.datatools.modelbase.sql.constraints.impl.ConstraintImpl | 
|  class | org.eclipse.datatools.modelbase.sql.constraints.impl.ForeignKeyImpl | 
|  class | org.eclipse.datatools.modelbase.sql.constraints.impl.IndexImpl | 
|  class | org.eclipse.datatools.modelbase.sql.constraints.impl.IndexMemberImpl | 
|  class | org.eclipse.datatools.modelbase.sql.constraints.impl.PrimaryKeyImpl | 
|  class | org.eclipse.datatools.modelbase.sql.constraints.impl.ReferenceConstraintImpl | 
|  class | org.eclipse.datatools.modelbase.sql.constraints.impl.TableConstraintImpl | 
|  class | org.eclipse.datatools.modelbase.sql.constraints.impl.UniqueConstraintImpl | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.constraints.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.constraints.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | SQLConstraintsSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.datatypes | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.modelbase.sql.datatypes | |
|---|---|
|  interface | ApproximateNumericDataTypeA representation of the model object 'Approximate Numeric Data Type'. | 
|  interface | ArrayDataTypeA representation of the model object 'Array Data Type'. | 
|  interface | AttributeDefinitionA representation of the model object 'Attribute Definition'. | 
|  interface | BinaryStringDataTypeA representation of the model object 'Binary String Data Type'. | 
|  interface | BooleanDataTypeA representation of the model object 'Boolean Data Type'. | 
|  interface | CharacterSetA representation of the model object 'Character Set'. | 
|  interface | CharacterStringDataTypeA representation of the model object 'Character String Data Type'. | 
|  interface | CollectionDataTypeA representation of the model object 'Collection Data Type'. | 
|  interface | ConstructedDataTypeA representation of the model object 'Constructed Data Type'. | 
|  interface | DataLinkDataTypeA representation of the model object 'Data Link Data Type'. | 
|  interface | DataTypeA representation of the model object 'Data Type'. | 
|  interface | DateDataTypeA representation of the model object 'Date Data Type'. | 
|  interface | DistinctUserDefinedTypeA representation of the model object 'Distinct User Defined Type'. | 
|  interface | DomainA representation of the model object 'Domain'. | 
|  interface | ElementTypeA representation of the model object 'Element Type'. | 
|  interface | ExactNumericDataTypeA representation of the model object 'Exact Numeric Data Type'. | 
|  interface | FieldA representation of the model object 'Field'. | 
|  interface | FixedPrecisionDataTypeA representation of the model object 'Fixed Precision Data Type'. | 
|  interface | IntegerDataTypeA representation of the model object 'Integer Data Type'. | 
|  interface | IntervalDataTypeA representation of the model object 'Interval Data Type'. | 
|  interface | MultisetDataTypeA representation of the model object 'Multiset Data Type'. | 
|  interface | NumberDataTypeA representation of the model object 'Number Data Type'. | 
|  interface | NumericalDataTypeA representation of the model object 'Numerical Data Type'. | 
|  interface | PredefinedDataTypeA representation of the model object 'Predefined Data Type'. | 
|  interface | ReferenceDataTypeA representation of the model object 'Reference Data Type'. | 
|  interface | RowDataTypeA representation of the model object 'Row Data Type'. | 
|  interface | SQLDataTypeA representation of the model object 'SQL Data Type'. | 
|  interface | StructuredUserDefinedTypeA representation of the model object 'Structured User Defined Type'. | 
|  interface | TimeDataTypeA representation of the model object 'Time Data Type'. | 
|  interface | UserDefinedTypeA representation of the model object 'User Defined Type'. | 
|  interface | UserDefinedTypeOrderingA representation of the model object 'User Defined Type Ordering'. | 
|  interface | XMLDataTypeA representation of the model object 'XML Data Type'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.datatypes.impl | 
|---|
| Classes in org.eclipse.datatools.modelbase.sql.datatypes.impl that implement SQLObject | |
|---|---|
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.ArrayDataTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.CollectionDataTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.ConstructedDataTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.DataTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.DistinctUserDefinedTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.DomainImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.MultisetDataTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.PredefinedDataTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.SQLDataTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.StructuredUserDefinedTypeImpl | 
|  class | org.eclipse.datatools.modelbase.sql.datatypes.impl.UserDefinedTypeImpl | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.datatypes.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.datatypes.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | SQLDataTypesSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.expressions | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.modelbase.sql.expressions | |
|---|---|
|  interface | QueryExpressionDefaultA representation of the model object 'Query Expression Default'. | 
|  interface | SearchConditionDefaultA representation of the model object 'Search Condition Default'. | 
|  interface | ValueExpressionDefaultA representation of the model object 'Value Expression Default'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.expressions.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.expressions.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | SQLExpressionsSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.query | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.modelbase.sql.query | |
|---|---|
|  interface | CallStatementA representation of the model object 'Call Statement'. | 
|  interface | ColumnNameA representation of the model object 'SQL Column Name'. | 
|  interface | CursorReferenceA representation of the model object 'SQL Cursor Reference'. | 
|  interface | GroupingA representation of the model object 'SQL Group'. | 
|  interface | GroupingExpressionA representation of the model object 'SQL Grouping Expression'. | 
|  interface | GroupingSetsA representation of the model object 'SQL Grouping Sets'. | 
|  interface | GroupingSetsElementA representation of the model object 'SQL Grouping Sets Element'. | 
|  interface | GroupingSetsElementExpressionA representation of the model object 'SQL Grouping Sets Element Expression'. | 
|  interface | GroupingSetsElementSublistA representation of the model object 'SQL Grouping Sets Element Sublist'. | 
|  interface | GroupingSpecificationA representation of the model object 'SQL Group By Specification'. | 
|  interface | MergeInsertSpecificationA representation of the model object 'Merge Insert Specification'. | 
|  interface | MergeOnConditionA representation of the model object 'Merge On Condition'. | 
|  interface | MergeOperationSpecificationA representation of the model object 'Merge Operation Specification'. | 
|  interface | MergeSourceTableA representation of the model object 'Merge Source Table'. | 
|  interface | MergeTargetTableA representation of the model object 'Merge Target Table'. | 
|  interface | MergeUpdateSpecificationA representation of the model object 'Merge Update Specification'. | 
|  interface | OrderByOrdinalA representation of the model object 'SQL Order By Ordinal'. | 
|  interface | OrderByResultColumnA representation of the model object 'Order By Result Column'. | 
|  interface | OrderBySpecificationA representation of the model object 'SQL Order By Specification'. | 
|  interface | OrderByValueExpressionA representation of the model object 'SQL Order By Value Expression'. | 
|  interface | PredicateA representation of the model object 'SQL Predicate'. | 
|  interface | PredicateBasicA representation of the model object 'SQL Predicate Basic'. | 
|  interface | PredicateBetweenA representation of the model object 'SQL Predicate Between'. | 
|  interface | PredicateExistsA representation of the model object 'SQL Predicate Exists'. | 
|  interface | PredicateInA representation of the model object 'SQL Predicate In'. | 
|  interface | PredicateInValueListA representation of the model object 'SQL Predicate In Value List'. | 
|  interface | PredicateInValueRowSelectA representation of the model object 'SQL Predicate In Value Row Select'. | 
|  interface | PredicateInValueSelectA representation of the model object 'SQL Predicate In Value Select'. | 
|  interface | PredicateIsNullA representation of the model object 'SQL Predicate Null'. | 
|  interface | PredicateLikeA representation of the model object 'SQL Predicate Like'. | 
|  interface | PredicateQuantifiedA representation of the model object 'SQL Predicate Quantified'. | 
|  interface | PredicateQuantifiedRowSelectA representation of the model object 'SQL Predicate Quantified Row Select'. | 
|  interface | PredicateQuantifiedValueSelectA representation of the model object 'SQL Predicate Quantified Value Select'. | 
|  interface | ProcedureReferenceA representation of the model object 'Procedure Reference'. | 
|  interface | QueryChangeStatementA representation of the model object 'Change Statement'. | 
|  interface | QueryCombinedA representation of the model object 'Combined'. | 
|  interface | QueryDeleteStatementA representation of the model object 'SQL Delete Statement'. | 
|  interface | QueryExpressionBodyA representation of the model object 'Expression Body'. | 
|  interface | QueryExpressionRootA representation of the model object 'Expression'. | 
|  interface | QueryInsertStatementA representation of the model object 'SQL Insert Statement'. | 
|  interface | QueryMergeStatementA representation of the model object 'SQL Merge Statement'. | 
|  interface | QueryNestedA representation of the model object 'Query Nested'. | 
|  interface | QueryResultSpecificationA representation of the model object 'SQL Result Column Specification'. | 
|  interface | QuerySearchConditionA representation of the model object 'SQL Search Condition'. | 
|  interface | QuerySelectA representation of the model object 'Select'. | 
|  interface | QuerySelectStatementA representation of the model object 'SQL Select Statement'. | 
|  interface | QueryStatementA representation of the model object 'Statement'. | 
|  interface | QueryUpdateStatementA representation of the model object 'SQL Update Statement'. | 
|  interface | QueryValueExpressionA representation of the model object 'SQL Value Expression'. | 
|  interface | QueryValuesA representation of the model object 'Values'. | 
|  interface | ResultColumnA representation of the model object 'SQL Result Column'. | 
|  interface | ResultTableAllColumnsA representation of the model object 'SQL Result Column All'. | 
|  interface | SearchConditionCombinedA representation of the model object 'SQL Search Condition Combined'. | 
|  interface | SearchConditionNestedA representation of the model object 'SQL Search Condition Nested'. | 
|  interface | SQLQueryObjectA representation of the model object 'Object'. | 
|  interface | SuperGroupA representation of the model object 'SQL Super Group'. | 
|  interface | SuperGroupElementA representation of the model object 'SQL Super Group Element'. | 
|  interface | SuperGroupElementExpressionA representation of the model object 'SQL Super Group Element Expression'. | 
|  interface | SuperGroupElementSublistA representation of the model object 'SQL Super Group Element Sublist'. | 
|  interface | TableCorrelationA representation of the model object 'SQL Table Correlation'. | 
|  interface | TableExpressionA representation of the model object 'SQL Table Expression'. | 
|  interface | TableFunctionA representation of the model object 'SQL Table Function'. | 
|  interface | TableInDatabaseA representation of the model object 'SQLRDB Table'. | 
|  interface | TableJoinedA representation of the model object 'SQL Table Joined'. | 
|  interface | TableNestedA representation of the model object 'SQL Table Nested'. | 
|  interface | TableReferenceA representation of the model object 'SQL Table Reference'. | 
|  interface | UpdatabilityExpressionA representation of the model object 'Updatability Expression'. | 
|  interface | UpdateAssignmentExpressionA representation of the model object 'SQL Assignment Expression'. | 
|  interface | UpdateOfColumnA representation of the model object 'Update Of Column'. | 
|  interface | UpdateSourceA representation of the model object 'Update Source'. | 
|  interface | UpdateSourceExprListA representation of the model object 'Update Source Expr List'. | 
|  interface | UpdateSourceQueryA representation of the model object 'Update Source Query'. | 
|  interface | ValueExpressionAtomicA representation of the model object 'SQL Value Expression Atomic'. | 
|  interface | ValueExpressionCaseA representation of the model object 'SQL Value Expression Case'. | 
|  interface | ValueExpressionCaseElseA representation of the model object 'SQL Value Expression Case Else'. | 
|  interface | ValueExpressionCaseSearchA representation of the model object 'SQL Value Expression Case Search'. | 
|  interface | ValueExpressionCaseSearchContentA representation of the model object 'SQL Value Expression Case Search Content'. | 
|  interface | ValueExpressionCaseSimpleA representation of the model object 'SQL Value Expression Case Simple'. | 
|  interface | ValueExpressionCaseSimpleContentA representation of the model object 'SQL Value Expression Case Simple Content'. | 
|  interface | ValueExpressionCastA representation of the model object 'SQL Value Expression Cast'. | 
|  interface | ValueExpressionColumnA representation of the model object 'SQL Value Expression Column'. | 
|  interface | ValueExpressionCombinedA representation of the model object 'SQL Value Expression Combined'. | 
|  interface | ValueExpressionDefaultValueA representation of the model object 'SQL Value Expression Default'. | 
|  interface | ValueExpressionFunctionA representation of the model object 'SQL Value Expression Function'. | 
|  interface | ValueExpressionLabeledDurationA representation of the model object 'SQL Value Expression Labeled Duration'. | 
|  interface | ValueExpressionNestedA representation of the model object 'SQL Value Expression Nested'. | 
|  interface | ValueExpressionNullValueA representation of the model object 'SQL Value Expression Null'. | 
|  interface | ValueExpressionRowA representation of the model object 'Value Expression Row'. | 
|  interface | ValueExpressionScalarSelectA representation of the model object 'SQL Value Expression Scalar Select'. | 
|  interface | ValueExpressionSimpleA representation of the model object 'SQL Value Expression Simple'. | 
|  interface | ValueExpressionVariableA representation of the model object 'SQL Value Expression Variable'. | 
|  interface | ValuesRowA representation of the model object 'SQL Values Row'. | 
|  interface | WithTableReferenceA representation of the model object 'With Table Reference'. | 
|  interface | WithTableSpecificationA representation of the model object 'With Table Specification'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.query.util | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.modelbase.sql.query.util | |
|---|---|
|  interface | SQLQueryArrayDataTypeThe SQL Model SQLDataTypesFactory class does not provide a method to create an ArrayDataType, and the constructor of ArrayDataTypeImpl is protected, so we need to provide our own interface Impl class so that the SQL Query Parser Factor can create them and the SQL Query Source Writer can generate SQL for them. | 
|  interface | SQLQueryMultisetDataTypeThe SQL Model SQLDataTypesFactory class does not provide a method to create a MultisetDataType, and the constructor of MultisetDataTypeImpl is protected, so we need to provide our own interface Impl class so that the SQL Query Parser Factor can create them and the SQL Query Source Writer can generate SQL for them. | 
| Classes in org.eclipse.datatools.modelbase.sql.query.util that implement SQLObject | |
|---|---|
|  class | SQLQueryArrayDataTypeImplThe SQL Model SQLDataTypesFactory class does not provide a method to create an ArrayDataType, and the constructor of ArrayDataTypeImpl is protected, so we need to provide our own interface Impl class so that the SQL Query Parser Factor can create them and the SQL Query Source Writer can generate SQL for them. | 
|  class | SQLQueryMultisetDataTypeImplThe SQL Model SQLDataTypesFactory class does not provide a method to create an ArrayDataType, and the constructor of ArrayDataTypeImpl is protected, so we need to provide our own interface Impl class so that the SQL Query Parser Factor can create them and the SQL Query Source Writer can generate SQL for them. | 
| Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | SQLQueryModelSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.routines | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.modelbase.sql.routines | |
|---|---|
|  interface | BuiltInFunctionA representation of the model object 'Built In Function'. | 
|  interface | FunctionA representation of the model object 'Function'. | 
|  interface | MethodA representation of the model object 'Method'. | 
|  interface | ParameterA representation of the model object 'Parameter'. | 
|  interface | ProcedureA representation of the model object 'Procedure'. | 
|  interface | RoutineA representation of the model object 'Routine'. | 
|  interface | RoutineResultTableA representation of the model object 'Routine Result Table'. | 
|  interface | SourceA representation of the model object 'Source'. | 
|  interface | UserDefinedFunctionA representation of the model object 'User Defined Function'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.routines.impl | 
|---|
| Classes in org.eclipse.datatools.modelbase.sql.routines.impl that implement SQLObject | |
|---|---|
|  class | org.eclipse.datatools.modelbase.sql.routines.impl.FunctionImpl | 
|  class | org.eclipse.datatools.modelbase.sql.routines.impl.ParameterImpl | 
|  class | org.eclipse.datatools.modelbase.sql.routines.impl.ProcedureImpl | 
|  class | org.eclipse.datatools.modelbase.sql.routines.impl.RoutineImpl | 
|  class | org.eclipse.datatools.modelbase.sql.routines.impl.UserDefinedFunctionImpl | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.routines.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.routines.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | SQLRoutinesSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.schema | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.modelbase.sql.schema | |
|---|---|
|  interface | CatalogA representation of the model object 'Catalog'. | 
|  interface | DatabaseA representation of the model object 'Database'. | 
|  interface | DependencyA representation of the model object 'Dependency'. | 
|  interface | EventA representation of the model object 'Event'. | 
|  interface | IdentitySpecifierA representation of the model object 'Identity Specifier'. | 
|  interface | SchemaA representation of the model object 'Schema'. | 
|  interface | SequenceA representation of the model object 'Sequence'. | 
|  interface | TypedElementA representation of the model object 'Typed Element'. | 
| Methods in org.eclipse.datatools.modelbase.sql.schema that return SQLObject | |
|---|---|
|  SQLObject | ObjectExtension.getSQLObject()Returns the value of the 'SQL Object' container reference. | 
|  SQLObject | Comment.getSQLObject()Returns the value of the 'SQL Object' reference. | 
| Methods in org.eclipse.datatools.modelbase.sql.schema with parameters of type SQLObject | |
|---|---|
|  void | ObjectExtension.setSQLObject(SQLObject value)Sets the value of the ' SQL Object' container reference. | 
|  void | Comment.setSQLObject(SQLObject value)Sets the value of the ' SQL Object' reference. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.schema.impl | 
|---|
| Classes in org.eclipse.datatools.modelbase.sql.schema.impl that implement SQLObject | |
|---|---|
|  class | org.eclipse.datatools.modelbase.sql.schema.impl.CatalogImpl | 
|  class | org.eclipse.datatools.modelbase.sql.schema.impl.DatabaseImpl | 
|  class | org.eclipse.datatools.modelbase.sql.schema.impl.EventImpl | 
|  class | org.eclipse.datatools.modelbase.sql.schema.impl.IdentitySpecifierImpl | 
|  class | org.eclipse.datatools.modelbase.sql.schema.impl.SchemaImpl | 
|  class | org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl | 
|  class | org.eclipse.datatools.modelbase.sql.schema.impl.TypedElementImpl | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.schema.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.schema.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | SQLSchemaSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.statements | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.modelbase.sql.statements | |
|---|---|
|  interface | SQLStatementDefaultA representation of the model object 'SQL Statement Default'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.statements.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.statements.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | SQLStatementsSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.tables | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.modelbase.sql.tables | |
|---|---|
|  interface | BaseTableA representation of the model object 'Base Table'. | 
|  interface | ColumnA representation of the model object 'Column'. | 
|  interface | DerivedTableA representation of the model object 'Derived Table'. | 
|  interface | PersistentTableA representation of the model object 'Persistent Table'. | 
|  interface | TableA representation of the model object 'Table'. | 
|  interface | TemporaryTableA representation of the model object 'Temporary Table'. | 
|  interface | TriggerA representation of the model object 'Trigger'. | 
|  interface | ViewTableA representation of the model object 'View Table'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.tables.impl | 
|---|
| Classes in org.eclipse.datatools.modelbase.sql.tables.impl that implement SQLObject | |
|---|---|
|  class | org.eclipse.datatools.modelbase.sql.tables.impl.BaseTableImpl | 
|  class | org.eclipse.datatools.modelbase.sql.tables.impl.ColumnImpl | 
|  class | org.eclipse.datatools.modelbase.sql.tables.impl.DerivedTableImpl | 
|  class | org.eclipse.datatools.modelbase.sql.tables.impl.PersistentTableImpl | 
|  class | org.eclipse.datatools.modelbase.sql.tables.impl.TableImpl | 
|  class | org.eclipse.datatools.modelbase.sql.tables.impl.TemporaryTableImpl | 
|  class | org.eclipse.datatools.modelbase.sql.tables.impl.TriggerImpl | 
|  class | org.eclipse.datatools.modelbase.sql.tables.impl.ViewTableImpl | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.tables.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.tables.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | SQLTablesSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.xml.query | 
|---|
| Subinterfaces of SQLObject in org.eclipse.datatools.modelbase.sql.xml.query | |
|---|---|
|  interface | XMLAggregateFunctionA representation of the model object 'XML Aggregate Function'. | 
|  interface | XMLAggregateSortSpecificationA representation of the model object 'XML Aggregate Sort Specification'. | 
|  interface | XMLAttributeDeclarationItemA representation of the model object 'XML Attribute Declaration Item'. | 
|  interface | XMLNamespaceDeclarationDefaultA representation of the model object 'XML Namespace Declaration Default'. | 
|  interface | XMLNamespaceDeclarationItemA representation of the model object 'XML Namespace Declaration Item'. | 
|  interface | XMLNamespaceDeclarationPrefixA representation of the model object 'XML Namespace Declaration Prefix'. | 
|  interface | XMLNamespacesDeclarationA representation of the model object 'XML Namespaces Declaration'. | 
|  interface | XMLPredicateA representation of the model object 'XML Predicate'. | 
|  interface | XMLPredicateContentA representation of the model object 'XML Predicate Content'. | 
|  interface | XMLPredicateDocumentA representation of the model object 'XML Predicate Document'. | 
|  interface | XMLPredicateExistsA representation of the model object 'XML Predicate Exists'. | 
|  interface | XMLPredicateValidA representation of the model object 'XML Predicate Valid'. | 
|  interface | XMLQueryArgumentItemA representation of the model object 'XML Query Argument Item'. | 
|  interface | XMLQueryArgumentListA representation of the model object 'XML Query Argument List'. | 
|  interface | XMLQueryExpressionA representation of the model object 'XML Query Expression'. | 
|  interface | XMLSerializeFunctionA representation of the model object 'XML Serialize Function'. | 
|  interface | XMLSerializeFunctionEncodingA representation of the model object 'XML Serialize Function Encoding'. | 
|  interface | XMLSerializeFunctionTargetA representation of the model object 'XML Serialize Function Target'. | 
|  interface | XMLTableColumnDefinitionDefaultA representation of the model object 'XML Table Column Definition Default'. | 
|  interface | XMLTableColumnDefinitionItemA representation of the model object 'XML Table Column Definition Item'. | 
|  interface | XMLTableColumnDefinitionOrdinalityA representation of the model object 'XML Table Column Definition Ordinality'. | 
|  interface | XMLTableColumnDefinitionRegularA representation of the model object 'XML Table Column Definition Regular'. | 
|  interface | XMLTableFunctionA representation of the model object 'XML Table Function'. | 
|  interface | XMLValueExpressionCastA representation of the model object 'XML Value Expression Cast'. | 
|  interface | XMLValueFunctionA representation of the model object 'XML Value Function'. | 
|  interface | XMLValueFunctionCommentA representation of the model object 'XML Value Function Comment'. | 
|  interface | XMLValueFunctionCommentContentA representation of the model object 'XML Value Function Comment Content'. | 
|  interface | XMLValueFunctionConcatA representation of the model object 'XML Value Function Concat'. | 
|  interface | XMLValueFunctionConcatContentItemA representation of the model object 'XML Value Function Concat Content Item'. | 
|  interface | XMLValueFunctionDocumentA representation of the model object 'XML Value Function Document'. | 
|  interface | XMLValueFunctionDocumentContentA representation of the model object 'XML Value Function Document Content'. | 
|  interface | XMLValueFunctionElementA representation of the model object 'XML Value Function Element'. | 
|  interface | XMLValueFunctionElementContentItemA representation of the model object 'XML Value Function Element Content Item'. | 
|  interface | XMLValueFunctionElementContentListA representation of the model object 'XML Value Function Element Content List'. | 
|  interface | XMLValueFunctionForestA representation of the model object 'XML Value Function Forest'. | 
|  interface | XMLValueFunctionForestContentItemA representation of the model object 'XML Value Function Forest Content Item'. | 
|  interface | XMLValueFunctionParseA representation of the model object 'XML Value Function Parse'. | 
|  interface | XMLValueFunctionParseContentA representation of the model object 'XML Value Function Parse Content'. | 
|  interface | XMLValueFunctionPIA representation of the model object 'XML Value Function PI'. | 
|  interface | XMLValueFunctionPIContentA representation of the model object 'XML Value Function PI Content'. | 
|  interface | XMLValueFunctionQueryA representation of the model object 'XML Value Function Query'. | 
|  interface | XMLValueFunctionQueryReturningA representation of the model object 'XML Value Function Query Returning'. | 
|  interface | XMLValueFunctionTextA representation of the model object 'XML Value Function Text'. | 
|  interface | XMLValueFunctionTextContentA representation of the model object 'XML Value Function Text Content'. | 
|  interface | XMLValueFunctionValidateA representation of the model object 'XML Value Function Validate'. | 
|  interface | XMLValueFunctionValidateAccordingToA representation of the model object 'XML Value Function Validate According To'. | 
|  interface | XMLValueFunctionValidateAccordingToIdentifierA representation of the model object 'XML Value Function Validate According To Identifier'. | 
|  interface | XMLValueFunctionValidateAccordingToURIA representation of the model object 'XML Value Function Validate According To URI'. | 
|  interface | XMLValueFunctionValidateContentA representation of the model object 'XML Value Function Validate Content'. | 
|  interface | XMLValueFunctionValidateElementA representation of the model object 'XML Value Function Validate Element'. | 
|  interface | XMLValueFunctionValidateElementNameA representation of the model object 'XML Value Function Validate Element Name'. | 
|  interface | XMLValueFunctionValidateElementNamespaceA representation of the model object 'XML Value Function Validate Element Namespace'. | 
| Uses of SQLObject in org.eclipse.datatools.modelbase.sql.xml.query.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type SQLObject | |
|---|---|
|  java.lang.Object | SQLXMLQueryModelSwitch.caseSQLObject(SQLObject object)Returns the result of interpreting the object as an instance of 'SQL Object'. | 
| Uses of SQLObject in org.eclipse.datatools.sqltools.schemaobjecteditor.ddl | 
|---|
| Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ddl with parameters of type SQLObject | |
|---|---|
|  java.lang.String[] | IDDLGeneratorWrapper.getCreateStatementsDDL(SQLObject[] objs)Returns the create statements DDL for the given SQL objects | 
|  java.lang.String[] | DDLGeneratorWrapper.getCreateStatementsDDL(SQLObject[] objs) | 
| Uses of SQLObject in org.eclipse.datatools.sqltools.schemaobjecteditor.model | 
|---|
| Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.model that return SQLObject | |
|---|---|
|  SQLObject | ISchemaObjectEditModel.getMainSQLObject()Returns the underlying SQL object | 
|  SQLObject | AbstractSchemaObjectImmutableModel.getMainSQLObject() | 
|  SQLObject | AbstractSchemaObjectEditModel.getMainSQLObject() | 
|  SQLObject | ISchemaObjectImmutableModel.getMainSQLObject()Returns the main SQL object referenced by this model, for example, the table | 
| Constructors in org.eclipse.datatools.sqltools.schemaobjecteditor.model with parameters of type SQLObject | |
|---|---|
| AbstractSchemaObjectImmutableModel(SQLObject object,
                                   java.util.Map ojbects) | |
| Uses of SQLObject in org.eclipse.datatools.sqltools.schemaobjecteditor.ui | 
|---|
| Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui with parameters of type SQLObject | |
|---|---|
|  void | ISchemaObjectEditorHandler.forceFocusObject(SQLObject object)Performs a set focus action in schema editor to the given SQL object. Generally there're two steps: 1.Focus the page;2.Focus the UI component of the given object in that page. | 
| Uses of SQLObject in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.action | 
|---|
| Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.action that return SQLObject | |
|---|---|
|  SQLObject | EditSchemaObjectAction.getSQLObject() | 
| Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.action with parameters of type SQLObject | |
|---|---|
|  void | EditSchemaObjectAction.setSQLObject(SQLObject object) | 
|  void | IEditSchemaObjectAction.setSQLObject(SQLObject object)Set the object to be opened | 
| Constructors in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.action with parameters of type SQLObject | |
|---|---|
| EditSchemaObjectAction(SQLObject obj,
                       ISchemaObjectEditModel modelObj)Passes a SQL object, will calculate other necessary information via this object | |
| Uses of SQLObject in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.core | 
|---|
| Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.core with parameters of type SQLObject | |
|---|---|
|  void | DefaultSchemaObjectEditorHandler.forceFocusObject(SQLObject object)Should be invoked in UI thread | 
| Uses of SQLObject in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.util | 
|---|
| Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.util with parameters of type SQLObject | |
|---|---|
| static void | SchemaObjectEditorUtils.expandNode(SQLObject obj)Expand the tree node and reveal the editing object after refresh For editor, we do not know the status of the tree in the DSE when editing, so we have to expand every node on the path from the root to the editing object. | 
| static org.eclipse.swt.widgets.TreeItem | SchemaObjectEditorUtils.findAndExpandObjectNode(org.eclipse.swt.widgets.TreeItem item,
                        SQLObject obj,
                        org.eclipse.ui.navigator.CommonViewer viewer) | 
| Uses of SQLObject in org.eclipse.datatools.sqltools.sql.parser.ast | 
|---|
| Methods in org.eclipse.datatools.sqltools.sql.parser.ast that return SQLObject | |
|---|---|
|  SQLObject | IASTDeployable.getSQLModel()Returns the corresponding procedural object sql model, such as Routine,TriggerorEvent. | 
| Methods in org.eclipse.datatools.sqltools.sql.parser.ast with parameters of type SQLObject | |
|---|---|
|  void | IASTDeployable.setSQLModel(SQLObject model)Associates a SQLObject with this AST node. | 
| Uses of SQLObject in org.eclipse.datatools.sqltools.sql.updater | 
|---|
| Constructors in org.eclipse.datatools.sqltools.sql.updater with parameters of type SQLObject | |
|---|---|
| ProceduralObjectSourceUpdater(SQLObject _object,
                              DatabaseDefinition dbDefinition) | |
| Uses of SQLObject in org.eclipse.datatools.sqltools.sql.util | 
|---|
| Methods in org.eclipse.datatools.sqltools.sql.util that return SQLObject | |
|---|---|
| static SQLObject | ModelUtil.findProceduralObject(org.eclipse.datatools.sqltools.core.ProcIdentifier proc) | 
| static SQLObject | ModelUtil.findProceduralObject(org.eclipse.datatools.sqltools.core.ProcIdentifier proc,
                     boolean refresh) | 
| static SQLObject | ModelUtil.findProceduralObject(org.eclipse.datatools.sqltools.core.ProcIdentifier proc,
                     boolean refresh,
                     boolean caseSensitive) | 
| static SQLObject | ModelUtil.findProceduralObject(org.eclipse.datatools.sqltools.core.ProcIdentifier proc,
                     boolean refresh,
                     boolean caseSensitive,
                     boolean ignoreTableName) | 
| Methods in org.eclipse.datatools.sqltools.sql.util with parameters of type SQLObject | |
|---|---|
| static org.eclipse.datatools.sqltools.core.services.ActionService | DSEUtil.getActionService(SQLObject object)Get the ActionService by SQLObject | 
| static java.util.List | ModelUtil.getAuthorizationIdentifiers(SQLObject obj)Returns all the authorization identifiers | 
| static DatabaseDefinition | ModelUtil.getDatabaseDefinition(SQLObject obj) | 
| static org.eclipse.datatools.sqltools.core.DatabaseVendorDefinitionId | ModelUtil.getDatabaseVendorDefinitionId(SQLObject obj) | 
| static void | DSEUtil.refreshParent(SQLObject element)Refreshes the parent object. | 
| Uses of SQLObject in org.eclipse.datatools.sqltools.sqlbuilder.dialogs | 
|---|
| Methods in org.eclipse.datatools.sqltools.sqlbuilder.dialogs that return SQLObject | |
|---|---|
|  SQLObject | AddTableDialog.getTableValue()Return the selected table | 
| Methods in org.eclipse.datatools.sqltools.sqlbuilder.dialogs with parameters of type SQLObject | |
|---|---|
|  boolean | AddTableDialog.checkForTable(java.util.Vector tableVector,
              SQLObject checkTable) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||