Description | Hierarchy | Fields | Methods | Properties |
type TSqlitePassSQLStmt = class(TObject)
![]() |
constructor Create(Database: TSqlitePassDatabase); overload; |
![]() |
destructor Destroy; override; |
![]() |
procedure Prepare; virtual; |
![]() |
procedure QuoteString(Var S: String); |
![]() |
procedure RestoreOriginalStmt; |
![]() |
procedure UnPrepare; |
![]() |
procedure UnquoteString(Var S: String; All: Boolean = True); |
![]() |
property AvailableOperations: TSqlitePassAvailableOperations Read FAvailableOperations; |
![]() |
property OriginalSQL: String Read FOriginalSQLText; |
![]() |
property OriginalSQLSections: TSqlitePassSQLSections Read FOriginalSQLSections; |
![]() |
property SQL: String Read GetFSQLText Write SetFSQLText; |
![]() |
property SQLSections: TSqlitePassSQLSections Read FSQLSections Write FSQLSections; |
![]() |
property SQLType: StmtType Read GetStmtType; |
![]() |
property StmtHandle: Pointer Read FStmtHandle; |
![]() |
property StmtName: String Read FStmtName Write FStmtName; |
![]() |
property Tokenizer: TSqlitePassSQLTokenizer Read FTokenizer Write FTokenizer; |
![]() |
constructor Create(Database: TSqlitePassDatabase); overload; |
![]() |
destructor Destroy; override; |
![]() |
procedure Prepare; virtual; |
![]() |
procedure QuoteString(Var S: String); |
![]() |
procedure RestoreOriginalStmt; |
![]() |
procedure UnPrepare; |
![]() |
procedure UnquoteString(Var S: String; All: Boolean = True); |
![]() |
property AvailableOperations: TSqlitePassAvailableOperations Read FAvailableOperations; |
Properties |
![]() |
property OriginalSQL: String Read FOriginalSQLText; |
![]() |
property OriginalSQLSections: TSqlitePassSQLSections Read FOriginalSQLSections; |
![]() |
property SQL: String Read GetFSQLText Write SetFSQLText; |
![]() |
property SQLSections: TSqlitePassSQLSections Read FSQLSections Write FSQLSections; |
![]() |
property SQLType: StmtType Read GetStmtType; |
![]() |
property StmtHandle: Pointer Read FStmtHandle; |
![]() |
property StmtName: String Read FStmtName Write FStmtName; |
![]() |
property Tokenizer: TSqlitePassSQLTokenizer Read FTokenizer Write FTokenizer; |