CURL.IO.SQLITE-LIBRARY (package)

This package provides low level support for SQLite database engine. The high level API for SQLite is provided by the CDK library.

Description

In general, you should not import this directly, just import COM.CURL.CDK.SQLITE and it will re-export the necessary types.

The Curl Data Kit (CDK) library facilitates building data-centric applications in Curl.

The COM.CURL.CDK.SQLITE package allows you to build applications that make use of local SQL databases, using the popular SQLite SQL engine.

This allows data centric Curl applications to take advantage of the full power of the SQL language (joins, indexes, transactions, triggers, constraints, etc.)

SQLite databases are fully integrated with the Curl Data Management architecture defined by the CURL.DATA-ACCESS.BASE and CURL.DATA-ACCESS.CONNECTED packages.
Introduced in: version 7.0
Package Members:
SQLiteAuthorizerPointerType
SQLiteAuthorizerProcType
SQLiteAuthorizerReturnCode
SQLiteBusyHandlerPointerType
SQLiteBusyHandlerProcType
SQLiteCommitCallbackPointerType
SQLiteCommitHookProcType
SQLiteDatabaseHandle
SQLiteDatatype
SQLiteEncryptionType
SQLiteException
SQLiteFinalFunctionPointerType
SQLiteFinalFunctionProcType
SQLiteFunctionPointerType
SQLiteFunctionProcType
SQLiteInterface
SQLiteOperation
SQLiteProgressHandlerPointerType
SQLiteProgressHandlerProcType
SQLiteRollbackCallbackPointerType
SQLiteRollbackHookProcType
SQLiteStatementHandle
SQLiteStatus
SQLiteStatus-ok?
SQLiteUpdateCallbackPointerType
SQLiteUpdateHookProcType