![]() |
TrinityCore
|
Include dependency graph for PreparedStatement.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| union | PreparedStatementDataUnion |
| struct | PreparedStatementData |
| class | PreparedStatement |
| class | MySQLPreparedStatement |
| class | PreparedStatementTask |
Typedefs | |
| typedef std::future < PreparedQueryResult > | PreparedQueryResultFuture |
| typedef std::promise < PreparedQueryResult > | PreparedQueryResultPromise |
Enumerations | |
| enum | PreparedStatementValueType { TYPE_BOOL, TYPE_UI8, TYPE_UI16, TYPE_UI32, TYPE_UI64, TYPE_I8, TYPE_I16, TYPE_I32, TYPE_I64, TYPE_FLOAT, TYPE_DOUBLE, TYPE_STRING, TYPE_BINARY, TYPE_NULL } |
| typedef std::future<PreparedQueryResult> PreparedQueryResultFuture |
| typedef std::promise<PreparedQueryResult> PreparedQueryResultPromise |
| Enumerator | |
|---|---|
| TYPE_BOOL | |
| TYPE_UI8 | |
| TYPE_UI16 | |
| TYPE_UI32 | |
| TYPE_UI64 | |
| TYPE_I8 | |
| TYPE_I16 | |
| TYPE_I32 | |
| TYPE_I64 | |
| TYPE_FLOAT | |
| TYPE_DOUBLE | |
| TYPE_STRING | |
| TYPE_BINARY | |
| TYPE_NULL | |
1.8.8