#include "p6com.h"#include "p6dbcstmt.h"#include "p6crypto.h"#include "p6sign.h"#include "p6cryptokey.h"Go to the source code of this file.
Classes | |
| interface | P6R::p6IDBC |
Namespaces | |
| P6R | |
Macros | |
| #define | COMP_p6DBC {0x2d112140,0xb216,0x4891,{0xac,0x38,0xfb,0x2c,0xa0,0x8e,0x58,0x4e}} |
| #define | IF_p6IDBC {0x68b5fa6c,0x7fee,0x41e6,{0xa1,0x42,0x4f,0x3b,0xe7,0x20,0xbc,0x59}} |
| #define | INTERFACE p6IDBC |
Typedefs | |
| typedef P6UINT32 | P6R::P6DBCFLAGS |
| typedef P6VOID(* | P6R::P6DBCRESULT )(P6DBCREQUEST requestCode, P6ERR resultCode, P6VOID *pCtx) |
Enumerations | |
| enum | P6R::P6DBCREQUEST { P6R::P6DBC_CONNECT = 0x00, P6R::P6DBC_COMMIT = 0x01, P6R::P6DBC_ROLLBACK = 0x02 } |