Returns a sqlite statement object that can be used to retrieve the results. This property will return error if:
- A syntax error exists, or
- The SQL statement modifies the database in any way. This includes some PRAGMA statments as well.
If successful, SQLite compiles the SQL statement into byte code and is ready to retrieve the results.
This property does not have a display format. "This expression evaluates to an unrepresentable object of type sqlite statement" will be shown instead.
SQLite understands most of the standard SQL language. However it does omit some features as well as adding a few features of its own.
For more details, visit the SQLite documentation on this subject.
- Q: rows of statement "select * from Artist where ArtistId = 147" of sqlite database of file "chinook.db"
- A: 147,Battlestar Galactica
Plural: statements
Version |
Platforms |
9.0.586.0 |
AIX, Debian, HP-UX, Mac, Red Hat, SUSE, Solaris, Ubuntu, Windows |
9.5.13.130 |
Raspbian |