| Package | Description |
|---|---|
| oracle.pgx.api.expansion |
This package contains classes and utilities to support the subgraph expansion functionality.
|
| oracle.pgx.api.subgraph |
This package contains classes and utilities to support the subgraph reading functionality.
|
| oracle.pgx.common.types |
This package contains enums and helper classes identifying common PGX types.
|
| oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
| Modifier and Type | Method and Description |
|---|---|
PreparedPgViewPgqlQuery |
PreparedPgViewPgqlQuery.withArg(int position,
QueryArgumentType type,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
PreparedPgViewPgqlQuery |
PreparedPgViewPgqlQuery.withArg(int position,
QueryArgumentType type,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
static QueryArgumentType |
QueryArgumentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QueryArgumentType[] |
QueryArgumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueryArgumentType |
PreparedQueryArgumentConfig.getType()
argument type
|
| Modifier and Type | Method and Description |
|---|---|
PreparedQueryArgumentConfigBuilder |
PreparedQueryArgumentConfigBuilder.setType(QueryArgumentType type)
argument type
|