
public abstract class OAbstractIndexDefinition extends ODocumentWrapperNoClass implements OIndexDefinition
| Modifier and Type | Field and Description |
|---|---|
protected OCollate |
collate |
document| Modifier | Constructor and Description |
|---|---|
protected |
OAbstractIndexDefinition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OCollate |
getCollate() |
int |
hashCode() |
boolean |
isNullValuesIgnored() |
protected void |
serializeFromStream() |
protected void |
serializeToStream() |
void |
setCollate(OCollate collate) |
void |
setCollate(String iCollate) |
void |
setNullValuesIgnored(boolean value) |
fromStream, fromStream, load, load, reload, reload, save, savegetDocument, load, load, reload, toStream, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcreateValue, createValue, fromStream, getClassName, getFields, getFieldsToIndex, getParamCount, getTypes, isAutomatic, toCreateIndexDDL, toStream, toStringgetDocumentValueToIndexprotected OCollate collate
public OCollate getCollate()
getCollate in interface OIndexDefinitionpublic void setCollate(OCollate collate)
setCollate in interface OIndexDefinitionpublic void setCollate(String iCollate)
public boolean equals(Object o)
OIndexDefinitionequals in interface OIndexDefinitionequals in class ODocumentWrapperpublic int hashCode()
OIndexDefinitionhashCode in interface OIndexDefinitionhashCode in class ODocumentWrapperpublic boolean isNullValuesIgnored()
isNullValuesIgnored in interface OIndexDefinitionpublic void setNullValuesIgnored(boolean value)
setNullValuesIgnored in interface OIndexDefinitionprotected void serializeToStream()
protected void serializeFromStream()
Copyright © 2009–2025 OrientDB. All rights reserved.