|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Classes | |
| class | MySQLPreparedStatement |
| class | PreparedStatement |
| struct | PreparedStatementData |
| union | PreparedStatementDataUnion |
| class | PreparedStatementTask |
Typedefs | |
| typedef Skyfire::Future< PreparedQueryResult > | PreparedQueryResultFuture |
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 } |
Definition at line 150 of file PreparedStatement.h.
| 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 | |
Definition at line 33 of file PreparedStatement.h.