Constructor and Description |
---|
OGraphEngineForDB(OER2GraphMapper mapper,
ODBMSDataTypeHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
OHSQLDBDataTypeHandler
Handler that executes type conversions from HSQLDB DBMS to the OrientDB types.
|
class |
OMySQLDataTypeHandler
Handler that executes type conversions from MySQL DBMS to the OrientDB types.
|
class |
OOracleDataTypeHandler
Handler that executes type conversions from Oracle DBMS to the OrientDB types.
|
class |
OPostgreSQLDataTypeHandler
Handler that executes type conversions from PostgreSQL DBMS to the OrientDB types.
|
class |
OSQLServerDataTypeHandler
Handler that executes type conversions from SQLServer DBMS to the OrientDB types.
|
Modifier and Type | Method and Description |
---|---|
abstract OER2GraphMapper |
OAbstractDBMSImportStrategy.createSchemaMapper(OSourceDatabaseInfo sourceDBInfo,
String chosenMapper,
String xmlPath,
ONameResolver nameResolver,
ODBMSDataTypeHandler handler,
List<String> includedTables,
List<String> excludedTables,
OConfiguration migrationConfig) |
OER2GraphMapper |
ODBMSNaiveStrategy.createSchemaMapper(OSourceDatabaseInfo sourceDBInfo,
String chosenMapper,
String xmlPath,
ONameResolver nameResolver,
ODBMSDataTypeHandler handler,
List<String> includedTables,
List<String> excludedTables,
OConfiguration migrationConfig) |
OER2GraphMapper |
ODBMSNaiveAggregationStrategy.createSchemaMapper(OSourceDatabaseInfo sourceDBInfo,
String chosenMapper,
String xmlPath,
ONameResolver nameResolver,
ODBMSDataTypeHandler handler,
List<String> includedTables,
List<String> excludedTables,
OConfiguration migrationConfig) |
OER2GraphMapper |
ODBMSModelBuildingAggregationStrategy.createSchemaMapper(OSourceDatabaseInfo sourceDBInfo,
String outOrientGraphUri,
String chosenMapper,
String xmlPath,
ONameResolver nameResolver,
ODBMSDataTypeHandler handler,
List<String> includedTables,
List<String> excludedTables,
OConfiguration migrationConfig) |
abstract OER2GraphMapper |
OAbstractDBMSModelBuildingStrategy.createSchemaMapper(OSourceDatabaseInfo sourceDBInfo,
String outOrientGraphUri,
String chosenMapper,
String xmlPath,
ONameResolver nameResolver,
ODBMSDataTypeHandler handler,
List<String> includedTables,
List<String> excludedTables,
OConfiguration migrationConfig) |
OER2GraphMapper |
ODBMSSimpleModelBuildingStrategy.createSchemaMapper(OSourceDatabaseInfo sourceDBInfo,
String outOrientGraphUri,
String chosenMapper,
String xmlPath,
ONameResolver nameResolver,
ODBMSDataTypeHandler handler,
List<String> includedTables,
List<String> excludedTables,
OConfiguration migrationConfig) |
abstract void |
OAbstractDBMSImportStrategy.executeImport(OSourceDatabaseInfo sourceDBInfo,
String outOrientGraphUri,
OSource2GraphMapper mapper,
ODBMSDataTypeHandler handler) |
void |
ODBMSNaiveStrategy.executeImport(OSourceDatabaseInfo sourceDBInfo,
String dbName,
OSource2GraphMapper genericMapper,
ODBMSDataTypeHandler handler) |
void |
ODBMSNaiveAggregationStrategy.executeImport(OSourceDatabaseInfo sourceDBInfo,
String dbName,
OSource2GraphMapper genericMapper,
ODBMSDataTypeHandler handler) |
protected boolean |
OAbstractDBMSImportStrategy.hasGeospatialAttributes(OEntity entity,
ODBMSDataTypeHandler handler) |
Copyright © 2015–2024 OrientDB. All rights reserved.