|
NIM PC Cross Platform SDK
|
Public Types | |
| enum | DBOperation { kNIMDBOperationInsert = 0x0001 , kNIMDBOperationRead = 0x0002 , kNIMDBOperationUpdate = 0x0004 , kNIMDBOperationDelete = 0x0008 } |
Public Attributes | |
| std::string | db_name_ |
| int | error_code_ |
| int | operation_ |
| std::string | description_ |
| std::string | attach_ |