public class OraclePgqlResultElementImpl extends java.lang.Object implements OraclePgqlResultElement
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumnName()
Returns the name of the projected PGQL column for this result element
|
OraclePgqlColumnDescriptor.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 OraclePgqlResultElementpublic OraclePgqlColumnDescriptor.Type getColumnType()
OraclePgqlColumnDescriptor.Type.VERTEX
OraclePgqlColumnDescriptor.Type.EDGE
OraclePgqlColumnDescriptor.Type.VALUE
getColumnType in interface OraclePgqlResultElement
public java.lang.Object getContents()
throws OraclePropertyGraphException
OracleVertex, OracleEdge, or a standard Java Object type for property values.getContents in interface OraclePgqlResultElementOraclePropertyGraphExceptionpublic int getValueType()
getValueType in interface OraclePgqlResultElementpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.