libdballe 9.6
sql/fwd.h
Go to the documentation of this file.
1#ifndef DBALLE_SQL_FWD_H
2#define DBALLE_SQL_FWD_H
3
8namespace dballe {
9namespace sql {
10class Querybuf;
11class Transaction;
12class Statement;
13class Connection;
14class Sequence;
15class MySQLConnection;
16class PostgreSQLConnection;
17class SQLiteConnection;
18class SQLiteStatement;
19}
20}
21#endif