Package | Description |
---|---|
com.aquafold.openapi.rdbms | |
com.aquafold.openapi.rdbms.schema |
Modifier and Type | Method and Description |
---|---|
AQIndex |
AQMetadata.extractIndex(java.lang.String database,
java.lang.String schema,
java.lang.String name)
To get an user defined index object.
|
AQIndex[] |
AQMetadata.extractIndexes(java.lang.String database,
java.lang.String schema)
To get all indexes.
|
AQIndex[] |
AQMetadata.extractNonSystemIndexes(java.lang.String database,
java.lang.String schema)
To get a list of user defined indexes.
|
Modifier and Type | Method and Description |
---|---|
AQIndex |
AQTable.extractIndex(java.lang.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.
|
Copyright © 2017 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.