|
KanoopDatabaseQt 1.1.1
Qt database abstraction library
|
|
Qt database abstraction library providing connection management, credential handling, query loading, and SQL parsing utilities.
| Class | Description |
|---|---|
DataSource | Database connection manager with connection pooling and thread-safe access |
DatabaseCredentials | Connection credential container (host, port, database, user, password) |
IQueryLoadable | Interface for objects that can populate themselves from a SQL query |
SqlParser | SQL statement parser for extracting table names and query metadata |