| Package | Description |
|---|---|
| oracle.pg.imports |
This package contains the APIs for importing GraphSON files into property graph formats for Oracle Database.
|
| Modifier and Type | Field and Description |
|---|---|
static GraphImportOutputFormat |
GraphImporter.DEFAULT_OUTPUT_FORMAT |
| Modifier and Type | Method and Description |
|---|---|
GraphImportOutputFormat |
GraphImporter.getOutFormat() |
GraphImportOutputFormat |
GraphImporter.Builder.getOutputFormat() |
static GraphImportOutputFormat |
GraphImportOutputFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphImportOutputFormat[] |
GraphImportOutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GraphImporter.Builder |
GraphImporter.Builder.setOutputFormat(GraphImportOutputFormat outFormat) |