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 void(* TZProcessorErrorEvent)(TZSQLProcessor Processor, Integer StatementIndex, Exception E, TZErrorHandleAction &ErrorHandleAction) |
typedef void(* TZProcessorNotifyEvent)(TZSQLProcessor Processor, Integer StatementIndex) |
enum TZErrorHandleAction |