The TSqlitePassDatabaseDataTypeOptions is used by the TSqlitePassDatabase.DatatypeOptions property and gives you the opportunity to set custom or default behaviors for a given database.
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)...