Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
Modifier and Type | Method and Description |
---|---|
static SQLAnalyticsGraph.Sort |
SQLAnalyticsGraph.Sort.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SQLAnalyticsGraph.Sort[] |
SQLAnalyticsGraph.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 |
SQLAnalyticsGraph.getTopK(java.sql.Connection conn,
java.lang.StringBuilder sbTabName,
int iColIdx,
SQLAnalyticsGraph.Sort sort,
int k,
int iDOP)
Returns the top K rows of a given table.
|
java.sql.ResultSet |
SQLAnalyticsGraph.getTopK(java.lang.StringBuilder sbTabName,
int iColIdx,
SQLAnalyticsGraph.Sort sort,
int k)
Returns the top K rows of a given table.
|
java.sql.ResultSet |
SQLAnalyticsGraph.getTopK(java.lang.StringBuilder sbTabName,
int iColIdx,
SQLAnalyticsGraph.Sort sort,
int k,
int iDOP)
Returns the top K rows of a given table.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.