Quotes the column value to help prevent SQL injection attacks.
Quotes the column name. Defaults to no quoting.
Quotes a string, escaping any ’ (single quote) and \ (backslash) characters.
Quotes the table name. Defaults to column name quoting.
Cast a value to a type that the database understands. For example, SQLite does not understand dates, so this method will convert a Date to a String.
[Validate]