Nemiver  0.3
Classes | Namespaces | Typedefs | Enumerations
nmv-i-connection-driver.h File Reference
#include <glib.h>
#include "nmv-object.h"
#include "nmv-safe-ptr-utils.h"

Go to the source code of this file.

Classes

class  nemiver::common::IConnectionDriver
 

Namespaces

 nemiver
 
 nemiver::common
 

Typedefs

typedef common::SafePtr< IConnectionDriver, common::ObjectRef, common::ObjectUnref > nemiver::common::IConnectionDriverSafePtr
 

Enumerations

enum  nemiver::common::ColumnType {
  nemiver::common::COLUMN_TYPE_INT =1, nemiver::common::COLUMN_TYPE_BIG_INT =1<<1, nemiver::common::COLUMN_TYPE_DECIMAL =1<<2, nemiver::common::COLUMN_TYPE_DOUBLE =1<<3,
  nemiver::common::COLUMN_TYPE_DATETIME =1<<3, nemiver::common::COLUMN_TYPE_STRING =1<<4, nemiver::common::COLUMN_TYPE_BLOB =1<<5, nemiver::common::COLUMN_TYPE_UNKNOWN =1<<30
}