GnuCash 2.4.99
Defines | Functions
gnc-employee-sql.c File Reference

load and save address data to SQL More...

#include "config.h"
#include <glib.h>
#include <stdlib.h>
#include <string.h>
#include "gnc-commodity.h"
#include "gnc-backend-sql.h"
#include "gnc-slots-sql.h"
#include "gnc-commodity-sql.h"
#include "gncEmployeeP.h"
#include "gnc-employee-sql.h"
#include "gnc-address-sql.h"

Go to the source code of this file.

Defines

#define _GNC_MOD_NAME   GNC_ID_EMPLOYEE
#define MAX_USERNAME_LEN   2048
#define MAX_ID_LEN   2048
#define MAX_LANGUAGE_LEN   2048
#define MAX_ACL_LEN   2048
#define TABLE_NAME   "employees"
#define TABLE_VERSION   2

Functions

void gnc_employee_sql_initialize (void)

Detailed Description

load and save address data to SQL

Author:
Copyright (c) 2007-2008 Phil Longstaff <plongstaff@rogers.com>

This file implements the top-level QofBackend API for saving/ restoring data to/from an SQL database

Definition in file gnc-employee-sql.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines