Package | Description |
---|---|
oracle.pg.common |
This package contains the common logic that is shared by all the backend databases including Oracle Database, Oracle NoSQL Database, and Apache HBase.
|
oracle.pg.hbase |
This package contains the APIs specific to the property graph support on Apache HBase.
|
oracle.pg.nosql |
This package contains the APIs specific to the property graph support on the Oracle NoSQL Database.
|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
Modifier and Type | Method and Description |
---|---|
static void |
OracleConvertersUtilsBase.convertCSV2OPE(java.io.InputStream inCSV, java.lang.String eidColName, long lOffsetEID, java.lang.String svidColName, java.lang.String dvidColName, boolean hasEdgeLabelCol, java.lang.String elColName, ColumnToAttrMapping[] ctams, int dop, long lOffsetLines, java.io.OutputStream opeOS, DataConverterListener dcl, BackendConfig bc)
Converts a property graph file for edges in CSV format into Oracle Flat File format.
|
static void |
OracleConvertersUtilsBase.convertRDBMSTable2OPE(java.sql.Connection conn, java.lang.String rdbmsTableName, java.lang.String eidColName, long lEIDOffset, java.lang.String svidColName, java.lang.String dvidColName, long lVIDOffset, boolean bHasEdgeLabelCol, java.lang.String elColName, ColumnToAttrMapping[] ctams, int dop, java.io.OutputStream opeOS, DataConverterListener dcl, BackendConfig bc)
Converts the data from the specified relational table (from the default schema) into a set of edges in Oracle Flat-File format (ope) and saves the data into the given output stream.
|
static void |
OracleConvertersUtilsBase.convertRDBMSTable2OPE(java.sql.Connection conn, java.lang.String rdbmsTableName, java.lang.String eidColName, long lEIDOffset, java.lang.String svidColName, java.lang.String dvidColName, long lSVIDOffset, long lDVIDOffset, boolean bHasEdgeLabelCol, java.lang.String elColName, ColumnToAttrMapping[] ctams, int dop, java.io.OutputStream opeOS, DataConverterListener dcl, BackendConfig bc)
Converts the data from the specified relational table (from the default schema) into a set of edges in Oracle Flat-File format (ope) and saves the data into the given output stream.
|
static void |
OracleConvertersUtilsBase.convertRDBMSTable2OPE(java.sql.Connection conn, java.lang.String schema, java.lang.String rdbmsTableName, java.lang.String eidColName, long lEIDOffset, java.lang.String svidColName, java.lang.String dvidColName, long lVIDOffset, boolean bHasEdgeLabelCol, java.lang.String elColName, ColumnToAttrMapping[] ctams, int dop, java.io.OutputStream opeOS, DataConverterListener dcl, BackendConfig bc)
Converts the data from the specified relational table (from the default schema) into a set of edges in Oracle Flat-File format (ope) and saves the data into the given output stream.
|
static void |
OracleConvertersUtilsBase.convertRDBMSTable2OPE(java.sql.Connection conn, java.lang.String schema, java.lang.String rdbmsTableName, java.lang.String eidColName, long lEIDOffset, java.lang.String svidColName, java.lang.String dvidColName, long lSVIDOffset, long lDVIDOffset, boolean bHasEdgeLabelCol, java.lang.String elColName, ColumnToAttrMapping[] ctams, int dop, java.io.OutputStream opeOS, DataConverterListener dcl, BackendConfig bc)
This method converts given rdbms table to a ope file
|
static void |
OracleConvertersUtilsBase.convertRDBMSTable2OPV(java.sql.Connection conn, java.lang.String rdbmsTableName, java.lang.String vidColName, long lVIDOffset, ColumnToAttrMapping[] ctams, int dop, java.io.OutputStream opvOS, DataConverterListener dcl, BackendConfig bc)
Converts the data from the specified relational table into a set of vertices in Oracle Flat-File format (opv) and saves the data into the given output stream.
|
static void |
OracleConvertersUtilsBase.convertRDBMSTable2OPV(java.sql.Connection conn, java.lang.String schema, java.lang.String rdbmsTableName, java.lang.String vidColName, long lVIDOffset, ColumnToAttrMapping[] ctams, int dop, java.io.OutputStream opvOS, DataConverterListener dcl, BackendConfig bc)
Converts given rdbms table to a opv file.
|
Modifier and Type | Class and Description |
---|---|
class |
BackendConfigHBaseDb
A class for provide the Backend confing parameters for serialization syntax checking in HBase DB
|
Modifier and Type | Method and Description |
---|---|
static BackendConfig |
BackendConfigHBaseDb.getInstance() |
Modifier and Type | Class and Description |
---|---|
class |
BackendConfigOracleNosqlDb
A class for provide the Backend confing parameters for serialization syntax checking in Oracle Nosql DB
|
Modifier and Type | Method and Description |
---|---|
static BackendConfig |
BackendConfigOracleNosqlDb.getInstance() |
Modifier and Type | Class and Description |
---|---|
class |
BackendConfigOracleRdbms |
Modifier and Type | Method and Description |
---|---|
static BackendConfig |
BackendConfigOracleRdbms.getInstance()
Gets a new instance of BackendConfigOracleRdbms
|
static BackendConfig |
BackendConfigOracleRdbms.getInstance(int nVectorLabelSizeLimit, int nEdgeLabelSizeLimit, int nPropertyNameSizeLimit, int nPropertyValueSizeLimit, boolean bVectorLabelSizeLimit, boolean bEdgeLabelSizeLimit, boolean bPropertyNameSizeLimit, boolean bPropertyValueSizeLimit)
Gets a new instance of BackendConfigOracleRdbms with the specified parameters.
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.