Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
PatternMatchingSemantic |
PgxSession.getPatternMatchingSemantic() |
Modifier and Type | Method and Description |
---|---|
PgqlResultSet |
PgxGraph.queryPgql(java.lang.String pgqlString, PatternMatchingSemantic patternMatchingSemantic)
Blocking version of
PgxGraph.queryPgql(String, PatternMatchingSemantic) . |
PgxFuture<PgqlResultSet> |
PgxGraph.queryPgqlAsync(java.lang.String pgqlString, PatternMatchingSemantic patternMatchingSemantic)
Submits a pattern matching query.
|
void |
PgxSession.setPatternMatchingSemantic(PatternMatchingSemantic patternMatchingSemantic)
Set the pattern matching semantic of the session.
|
Modifier and Type | Method and Description |
---|---|
PatternMatchingSemantic |
PgxConfig.getPatternMatchingSemantic()
the graph pattern matching semantic which is either homomorphism or isomorphism
|
static PatternMatchingSemantic |
PatternMatchingSemantic.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatternMatchingSemantic[] |
PatternMatchingSemantic.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PgxConfigBuilder |
PgxConfigBuilder.setPatternMatchingSemantic(PatternMatchingSemantic patternMatchingSemantic)
the graph pattern matching semantic which is either homomorphism or isomorphism
|
Copyright © 2017 Oracle Corp. All Rights Reserved.