Name | Summary | Category |
SQLITE_ERROR | [ SQLITE_ERROR ] This method returns the value for the SQLITE_ERROR error code. Please consult the SQLite documentation for more information. | Database |
SQLITE_INTERNAL | [ SQLITE_INTERNAL ] This method returns the value for the SQLITE_INTERNAL error code. Please consult the SQLite documentation for more information. | Database |
SQLITE_LOCKED | [ SQLITE_LOCKED ] This method returns the value for the SQLITE_LOCKED error code. Please consult the SQLite documentation for more information. | Database |
SQLITE_INTERRUPT | [ SQLITE_INTERRUPT ] This method returns the value for the SQLITE_INTERRUPT error code. Please consult the SQLite documentation for more information. | Database |
SQLITE_IOERR | [ SQLITE_IOERR ] This method returns the value for the SQLITE_IOERR error code. Please consult the SQLite documentation for more information. | Database |
SQLITE_FULL | [ SQLITE_FULL ] This method returns the value for the SQLITE_FULL error code. Please consult the SQLite documentation for more information. | Database |
SQLITE_EMPTY | [ SQLITE_EMPTY ] This method returns the value for the SQLITE_EMPTY error code. Consult the SQLite documentation for the exact meaning of this error code. | Database |
SQLITE_MISMATCH | [ SQLITE_MISMATCH ] This method returns the value for the SQLITE_MISMATCH error code. Consult the SQLite documentation for the exact meaning of this error code. | Database |
SQLITE_MISUSE | [ SQLITE_MISUSE ] This method returns the value for the SQLITE_MISUSE error code. Consult the SQLite documentation for the exact meaning of this error code. | Database |
SQLITE_NOLFS | [ SQLITE_NOLFS ] This method returns the value for the SQLITE_NOLFS error code. Consult the SQLite documentation for the exact meaning of this error code. | Database |
SQLITE_FORMAT | [ SQLITE_FORMAT ] This method returns the value for the SQLITE_FORMAT error code. Consult the SQLite documentation for the exact meaning of this error code. | Database |
SQLITE_DONE | [ SQLITE_DONE ] This method returns the value for the SQLITE_DONE error code. Consult the SQLite documentation for the exact meaning of this error code. | Database |
SQLITE_INTEGER | [ SQLITE_INTEGER ] This method returns the value for the SQLITE_INTEGER response code. Consult the SQLite documentation for the exact meaning of this response code. | Database |
SQLITE_FLOAT | [ SQLITE_FLOAT ] This method returns the value for the SQLITE_FLOAT response code. Consult the SQLite documentation for the exact meaning of this response code. | Database |
sqlite_db | [ sqlite_db ] initializes an instance of the sqlite_db type and requires a path to the sqlite database file as a string parameter. Please see the individual method references for more information. | Database |
sqlite_db->oncreate | [ sqlite_db->oncreate ] initializes an instance of the sqlite_db type and requires a path to the sqlite database file as a string parameter. | Database |
sqlite_db->path | [ sqlite_db->path ] returns a copy of the sqlite_db instance's current file path. | Database |
sqlite_db->close | [ sqlite_db->close ] closes the connection to the sqlite_db's file. | Database |
sqlite_db->tables | [ sqlite_db->tables ] returns an array of available table names in the current sqlite_db instance. | Database |
sqlite_db->eachRow | [ sqlite_db->eachRow ] is an alias to sqlite_db->forEachRow. It passes all params, including the required sql string to the sqlite_db->forEachRow method. | Database |
sqlite_db->forEachRow | No description available. | Database |
sqlite_db->executeLazy | No description available. | Database |
sqlite_db->executeNow | [sqlite_db->executeNow] executes a SQL statement for the sqlite_db object. An optional second parameter can be specified which if true will output the SQL statement to the log file. | Database |
sqlite_db->lastInsertId | [ sqlite_db->lasInsertId ] returns the last inserted row ID as retrieved from the SQLITE3 connector. | Database |
sqlite_db->table | [ sqlite_db->table ] returns an sqlite_table object based on the required name string. | Database |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft