VWIndexDefinition |
VWQueueDefinition.createIndexDefinition(java.lang.String theName,
java.lang.String[] theFieldNames)
Creates an index definition for this queue.
|
abstract VWIndexDefinition |
VWTableDefinition.createIndexDefinition(java.lang.String theName,
java.lang.String[] theFieldNames)
Creates an index definition for one of following table types: log, queue, or roster.
|
VWIndexDefinition |
IVWTableDefinition.createIndexDefinition(java.lang.String theName,
java.lang.String[] theFieldNames)
Creates an index definition for this queue.
|
VWIndexDefinition |
VWRosterDefinition.createIndexDefinition(java.lang.String theName,
java.lang.String[] theFieldNames)
Creates an index definition for the roster.
|
VWIndexDefinition |
VWLogDefinition.createIndexDefinition(java.lang.String theName,
java.lang.String[] theFieldNames)
Creates an index definition for the specified log.
|
VWIndexDefinition |
VWQueueDefinition.getIndex(java.lang.String name)
Gets the index definition specified for this queue definition.
|
VWIndexDefinition |
VWRosterDefinition.getIndex(java.lang.String name)
Get an index definition specified for this roster definition.
|
VWIndexDefinition |
VWLogDefinition.getIndex(java.lang.String name)
Gets the index definition specified for this log definition.
|
VWIndexDefinition[] |
VWTableDefinition.getIndexes()
Gets an array of index definitions for one of the following table types: log, queue, or
roster.
|
VWIndexDefinition[] |
IVWTableDefinition.getIndexes()
Provides an array of index definitions for this queue definition
|