The ooSQLiteStmt Class

The ooSQLiteStmt class represents a prepared statement in SQLite. An instance of this object represents a single SQL statement. This object is usually referred to as a prepared statement, a compiled SQL statement or simply as a statement.

The life time of a statement object generally goes like this: