The TSqlitePassDatabaseDataTypeOptions is used by the TSqlitePassDatabase.DatatypeOptions property and gives you the opportunity to set custom or default behaviors for a given database.
TSqlitePassSelectStmtTableDef : When a SQL select statement is executed, a TSqlitePassSelectStmtTableDef is generated for each table used in the SQL statement.
The TSqlitePassTokenizer is an utility object used to : Split a SQL statement or a piece of SQL statement into a list of tokens (TSqlitePassSQLToken)
Move to the First, Prior, Next, LastTokenLocate a specific token by text or type Replace a specific token located before an existing tokenRemove a specific token located after an existing token Insert a new token before an existing token Insert a new token after an existing token Set the String to be tokenized and rebuild a String representation from the tokens (Text property)...