C# Class MySqlConverter.FromSQLiteConversion

Inheritance: FromSQLiteConversionBase
ファイルを表示 Open project: johnmbaughman/SQLiteConverter Class Usage Examples

Public Methods

Method Description
ConvertToDatabase ( ConversionHandler conversionHandler, TableSelectionHandler tableSelectionHandler, FailedViewDefinitionHandler failedViewDefinitionHandler, bool createTriggers ) : void
FromSQLiteConversion ( ConnectionStringSettings sqliteConnectionStringSettings, ConnectionStringSettings otherConnectionStringSettings ) : System.Configuration

Protected Methods

Method Description
ConvertSourceDatabaseToDestination ( ConversionHandler conversionHandler, TableSelectionHandler tableSelectionHandler, FailedViewDefinitionHandler failedViewDefinitionHandler, bool createTriggers ) : void
CopySourceDataToDestination ( ConversionHandler conversionHandler ) : void

Method Details

ConvertSourceDatabaseToDestination() protected method

protected ConvertSourceDatabaseToDestination ( ConversionHandler conversionHandler, TableSelectionHandler tableSelectionHandler, FailedViewDefinitionHandler failedViewDefinitionHandler, bool createTriggers ) : void
conversionHandler ConversionHandler
tableSelectionHandler TableSelectionHandler
failedViewDefinitionHandler FailedViewDefinitionHandler
createTriggers bool
return void

ConvertToDatabase() public method

public ConvertToDatabase ( ConversionHandler conversionHandler, TableSelectionHandler tableSelectionHandler, FailedViewDefinitionHandler failedViewDefinitionHandler, bool createTriggers ) : void
conversionHandler ConversionHandler
tableSelectionHandler TableSelectionHandler
failedViewDefinitionHandler FailedViewDefinitionHandler
createTriggers bool
return void

CopySourceDataToDestination() protected method

protected CopySourceDataToDestination ( ConversionHandler conversionHandler ) : void
conversionHandler ConversionHandler
return void

FromSQLiteConversion() public method

public FromSQLiteConversion ( ConnectionStringSettings sqliteConnectionStringSettings, ConnectionStringSettings otherConnectionStringSettings ) : System.Configuration
sqliteConnectionStringSettings System.Configuration.ConnectionStringSettings
otherConnectionStringSettings System.Configuration.ConnectionStringSettings
return System.Configuration