The SQLite3 class
A class that interfaces SQLite 3 databases.
Intro
A class that interfaces SQLite 3 databases.
Class synopsis
Predefined Constants
SQLite3::OKReturned from an authorizer callback to allow the action.
SQLite3::DENYReturned from an authorizer callback to reject the entire SQL statement with an error.
SQLite3::IGNOREReturned from an authorizer callback to disallow the specific action while still allowing the SQL statement to be compiled. See
SQLite3::setAuthorizerfor the effect on each action.SQLite3::CREATE_INDEXSQLite3::CREATE_TABLESQLite3::CREATE_TEMP_INDEXSQLite3::CREATE_TEMP_TABLESQLite3::CREATE_TEMP_TRIGGERSQLite3::CREATE_TEMP_VIEWSQLite3::CREATE_TRIGGERSQLite3::CREATE_VIEWSQLite3::DELETESQLite3::DROP_INDEXSQLite3::DROP_TABLESQLite3::DROP_TEMP_INDEXSQLite3::DROP_TEMP_TABLESQLite3::DROP_TEMP_TRIGGERSQLite3::DROP_TEMP_VIEWSQLite3::DROP_TRIGGERSQLite3::DROP_VIEWSQLite3::INSERTSQLite3::PRAGMASQLite3::READSQLite3::SELECTSQLite3::TRANSACTIONSQLite3::UPDATESQLite3::ATTACHSQLite3::DETACHSQLite3::ALTER_TABLESQLite3::REINDEXSQLite3::ANALYZESQLite3::CREATE_VTABLESQLite3::DROP_VTABLESQLite3::FUNCTIONSQLite3::SAVEPOINTSQLite3::COPYSQLite3::RECURSIVE
Changelog
| Version | Description |
|---|
Sqlite3