public interface OSequenceLibrary
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
void |
create()
Deprecated.
|
OSequence |
createSequence(String iName,
OSequence.SEQUENCE_TYPE sequenceType,
OSequence.CreateParams params) |
void |
dropSequence(String iName) |
OSequence |
getSequence(String iName) |
int |
getSequenceCount() |
Set<String> |
getSequenceNames() |
void |
load()
Deprecated.
|
int getSequenceCount()
OSequence createSequence(String iName, OSequence.SEQUENCE_TYPE sequenceType, OSequence.CreateParams params) throws ODatabaseException
ODatabaseException
void dropSequence(String iName) throws ODatabaseException
ODatabaseException
@Deprecated void create()
@Deprecated void close()
@Deprecated void load()
Copyright © 2009–2020 OrientDB. All rights reserved.