Firebird ADO.NET Provider SDK Documentation - v1.7

FirebirdSql.Data.Firebird.Isql Namespace

Namespace hierarchy

Classes

Class Description
CommandExecutedEventArgs Summary description for CommandExecutedEventArgs.
CommandExecutingEventArgs CommandExecutingEventArgs encapsulates the events arguments for the event trigged from the FbBatchExecution during the execution.
FbBatchExecution Summary description for BatchExecution.
FbScript FbScript parses a SQL file and returns its SQL statements. The class take in consideration that the statement separator can change in code. For instance, in Firebird databases the statement SET TERM !! ; will change the statement token terminator ; into !!.
StringParser StringParser parses a string returnning the (sub)strings between tokens.

Delegates

Delegate Description
CommandExecutedEventHandler The event handler type trigged after a SQL statement execution.
CommandExecutingEventHandler The event handler type trigged before a SQL statement execution.

Enumerations

Enumeration Description
SqlStatementType DSQL and ISQL statement types.