component/ZSqlProcessor.pas File Reference

Go to the source code of this file.

Classes

class  TZSQLProcessor
 Implements a unidatabase component which parses and executes SQL Scripts. More...

Typedefs

typedef void(* TZProcessorErrorEvent )(TZSQLProcessor Processor, Integer StatementIndex, Exception E, TZErrorHandleAction &ErrorHandleAction)
 Defines an Processor error handling event.
typedef void(* TZProcessorNotifyEvent )(TZSQLProcessor Processor, Integer StatementIndex)
 Defines an Processor notification event.

Enumerations

enum  TZErrorHandleAction { eaFail, eaAbort, eaSkip, eaRetry }
 Defines an error handle action. More...


Typedef Documentation

typedef void(* TZProcessorErrorEvent)(TZSQLProcessor Processor, Integer StatementIndex, Exception E, TZErrorHandleAction &ErrorHandleAction)

Defines an Processor error handling event.

Definition at line 87 of file ZSqlProcessor.pas.

typedef void(* TZProcessorNotifyEvent)(TZSQLProcessor Processor, Integer StatementIndex)

Defines an Processor notification event.

Definition at line 81 of file ZSqlProcessor.pas.


Enumeration Type Documentation

Defines an error handle action.

Enumerator:
eaFail 
eaAbort 
eaSkip 
eaRetry 

Definition at line 71 of file ZSqlProcessor.pas.


Generated on Wed Dec 30 08:42:41 2009 for zeoslib by  doxygen 1.5.7.1