Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the logic specific to the property graph support on Oracle Database.
|
Modifier and Type | Field and Description |
---|---|
static PGUtils.RDFPredicate[] |
PGUtils.CONST_ALL_PRED2EDGES
Deprecated.
these constant does not need to be public, only for testing
|
static PGUtils.RDFPredicate[] |
PGUtils.CONST_NO_VERTEX_ATTR
Deprecated.
these constant does not need to be public, only for testing
|
Modifier and Type | Method and Description |
---|---|
static PGUtils.RDFPredicate |
PGUtils.RDFPredicate.getInstance(java.lang.String uri)
This methods creates an instance of RDFPredicate
|
static PGUtils.RDFPredicate |
PGUtils.RDFPredicate.getInstance(java.lang.String uri, java.lang.String label)
This methods creates an instance of RDFPredicate
|
static PGUtils.RDFPredicate |
PGUtils.RDFPredicate.getInstance(java.lang.String uri, java.lang.String label, java.lang.Double weight)
This methods creates an instance of RDFPredicate
|
Modifier and Type | Method and Description |
---|---|
static void |
PGUtils.createPropertyGraphViewOnRDF(java.sql.Connection conn, java.lang.String pgGraphName, java.lang.String rdfModelName, boolean virtualModel, PGUtils.RDFPredicate[] predListForVertexAttrs, PGUtils.RDFPredicate[] predListForEdges)
This method creates the property graph views (vertex and edge views) for the given RDF model.
|
static void |
PGUtils.createPropertyGraphViewOnRDF(java.sql.Connection conn, java.lang.String pgGraphName, java.lang.String rdfModelName, boolean virtualModel, PGUtils.RDFPredicate[] predListForVertexAttrs, PGUtils.RDFPredicate[] predListForEdges)
This method creates the property graph views (vertex and edge views) for the given RDF model.
|
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.