Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the logic specific to the property graph support on Oracle Database.
|
Modifier and Type | Method and Description |
---|---|
static OraclePropertyGraph.Sort |
OraclePropertyGraph.Sort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OraclePropertyGraph.Sort[] |
OraclePropertyGraph.Sort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ResultSet |
OraclePropertyGraph.getTopK(Connection conn,
StringBuilder sbTabName,
int iColIdx,
OraclePropertyGraph.Sort sort,
int k,
int iDOP)
Returns the top K rows of a given table.
|
ResultSet |
OraclePropertyGraph.getTopK(StringBuilder sbTabName,
int iColIdx,
OraclePropertyGraph.Sort sort,
int k)
Returns the top K rows of a given table.
|
ResultSet |
OraclePropertyGraph.getTopK(StringBuilder sbTabName,
int iColIdx,
OraclePropertyGraph.Sort sort,
int k,
int iDOP)
Returns the top K rows of a given table.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.