File tree 11 files changed +11
-11
lines changed
11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @file main.cpp
3
- * @brief Two short examples in a row.
3
+ * @brief A few short examples in a row.
4
4
*
5
5
* Demonstrate how-to use the SQLite++ wrapper
6
6
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @file Column.cpp
3
- * @brief Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement.
4
3
* @ingroup SQLiteCpp
4
+ * @brief Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement.
5
5
*
6
6
* Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com)
7
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @file Column.h
3
- * @brief Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement.
4
3
* @ingroup SQLiteCpp
4
+ * @brief Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement.
5
5
*
6
6
* Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com)
7
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @file Database.cpp
3
- * @brief Management of a SQLite Database Connection.
4
3
* @ingroup SQLiteCpp
4
+ * @brief Management of a SQLite Database Connection.
5
5
*
6
6
* Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com)
7
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @file Database.h
3
- * @brief Management of a SQLite Database Connection.
4
3
* @ingroup SQLiteCpp
4
+ * @brief Management of a SQLite Database Connection.
5
5
*
6
6
* Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com)
7
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @file Exception.h
3
- * @brief Encapsulation of the error message from SQLite3 on a std::runtime_error.
4
3
* @ingroup SQLiteCpp
4
+ * @brief Encapsulation of the error message from SQLite3 on a std::runtime_error.
5
5
*
6
6
* Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com)
7
7
*
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @file SQLiteC++.h
3
- * @brief SQLiteC++ is a smart and simple C++ SQLite3 wrapper. This file is only "easy include" for other files.
4
3
* @ingroup SQLiteCpp
4
+ * @brief SQLiteC++ is a smart and simple C++ SQLite3 wrapper. This file is only "easy include" for other files.
5
5
*
6
6
* Include this main header file in your project to gain access to all functionality provided by the wrapper.
7
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @file Statement.cpp
3
- * @brief A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result.
4
3
* @ingroup SQLiteCpp
4
+ * @brief A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result.
5
5
*
6
6
* Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com)
7
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @file Statement.h
3
- * @brief A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result.
4
3
* @ingroup SQLiteCpp
4
+ * @brief A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result.
5
5
*
6
6
* Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com)
7
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @file Transaction.cpp
3
- * @brief A Transaction is way to group multiple SQL statements into an atomic secured operation.
4
3
* @ingroup SQLiteCpp
4
+ * @brief A Transaction is way to group multiple SQL statements into an atomic secured operation.
5
5
*
6
6
* Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com)
7
7
*
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* @file Transaction.h
3
- * @brief A Transaction is way to group multiple SQL statements into an atomic secured operation.
4
3
* @ingroup SQLiteCpp
4
+ * @brief A Transaction is way to group multiple SQL statements into an atomic secured operation.
5
5
*
6
6
* Copyright (c) 2012-2013 Sebastien Rombauts (sebastien.rombauts@gmail.com)
7
7
*
You can’t perform that action at this time.
0 commit comments