Modifier and Type | Class and Description |
---|---|
class |
OCaseInsensitiveCollate
Case insensitive collate.
|
class |
ODefaultCollate
Default collate, does not apply conversions.
|
Modifier and Type | Method and Description |
---|---|
OCollate |
ODefaultCollateFactory.getCollate(String name)
Returns the requested collate
|
OCollate |
OCollateFactory.getCollate(String name)
Returns the requested collate
|
Modifier and Type | Class and Description |
---|---|
class |
OCompositeCollate
Collate implementation used on composite indexes.
|
Modifier and Type | Field and Description |
---|---|
protected OCollate |
OAbstractIndexDefinition.collate |
Modifier and Type | Method and Description |
---|---|
OCollate |
OCompositeIndexDefinition.getCollate() |
OCollate |
OAbstractIndexDefinition.getCollate() |
OCollate |
OIndexDefinition.getCollate() |
Modifier and Type | Method and Description |
---|---|
List<OCollate> |
OCompositeCollate.getCollates() |
Modifier and Type | Method and Description |
---|---|
void |
OCompositeCollate.addCollate(OCollate collate) |
void |
OCompositeIndexDefinition.setCollate(OCollate collate) |
void |
OAbstractIndexDefinition.setCollate(OCollate collate) |
void |
OIndexDefinition.setCollate(OCollate collate) |
Modifier and Type | Method and Description |
---|---|
static OIndexDefinition |
OIndexDefinitionFactory.createIndexDefinition(OClass oClass,
List<String> fieldNames,
List<OType> types,
List<OCollate> collates,
String indexKind,
String algorithm)
Creates an instance of
OIndexDefinition for automatic index. |
Constructor and Description |
---|
OSimpleKeyIndexDefinition(OType[] keyTypes2,
List<OCollate> collatesList) |
Modifier and Type | Field and Description |
---|---|
protected OCollate |
OPropertyImpl.collate |
Modifier and Type | Method and Description |
---|---|
OCollate |
OPropertyImpl.getCollate() |
OCollate |
OPropertyAbstractDelegate.getCollate() |
OCollate |
OProperty.getCollate() |
OCollate |
OImmutableProperty.getCollate() |
Modifier and Type | Method and Description |
---|---|
OProperty |
OPropertyImpl.setCollate(OCollate collate) |
OProperty |
OPropertyAbstractDelegate.setCollate(OCollate collate) |
OProperty |
OProperty.setCollate(OCollate collate) |
OProperty |
OImmutableProperty.setCollate(OCollate collate) |
Modifier and Type | Field and Description |
---|---|
protected List<OCollate> |
OQueryRuntimeValueMulti.collates |
Modifier and Type | Method and Description |
---|---|
OCollate |
OQueryRuntimeValueMulti.getCollate(int iIndex) |
Constructor and Description |
---|
OQueryRuntimeValueMulti(OSQLFilterItemFieldMultiAbstract iDefinition,
Object[] iValues,
List<OCollate> iCollates) |
Modifier and Type | Field and Description |
---|---|
OCollate |
OBinaryField.collate |
Constructor and Description |
---|
OBinaryField(String iName,
OType iType,
BytesContainer iBytes,
OCollate iCollate) |
Modifier and Type | Method and Description |
---|---|
static OCollate |
OSQLEngine.getCollate(String name) |
Modifier and Type | Field and Description |
---|---|
protected OCollate |
OSQLFilterItemField.collate |
Modifier and Type | Method and Description |
---|---|
OCollate |
OSQLFilterCondition.getCollate()
Deprecated.
|
OCollate |
OSQLFilterItemField.getCollate() |
OCollate |
OSQLFilterItemField.getCollate(Object doc)
get the collate of this expression, based on the fully evaluated field chain starting from the
passed object.
|
OCollate |
OSQLFilterCondition.getCollate(OIdentifiable doc) |
protected OCollate |
OSQLFilterItemAbstract.getCollateForField(OClass iClass,
String iFieldName) |
Modifier and Type | Method and Description |
---|---|
OCollate |
OValueExpression.getCollate(OResult currentRecord,
OCommandContext ctx) |
OCollate |
OSuffixIdentifier.getCollate(OResult currentRecord,
OCommandContext ctx) |
OCollate |
OBaseExpression.getCollate(OResult currentRecord,
OCommandContext ctx) |
OCollate |
OMathExpression.getCollate(OResult currentRecord,
OCommandContext ctx) |
OCollate |
OBaseIdentifier.getCollate(OResult currentRecord,
OCommandContext ctx) |
OCollate |
OExpression.getCollate(OResult currentRecord,
OCommandContext ctx) |
Copyright © 2009–2020 OrientDB. All rights reserved.