Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets all the indexes for all tables.
Syntax
server public static container getAllIndexes()
Run On
Server
Return Value
Type: container
A container that contains the tableId, tableName, indexId, and indexName values of all the SQL tables.
Remarks
This method runs only on the server tier.