Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the logic specific to the property graph support on Oracle Database.
|
Modifier and Type | Class and Description |
---|---|
class |
OraclePgqlColumnDescriptorImpl
Describes the metadata for a logical column in a PGQL query result.
|
Modifier and Type | Method and Description |
---|---|
OraclePgqlColumnDescriptor[] |
OraclePgqlSqlTrans.getReturnTypes()
Returns an array of column descriptors for the result columns in the query result.
|
OraclePgqlColumnDescriptor[] |
OraclePgqlSqlTransImpl.getReturnTypes()
Returns an array of column descriptors for the result columns in the query result.
|
Constructor and Description |
---|
OraclePgqlSqlTransImpl(OraclePgqlColumnDescriptor[] returnTypes, java.lang.StringBuffer sqlBuff, java.util.List<java.lang.Object> sqlBvList)
Constructor
|
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.