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(java.lang.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 java.sql.ResultSet |
OraclePropertyGraph.getTopK(java.sql.Connection conn, java.lang.StringBuilder sbTabName, int iColIdx, OraclePropertyGraph.Sort sort, int k, int iDOP)
Returns the top K rows of a given table.
|
java.sql.ResultSet |
OraclePropertyGraph.getTopK(java.lang.StringBuilder sbTabName, int iColIdx, OraclePropertyGraph.Sort sort, int k)
Returns the top K rows of a given table.
|
java.sql.ResultSet |
OraclePropertyGraph.getTopK(java.lang.StringBuilder sbTabName, int iColIdx, OraclePropertyGraph.Sort sort, int k, int iDOP)
Returns the top K rows of a given table.
|
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.