Class QueryStringManipulator.StatementIndex
- java.lang.Object
-
- com.microstrategy.utils.querydetails.QueryStringManipulator.StatementIndex
-
- Enclosing class:
- QueryStringManipulator
public static class QueryStringManipulator.StatementIndex extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QueryStringManipulator.StatementIndex.StatementType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
QueryStringManipulator.StatementIndex.StatementType
getType()
static QueryStringManipulator.StatementIndex
of(int index, QueryStringManipulator.StatementIndex.StatementType type)
-
-
-
Method Detail
-
of
public static QueryStringManipulator.StatementIndex of(int index, QueryStringManipulator.StatementIndex.StatementType type)
-
getIndex
public int getIndex()
-
getType
public QueryStringManipulator.StatementIndex.StatementType getType()
-
-