Retrieve and List Indexes

Use getIndexes to retrieve and list all indexes for a given MBO table located on the device database.

/**
@param entity the EntityMetaData for the table
@return the list of indexes
*/
public static com.sybase.collections.ObjectList getIndexes(EntityMetaData  entity)

Example 1

com.sybase.collections.ObjectList list =
SampleDB.getIndexes(SampleMBO.getMetaData());