public class PgqlResultElementImpl extends java.lang.Object implements 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 |
toString()
Creates a string for this result element.
|
public java.lang.String getColumnName()
getColumnName in interface PgqlResultElementpublic PgqlColumnDescriptor.Type getColumnType()
PgqlColumnDescriptor.Type.VERTEX
PgqlColumnDescriptor.Type.EDGE
PgqlColumnDescriptor.Type.VALUE
getColumnType in interface PgqlResultElementpublic java.lang.Object getContents()
throws oracle.pgql.lang.PgqlException
getContents in interface PgqlResultElementoracle.pgql.lang.PgqlException - when attempting to get a vertex or an edge objectpublic int getValueType()
getValueType in interface PgqlResultElementpublic java.lang.String toString()
toString in class java.lang.Object