public class AdvancedIndexIndexMultiKeyPart extends Object
Constructor and Description |
---|
AdvancedIndexIndexMultiKeyPart(String indexTypeName,
String[] indexExpressions,
String[] indexedProperties) |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
codegenMake(CodegenMethodScope parent,
CodegenClassScope classScope) |
boolean |
equalsAdvancedIndex(AdvancedIndexIndexMultiKeyPart that) |
String[] |
getIndexedProperties() |
String[] |
getIndexExpressions() |
String |
getIndexTypeName() |
String |
toQueryPlan() |
public String getIndexTypeName()
public String[] getIndexExpressions()
public String[] getIndexedProperties()
public boolean equalsAdvancedIndex(AdvancedIndexIndexMultiKeyPart that)
public String toQueryPlan()
public CodegenExpression codegenMake(CodegenMethodScope parent, CodegenClassScope classScope)
Copyright © 2005–2018. All rights reserved.