public interface EdgeOperation
| Modifier and Type | Method and Description |
|---|---|
org.plasma.sdo.PlasmaType |
getBaseType()
Returns the base type of the collection.
|
long |
getCount()
Returns the (cached) count of members of the collection.
|
String |
getPath()
Returns the traversal path (in XPath syntax) for the location of the
collection relative to the root of the graph where the collection is
instantiated.
|
List<DefaultEdgeOperation.KeyBytes> |
getRowKeys()
Returns the row keys for entities of the collection.
|
Set<Long> |
getSequences()
Returns the sequence identifiers for entities of the collection.
|
org.plasma.sdo.PlasmaType |
getSubType()
Returns the subtype or null if none exists
|
String |
getTable()
Returns the name of the table where the collection is instantiated.
|
boolean |
hasSequence(Long seq) |
boolean |
isExternal()
Returns true if the collection is external, that is if the type for the
collection is 'bound' to a physical table.
|
org.plasma.sdo.PlasmaType getBaseType()
String getPath()
Set<Long> getSequences()
boolean hasSequence(Long seq)
org.plasma.sdo.PlasmaType getSubType()
sequence - the sequenceString getTable()
List<DefaultEdgeOperation.KeyBytes> getRowKeys()
boolean isExternal()
long getCount()
Copyright © 2021. All Rights Reserved.