Package | Description |
---|---|
oracle.pg.common.csvconverter |
Modifier and Type | Class and Description |
---|---|
class |
CSV2OPGConfig |
Modifier and Type | Method and Description |
---|---|
CSV2OPEConfig |
CSV2OPEConfig.setDvidColumnName(String dvidColumnName)
Setter for the column name that will be used as DVID.
|
CSV2OPEConfig |
CSV2OPEConfig.setEidColumnName(String eidColumnName)
Setter for the edge id column name
|
CSV2OPEConfig |
CSV2OPEConfig.setElColumnName(String elColumnName)
Getter for the column name that will be used as edge label param elColumnName
|
CSV2OPEConfig |
CSV2OPEConfig.setHasEdgeLabelColumn(boolean hasEdgeLabelColumn)
Setter for hasEdgeLabelCol
|
CSV2OPEConfig |
CSV2OPEConfig.setOffsetDVID(long lOffsetDVID)
Setter for the offset to the DVID.
|
CSV2OPEConfig |
CSV2OPEConfig.setOffsetEID(long offsetEID)
Setter for the edge id offset.
|
CSV2OPEConfig |
CSV2OPEConfig.setOffsetSVID(long lOffsetSVID)
Setter for the offset to the SVID.
|
CSV2OPEConfig |
CSV2OPEConfig.setSvidColumnName(String svidColumnName)
Setter for the column name that will be used as SVID.
|
Modifier and Type | Method and Description |
---|---|
static void |
OraclePropertyGraphCSVConverter.convertCSV2OPE(InputStream inCSV, CSV2OPEConfig config, OutputStream opeOS)
Converts a property graph file for edges in CSV format into Oracle Flat File format using the specified configuration.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.