OpenAPI 1.0

com.aquafold.openapi.rdbms.schema
Interface AQSegment

All Superinterfaces:
AQSchemaObject, AQServerObject

public interface AQSegment
extends AQSchemaObject

This interface represents a Sybase database segment.


Method Summary
 int getSegmentId()
          To get the segment id.
 int getStatus()
          To get the status of the segment.
 
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

getSegmentId

int getSegmentId()
To get the segment id.

Returns:
An integer value representing the segment id.

getStatus

int getStatus()
To get the status of the segment.

Returns:
An integer value representing the status of the segment.

OpenAPI 1.0


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