Namespace DbExport.Providers.Firebird

Classes

FirebirdCodeGenerator

Generates SQL code specific to the Firebird database system. This class provides methods to process various database objects and options, translating them into Firebird-compatible SQL scripts.

FirebirdOptions

Represents configuration options for Firebird database operations.

FirebirdSchemaProvider

Provides schema-related operations for Firebird databases, including retrieval of table names, column names, index names, foreign key names, and metadata. Implements the ISchemaProvider interface to support interaction with Firebird database schemas.

FirebirdScriptExecutor

Provides functionality to execute Firebird SQL scripts against a Firebird database.