ooSQLite Specific Functions

Almost all of the fuctions in the Classic Rexx interface of ooSQLite have a one-to-one mapping with the SQLite API functions. A few functions are unique to ooSQLite. These functions are used to provide SQLite functionality that does not directly translate into Rexx. All functions of this type use a naming convention of ooSQLiteXxxxx(), while all functions that map directly to SQLite functions use a naming convention of oosqlXxxx(). The ooSQLite unique functions are documented in this chapter.