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 |
---|---|
oracle.pgx.config.PatternMatchingSemantic |
PgxSession.getPatternMatchingSemantic()
Deprecated.
since 2.5.0; use the built-in PGQL function all_different(v1, v2, ...)
|
Modifier and Type | Method and Description |
---|---|
PgqlResultSet |
PgxGraph.queryPgql(java.lang.String pgqlString, oracle.pgx.config.PatternMatchingSemantic patternMatchingSemantic)
Deprecated.
since 2.5.0, use
PgxGraph.queryPgql(String) and PGQL function all_different(v1, v2, ...) to find patterns that are isomorphic |
PgxFuture<PgqlResultSet> |
PgxGraph.queryPgqlAsync(java.lang.String pgqlString, oracle.pgx.config.PatternMatchingSemantic patternMatchingSemantic)
Deprecated.
since 2.5.0, use
PgxGraph.queryPgqlAsync(String) and PGQL function all_different(v1, v2, ...) to find patterns that are isomorphic |
void |
PgxSession.setPatternMatchingSemantic(oracle.pgx.config.PatternMatchingSemantic patternMatchingSemantic)
Deprecated.
since 2.5.0; use the built-in PGQL function all_different(v1, v2, ...)
|
Modifier and Type | Method and Description |
---|---|
oracle.pgx.config.PatternMatchingSemantic |
PgxConfig.getPatternMatchingSemantic()
Deprecated.
|
static oracle.pgx.config.PatternMatchingSemantic |
PatternMatchingSemantic.valueOf(java.lang.String name)
Deprecated.
|
static oracle.pgx.config.PatternMatchingSemantic[] |
PatternMatchingSemantic.values()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PgxConfigBuilder |
PgxConfigBuilder.setPatternMatchingSemantic(oracle.pgx.config.PatternMatchingSemantic patternMatchingSemantic)
Deprecated.
use the built-in PGQL function all_different(v1, v2, ...) instead
|
Copyright © 2017 Oracle Corp. All Rights Reserved.