|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sequence | |
|---|---|
| org.eclipse.jpt.jpa.db | |
| Uses of Sequence in org.eclipse.jpt.jpa.db |
|---|
| Methods in org.eclipse.jpt.jpa.db that return Sequence | |
|---|---|
Sequence |
Schema.getSequenceForIdentifier(java.lang.String identifier)
Return the sequence for the specified identifier. |
Sequence |
Schema.getSequenceNamed(java.lang.String name)
Return the sequence with the specified name. |
| Methods in org.eclipse.jpt.jpa.db that return types with arguments of type Sequence | |
|---|---|
java.lang.Iterable<Sequence> |
Schema.getSequences()
Return the schema's sequences. |
| Methods in org.eclipse.jpt.jpa.db with parameters of type Sequence | |
|---|---|
void |
ConnectionListener.sequenceChanged(ConnectionProfile profile,
Sequence sequence)
|
void |
ConnectionAdapter.sequenceChanged(ConnectionProfile profile,
Sequence sequence)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||