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 GraphImportInputFormat |
GraphImporter.DEFAULT_INPUT_FORMAT |
Modifier and Type | Method and Description |
---|---|
GraphImportInputFormat |
GraphImporter.getInFormat() |
GraphImportInputFormat |
GraphImporter.Builder.getInputFormat() |
static GraphImportInputFormat |
GraphImportInputFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphImportInputFormat[] |
GraphImportInputFormat.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.setInputFormat(GraphImportInputFormat inFormat) |