Class OSequenceLibraryAbstract
java.lang.Object
com.orientechnologies.orient.core.db.record.OProxedResource<OSequenceLibraryImpl>
com.orientechnologies.orient.core.metadata.sequence.OSequenceLibraryAbstract
- All Implemented Interfaces:
OSequenceLibrary
- Direct Known Subclasses:
OSessionSequenceLibrary
public abstract class OSequenceLibraryAbstract
extends OProxedResource<OSequenceLibraryImpl>
implements OSequenceLibrary
- Author:
- mdjurovi
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.db.record.OProxedResource
database, delegate -
Constructor Summary
ConstructorsConstructorDescriptionOSequenceLibraryAbstract(OSequenceLibraryImpl iDelegate, ODatabaseDocumentInternal iDatabase) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.metadata.sequence.OSequenceLibrary
createSequence, dropSequence, getSequence, getSequenceCount, getSequenceNames
-
Constructor Details
-
OSequenceLibraryAbstract
public OSequenceLibraryAbstract(OSequenceLibraryImpl iDelegate, ODatabaseDocumentInternal iDatabase)
-