OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.rdbms.schema.AQIndex

Packages that use AQIndex
com.aquafold.openapi.rdbms   
com.aquafold.openapi.rdbms.schema   
 

Uses of AQIndex in com.aquafold.openapi.rdbms
 

Methods in com.aquafold.openapi.rdbms that return AQIndex
 AQIndex AQMetadata.extractIndex(String database, String schema, String name)
          To get an user defined index object.
 AQIndex[] AQMetadata.extractIndexes(String database, String schema)
          To get a list of user defined indexes.
 

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

Methods in com.aquafold.openapi.rdbms.schema that return AQIndex
 AQIndex AQTable.extractIndex(String name)
          To get information on an index associated with the table that is specified by the user.
 AQIndex[] AQTable.extractIndexes()
          To get a list of indexes associated with the table.
 


OpenAPI 1.0


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