Uses of Class
oracle.pg.imports.GraphImportInputFormat
-
Packages that use GraphImportInputFormat Package Description oracle.pg.imports This package contains the APIs for importing GraphSON files into property graph formats for Oracle Database. -
-
Uses of GraphImportInputFormat in oracle.pg.imports
Fields in oracle.pg.imports declared as GraphImportInputFormat Modifier and Type Field Description static GraphImportInputFormatGraphImporter. DEFAULT_INPUT_FORMATMethods in oracle.pg.imports that return GraphImportInputFormat Modifier and Type Method Description GraphImportInputFormatGraphImporter. getInFormat()GraphImportInputFormatGraphImporter.Builder. getInputFormat()static GraphImportInputFormatGraphImportInputFormat. 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.Methods in oracle.pg.imports with parameters of type GraphImportInputFormat Modifier and Type Method Description GraphImporter.BuilderGraphImporter.Builder. setInputFormat(GraphImportInputFormat inFormat)
-