public interface PgqlResultElement
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnName()
Returns the name of the projected PGQL column for this result element
|
PgqlColumnDescriptor.Type |
getColumnType()
Returns the type of column:
|
java.lang.Object |
getContents()
Returns the value of this result element.
|
int |
getValueType()
Returns the type of value for elements with VALUE column type.
|
java.lang.String getColumnName()
PgqlColumnDescriptor.Type getColumnType()
PgqlColumnDescriptor.Type.VERTEX
PgqlColumnDescriptor.Type.EDGE
PgqlColumnDescriptor.Type.VALUE
java.lang.Object getContents() throws oracle.pgql.lang.PgqlException
oracle.pgql.lang.PgqlException
- when attempting to get a vertex
or an edge objectint getValueType()
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.