public class OSequenceLibraryProxy extends OSequenceLibraryAbstract
database, delegate
Constructor and Description |
---|
OSequenceLibraryProxy(OSequenceLibraryImpl iDelegate,
ODatabaseDocumentInternal iDatabase) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
create() |
OSequence |
createSequence(String iName,
OSequence.SEQUENCE_TYPE sequenceType,
OSequence.CreateParams params) |
void |
dropSequence(String iName)
Deprecated.
|
OSequenceLibraryImpl |
getDelegate() |
OSequence |
getSequence(String iName) |
int |
getSequenceCount() |
Set<String> |
getSequenceNames() |
void |
load() |
public OSequenceLibraryProxy(OSequenceLibraryImpl iDelegate, ODatabaseDocumentInternal iDatabase)
public int getSequenceCount()
public OSequence createSequence(String iName, OSequence.SEQUENCE_TYPE sequenceType, OSequence.CreateParams params) throws ODatabaseException
ODatabaseException
@Deprecated public void dropSequence(String iName) throws ODatabaseException
ODatabaseException
public void create()
public void load()
public void close()
public OSequenceLibraryImpl getDelegate()
Copyright © 2009–2020 OrientDB. All rights reserved.