Name | Summary | Category |
sleep | [Sleep] pauses execution of the current script for a specified number of milliseconds. This method is usually used within methods that are executed asynchronously. | |
sourcefile | No description available. | Compiler / Parser |
SQLITE_BUSY | [ SQLITE_BUSY ] retuns the integer 5 as a response to a specific SQLite error. "The database file is locked" Please consult the SQLite documentation for more information. | Database |
SQLITE_CORRUPT | [ SQLITE_CORRUPT ] returns the integer 11 as a response to a specific SQLite error. "The database disk image is malformed" Please consult the SQLite documentation for more... | Database |
SQLITE_CANTOPEN | [ SQLITE_CANTOPEN ] returns the integer 14 as a response to a specific SQLite error. "Unable to open the database file." Please consult the SQLite documentation for more information. | Database |
SQLITE_CONSTRAINT | [ SQLITE_CONSTRAINT ] returns the integer 19 as an error reference "Abort due to contraint violation." Please consult the SQLite documentation for more information. | Database |
SQLITE_AUTH | [ SQLITE_AUTH ] returns the integer 23 as a response to a specific SQLite error. "Authorization denied." Please consult the SQLite documentation for more information. | Database |
SQLITE_BLOB | [ SQLITE_BLOB ] returns the integer 4 as a data column type reference. Please consult the SQLite documentation for more information. | Database |
sqlite3 | [ sqlite3 ] opens an SQLite database whose path is a required string parameter. Please consult the SQLite documentation for more information. | Database |
SQLiteConnector | No description available. | Database |
sqlite_createdb | No description available. | Database |
shown_count | [Shown_Count] returns the number of records shown in the current found set. Usually the same value as [MaxRecords_Value]. This method can be used within the [Inline] code block that perform a... | Database |
shown_first | [Shown_First] returns the number of the first record shown from the found set. Usually the same value as [SkipRecords_Value]. This method can be used within the [Inline] code block that... | Database |
shown_last | [Shown_Last] returns the number of the last record shown from the found set. This method can be used within the [Inline] code block that performs a database action. This method cannot be used... | Database |
skiprecords_value | [SkipRecords_Value] returns the current offset into a found set. This method can be used within the [Inline] code blocks that perform a database action. This method cannot be used within... | Database |
sourcefile->invoke | No description available. | Compiler / Parser |
sourcefile->filename | No description available. | Compiler / Parser |
sqlite3->open | [sqlite3->open] opens the specified SQLite database. | Database |
sqlite3->close | [sqlite3->close] closes the SQLite connection opened with the [sqlite3->open] method. | Database |
sqlite3->last_insert_rowid | [sqlite3->last_insert_rowid] returns the key value from the [sqlite3] statement executed. This method is expected to be used with INSERT statements, and has no real use with SELECT statements as... | Database |
sqlite3->total_changes | [sqlite3->total_changes] returns the total number of rows affected in the recently executed SQL statement. | Database |
sqlite3->interrupt | [sqlite3->interrupt] terminates the current SQLite connection's statement. More information can be found at | Database |
sqlite3->errcode | [sqlite3->errcode] returns the error code from the current SQLlite connection. | Database |
sqlite3->errmsg | [sqlite3->errmsg] returns the error message from the current SQLlite connection. | Database |
set->values | The [set->values] method returns a staticarray object containing the elements of the set. | Set |
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