OpenAPI 1.0

com.aquafold.openapi.rdbms.schema
Interface AQIndexColumn

All Superinterfaces:
AQSchemaObject, AQServerObject

public interface AQIndexColumn
extends AQSchemaObject

This interface represents an index column.


Method Summary
 int getOrder()
          To get the order of this index column.
 int getSeq()
          To get the sequence of this index column.
 
Methods inherited from interface com.aquafold.openapi.rdbms.AQSchemaObject
getDatabaseName, getSchemaName
 
Methods inherited from interface com.aquafold.openapi.rdbms.AQServerObject
getIcon, getName, getServerConnection, getTypeName, scriptCREATE, scriptCREATE, scriptDROP
 

Method Detail

getOrder

int getOrder()
To get the order of this index column. Two possible values, 0==ASC and 1==DESC

Returns:
An integer value(0 or 1) indicating the order of this index column.

getSeq

int getSeq()
To get the sequence of this index column.

Returns:
An integer value indicating the sequence of this index column.

OpenAPI 1.0


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