
public class OPropertyRemote extends OPropertyImpl
OProperty.ATTRIBUTEScollate, customFields, defaultValue, description, document, globalRef, linkedClass, linkedType, mandatory, max, min, notNull, owner, readonly, regexp| Constructor and Description |
|---|
OPropertyRemote(OClassImpl oClassImpl,
OGlobalProperty global) |
acquireSchemaReadLock, acquireSchemaWriteLock, checkEmbedded, checkForDateFormat, checkLinkTypeSupport, checkSupportLinkedClass, compareTo, dropIndexesInternal, equals, fromStream, fromStream, get, getAllIndexes, getCollate, getCustom, getCustomInternal, getCustomKeys, getDatabase, getDefaultValue, getDescription, getFullName, getFullNameQuoted, getId, getIndex, getIndexes, getLinkedClass, getLinkedType, getMax, getMin, getName, getOwnerClass, getRegexp, getType, hashCode, isDistributedCommand, isIndexed, isMandatory, isNotNull, isReadonly, quoteString, releaseSchemaReadLock, releaseSchemaWriteLock, removeCustom, set, setCollate, toNetworkStream, toStream, toStringpublic OPropertyRemote(OClassImpl oClassImpl, OGlobalProperty global)
public OPropertyImpl setType(OType type)
public OProperty setName(java.lang.String name)
public OPropertyImpl setDescription(java.lang.String iDescription)
public OProperty setCollate(java.lang.String collate)
public void clearCustom()
public OPropertyImpl setCustom(java.lang.String name, java.lang.String value)
public OPropertyImpl setRegexp(java.lang.String regexp)
public OPropertyImpl setLinkedClass(OClass linkedClass)
public OPropertyImpl setNotNull(boolean isNotNull)
public OPropertyImpl setDefaultValue(java.lang.String defaultValue)
public OPropertyImpl setMax(java.lang.String max)
public OPropertyImpl setMin(java.lang.String min)
public OPropertyImpl setReadonly(boolean isReadonly)
public OPropertyImpl setMandatory(boolean isMandatory)
public OIndex createIndex(java.lang.String iType)
createIndex in interface OPropertycreateIndex in class OPropertyImplpublic OIndex createIndex(OClass.INDEX_TYPE iType)
createIndex in interface OPropertycreateIndex in class OPropertyImplpublic OIndex createIndex(java.lang.String iType, ODocument metadata)
createIndex in interface OPropertycreateIndex in class OPropertyImplpublic OIndex createIndex(OClass.INDEX_TYPE iType, ODocument metadata)
createIndex in interface OPropertycreateIndex in class OPropertyImplpublic OPropertyImpl dropIndexes()
dropIndexes in interface OPropertydropIndexes in class OPropertyImplCopyright © 2009–2022 OrientDB. All rights reserved.