Download
Documentation
Development
Examples
Donations
Contributions
Forum
Main Page
Related Pages
Modules
Classes
Database Module Overview
Introduction to the database module:
Database Services
Generic Database
clan::DBConnection
- A connection to a database
clan::DBTransaction
- Database Transaction
clan::DBCommand
- SQL statement or stored procedure command
clan::DBReader
- Reader object for executed commands
clan::DBValue
- Helper converting to standard types
Database Provider Interface
clan::DBConnectionProvider
- Database connection interface
clan::DBTransactionProvider
- Transaction interface
clan::DBCommandProvider
- SQL statement or stored procedure command interface
clan::DBReaderProvider
- Executed command reader interface
SQLite Database (clanSqlite)
clan::SqliteConnection
- Connects to a SQLite database