public interface IndexInformation
| Modifier and Type | Method and Description |
|---|---|
character |
indexInformation()
If applied to a query object, see
P2JQuery.indexInformation(). |
character |
indexInformation(int n)
If applied to a query object, see
P2JQuery.indexInformation(int). |
character |
indexInformation(NumberType n)
If applied to a query object, see
P2JQuery.indexInformation(NumberType). |
character indexInformation()
P2JQuery.indexInformation().
If applied to a buffer object, see indexInformation().
character indexInformation(int n)
P2JQuery.indexInformation(int).
If applied to a buffer object, see indexInformation(int).
n - See above.character indexInformation(NumberType n)
P2JQuery.indexInformation(NumberType).
If applied to a buffer object, see indexInformation(NumberType).
n - See above.