Uses of Interface
com.orientechnologies.orient.core.collate.OCollate
Packages that use OCollate
Package
Description
-
Uses of OCollate in com.orientechnologies.orient.core.collate
Classes in com.orientechnologies.orient.core.collate that implement OCollateModifier and TypeClassDescriptionclassCase insensitive collate.classDefault collate, does not apply conversions.Methods in com.orientechnologies.orient.core.collate that return OCollateModifier and TypeMethodDescriptionOCollateFactory.getCollate(String name) Returns the requested collateODefaultCollateFactory.getCollate(String name) Returns the requested collate -
Uses of OCollate in com.orientechnologies.orient.core.index
Classes in com.orientechnologies.orient.core.index that implement OCollateModifier and TypeClassDescriptionclassCollate implementation used on composite indexes.Fields in com.orientechnologies.orient.core.index declared as OCollateMethods in com.orientechnologies.orient.core.index that return OCollateModifier and TypeMethodDescriptionOAbstractIndexDefinition.getCollate()OCompositeIndexDefinition.getCollate()OIndexDefinition.getCollate()Methods in com.orientechnologies.orient.core.index that return types with arguments of type OCollateMethods in com.orientechnologies.orient.core.index with parameters of type OCollateModifier and TypeMethodDescriptionvoidOCompositeCollate.addCollate(OCollate collate) static OIndexDefinitionOIndexDefinitionFactory.createSingleFieldIndexDefinition(String className, String fieldName, OType type, OType linkedType, OCollate collate, String indexKind, OPropertyMapIndexDefinition.INDEX_BY indexBy) voidOAbstractIndexDefinition.setCollate(OCollate collate) voidOCompositeIndexDefinition.setCollate(OCollate collate) voidOIndexDefinition.setCollate(OCollate collate) Constructor parameters in com.orientechnologies.orient.core.index with type arguments of type OCollateModifierConstructorDescriptionOSimpleKeyIndexDefinition(OType[] keyTypes2, List<OCollate> collatesList) -
Uses of OCollate in com.orientechnologies.orient.core.metadata.schema
Fields in com.orientechnologies.orient.core.metadata.schema declared as OCollateModifier and TypeFieldDescriptionprotected final OCollateOIndexConfigProperty.collateprotected OCollateOPropertyImpl.collateMethods in com.orientechnologies.orient.core.metadata.schema that return OCollateModifier and TypeMethodDescriptionOImmutableProperty.getCollate()OIndexConfigProperty.getCollate()OProperty.getCollate()OPropertyAbstractDelegate.getCollate()OPropertyImpl.getCollate()Methods in com.orientechnologies.orient.core.metadata.schema with parameters of type OCollateModifier and TypeMethodDescriptionvoidOViewIndexConfig.addProperty(String name, OType type, OType linkedType, OCollate collate, OPropertyMapIndexDefinition.INDEX_BY indexBy) OImmutableProperty.setCollate(OCollate collate) OProperty.setCollate(OCollate collate) OPropertyAbstractDelegate.setCollate(OCollate collate) OPropertyImpl.setCollate(OCollate collate) Constructors in com.orientechnologies.orient.core.metadata.schema with parameters of type OCollateModifierConstructorDescriptionOIndexConfigProperty(String name, OType type, OType linkedType, OCollate collate, OPropertyMapIndexDefinition.INDEX_BY index_by) -
Uses of OCollate in com.orientechnologies.orient.core.serialization.serializer.record.binary
Fields in com.orientechnologies.orient.core.serialization.serializer.record.binary declared as OCollateConstructors in com.orientechnologies.orient.core.serialization.serializer.record.binary with parameters of type OCollateModifierConstructorDescriptionOBinaryField(String iName, OType iType, BytesContainer iBytes, OCollate iCollate) -
Uses of OCollate in com.orientechnologies.orient.core.sql
Methods in com.orientechnologies.orient.core.sql that return OCollate -
Uses of OCollate in com.orientechnologies.orient.core.sql.parser
Methods in com.orientechnologies.orient.core.sql.parser that return OCollateModifier and TypeMethodDescriptionOBaseExpression.getCollate(OResult currentRecord, OCommandContext ctx) OBaseIdentifier.getCollate(OResult currentRecord, OCommandContext ctx) OExpression.getCollate(OResult currentRecord, OCommandContext ctx) OMathExpression.getCollate(OResult currentRecord, OCommandContext ctx) OSuffixIdentifier.getCollate(OResult currentRecord, OCommandContext ctx) OValueExpression.getCollate(OResult currentRecord, OCommandContext ctx)