Class OSequenceLibraryProxy
java.lang.Object
com.orientechnologies.orient.core.db.record.OProxedResource<OSequenceLibraryImpl>
com.orientechnologies.orient.core.metadata.sequence.OSequenceLibraryAbstract
com.orientechnologies.orient.core.metadata.sequence.OSequenceLibraryProxy
- All Implemented Interfaces:
OSequenceLibrary
- Since:
- 3/2/2015
- Author:
- Matan Shukry (matanshukry@gmail.com)
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.db.record.OProxedResource
database, delegate -
Constructor Summary
ConstructorsConstructorDescriptionOSequenceLibraryProxy(OSequenceLibraryImpl iDelegate, ODatabaseDocumentInternal iDatabase) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidcreate()createSequence(String iName, OSequence.SEQUENCE_TYPE sequenceType, OSequence.CreateParams params) voiddropSequence(String iName) Deprecated.getSequence(String iName) intvoidload()
-
Constructor Details
-
OSequenceLibraryProxy
-
-
Method Details
-
getSequenceNames
-
getSequenceCount
public int getSequenceCount() -
getSequence
-
createSequence
public OSequence createSequence(String iName, OSequence.SEQUENCE_TYPE sequenceType, OSequence.CreateParams params) throws ODatabaseException - Throws:
ODatabaseException
-
dropSequence
Deprecated.- Throws:
ODatabaseException
-
create
public void create() -
load
public void load() -
close
public void close() -
getDelegate
-