gda-sqlite

gda-sqlite

Functions

#define SQLITE3_CALL()

Types and Values

typedef sqlite3_int64
  SqliteConnectionData
extern GHashTable * error_blobs_hash

Description

Functions

SQLITE3_CALL()

  #define SQLITE3_CALL(x) (s3r->x)

Types and Values

sqlite3_int64

        typedef sqlite_int64 sqlite3_int64;

SqliteConnectionData

typedef struct {
	GdaServerProviderConnectionData parent;
	GdaConnection *gdacnc;
	sqlite3      *connection;
	gchar        *file;
	GHashTable   *types_hash; /* key = type name, value = pointer to a GType */
	GType        *types_array;/* holds GType values, pointed by @types_hash */
} SqliteConnectionData;

error_blobs_hash

extern GHashTable *error_blobs_hash;