Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
PreparedStatement.h File Reference
#include "SQLOperation.h"
#include "Threading/Future.h"
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

class  MySQLPreparedStatement
class  PreparedStatement
struct  PreparedStatementData
union  PreparedStatementDataUnion
class  PreparedStatementTask

Typedefs

typedef Skyfire::Future< PreparedQueryResultPreparedQueryResultFuture

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 Documentation

◆ PreparedQueryResultFuture

Enumeration Type Documentation

◆ PreparedStatementValueType

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.