Uses of Class
oracle.pg.imports.GraphImportOutputFormat
-
Packages that use GraphImportOutputFormat Package Description oracle.pg.imports This package contains the APIs for importing GraphSON files into property graph formats for Oracle Database. -
-
Uses of GraphImportOutputFormat in oracle.pg.imports
Fields in oracle.pg.imports declared as GraphImportOutputFormat Modifier and Type Field Description static GraphImportOutputFormatGraphImporter. DEFAULT_OUTPUT_FORMATMethods in oracle.pg.imports that return GraphImportOutputFormat Modifier and Type Method Description GraphImportOutputFormatGraphImporter. getOutFormat()GraphImportOutputFormatGraphImporter.Builder. getOutputFormat()static GraphImportOutputFormatGraphImportOutputFormat. 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.Methods in oracle.pg.imports with parameters of type GraphImportOutputFormat Modifier and Type Method Description GraphImporter.BuilderGraphImporter.Builder. setOutputFormat(GraphImportOutputFormat outFormat)
-