OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.rdbms.AQServerObject

Packages that use AQServerObject
com.aquafold.openapi.compare   
com.aquafold.openapi.rdbms   
com.aquafold.openapi.rdbms.schema   
 

Uses of AQServerObject in com.aquafold.openapi.compare
 

Methods in com.aquafold.openapi.compare that return AQServerObject
 AQServerObject AQSchemaCompareItem.getLeftObject()
          Returns left side schema object, or null for "added" items.
 AQServerObject AQSchemaCompareItem.getRightObject()
          Returns right side schema object, or null for "deleted" items.
 

Methods in com.aquafold.openapi.compare with parameters of type AQServerObject
 void AQSchemaComparator.addArrayLeft(AQServerObject[] serverObjects)
          Adds an array of server objects to the left side.
 void AQSchemaComparator.addArrayRight(AQServerObject[] serverObjects)
          Adds an array of server objects to the right side.
 void AQSchemaComparator.addLeft(AQServerObject serverObject)
          Adds an object to the left side.
 void AQSchemaComparator.addRight(AQServerObject serverObject)
          Adds an object to the right side.
 AQDifferences AQComparator.compare(AQServerObject a, AQServerObject b)
          This method compares CREATE scripts of two server objects.
 

Uses of AQServerObject in com.aquafold.openapi.rdbms
 

Subinterfaces of AQServerObject in com.aquafold.openapi.rdbms
 interface AQObjectPermission
          The AQObjectPermission interface provides a mean to generate the grant and revoke statements for users and roles.
 interface AQPartition
          This interface represents a database partition.
 interface AQSchemaObject
          Base class for a metadata object specific to database/schema.
 

Uses of AQServerObject in com.aquafold.openapi.rdbms.schema
 

Subinterfaces of AQServerObject in com.aquafold.openapi.rdbms.schema
 interface AQArrayType
          This interface represents a database array type.
 interface AQAssembly
          This interface represents a managed application module.
 interface AQAsymmetricKey
          This interface represents an Asymmetric Key.
 interface AQCertificate
          This interface represents a certificate installed on the server.
 interface AQCluster
          This interface represents a database cluster.
 interface AQConstraint
          This interface represents a database constraint.
 interface AQConstraintColumn
          This interface represents a constraint column.
 interface AQDatabase
          This interface represents a database.
 interface AQDatabaseLink
          This interface represents a database link or a remote server.
 interface AQDataType
          This interface represents a data type.
 interface AQDefault
          This interface represents a user-defined default.
 interface AQDimension
          This interface represents a user defined dimension.
 interface AQEvent
          This interface represents a user-defined database event.
 interface AQForeignKeyRefColumn
          This interface represents a foreign key referenced column.
 interface AQFunction
          This interface represents a user defined function.
 interface AQIndex
          This interface represents an index.
 interface AQIndexColumn
          This interface represents an index column.
 interface AQJavaResource
          This interface represents a java resource that is associated with the schema.
 interface AQJavaSource
          This interface represents a java source that is associated with the schema.
 interface AQLanguage
          This interface represents a particular language support that is installed on the server.
 interface AQMatView
          This interface represents a materialized view.
 interface AQNickname
          This interface represents a user defined nickname.
 interface AQObjectType
          This interface represents a database object type.
 interface AQPackage
          This interface represents a package.
 interface AQPackageBody
           
 interface AQProcedure
          This interface represents a database store procedure.
 interface AQQueue
          This interface represents a queue.
 interface AQRefreshGroup
          This interface represents a refresh group of a materialized view.
 interface AQRole
          This interface represents a role in the database.
 interface AQRule
          This interface represents a database rule.
 interface AQSchema
          This interface represents a database schema.
 interface AQSegment
          This interface represents a Sybase database segment.
 interface AQSequence
          This interface represents on a sequence object used in the database.
 interface AQSymmetricKey
          This interface represents a Symmetric Key.
 interface AQSynonym
          This interface represents a synonym.
 interface AQTable
          This interface represents a database table object.
 interface AQTableColumn
          This interface represents a table column.
 interface AQTableType
          This interface represents on a table type.
 interface AQTrigger
          This interface represents a trigger.
 interface AQUser
          This interface represents a database user.
 interface AQView
          This interface represents a database view.
 interface AQXmlSchemaCollection
          This interface represents an XML schema collection.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.