~ubuntu-branches/ubuntu/trusty/openldap/trusty-updates

« back to all changes in this revision

Viewing changes to servers/slapd/back-sql/back-sql.h

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-01-23 10:01:13 UTC
  • mfrom: (1.3.4)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: package-import@ubuntu.com-20120123100113-z3mg83hvuplv9lyj
Tags: upstream-2.4.28
ImportĀ upstreamĀ versionĀ 2.4.28

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $OpenLDAP: pkg/ldap/servers/slapd/back-sql/back-sql.h,v 1.49.2.10 2011/01/04 23:50:46 kurt Exp $ */
 
1
/* $OpenLDAP$ */
2
2
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3
3
 *
4
4
 * Copyright 1999-2011 The OpenLDAP Foundation.
183
183
        UDWORD          *col_prec;
184
184
        SQLSMALLINT     *col_type;
185
185
        char            **cols;
186
 
        SQLINTEGER      *value_len;
 
186
        SQLLEN          *value_len;
187
187
} BACKSQL_ROW_NTS;
188
188
 
189
189
/*
280
280
 
281
281
        void                    *ba_private;
282
282
        struct backsql_api      *ba_next;
 
283
        char **ba_argv;
 
284
        int     ba_argc;
283
285
} backsql_api;
284
286
 
285
287
/*
510
512
        struct berval   sql_upper_func;
511
513
        struct berval   sql_upper_func_open;
512
514
        struct berval   sql_upper_func_close;
 
515
        struct berval   sql_strcast_func;
513
516
        BerVarray       sql_concat_func;
514
 
        struct berval   sql_strcast_func;
 
517
        char            *sql_concat_patt;
515
518
 
516
519
        struct berval   sql_aliasing;
517
520
        struct berval   sql_aliasing_quote;
570
573
        BACKSQL_ISF(si, BSQLF_AUTOCOMMIT_ON)
571
574
 
572
575
        Entry           *sql_baseObject;
 
576
        char            *sql_base_ob_file;
573
577
#ifdef BACKSQL_ARBITRARY_KEY
574
578
#define BACKSQL_BASEOBJECT_IDSTR        "baseObject"
575
579
#define BACKSQL_BASEOBJECT_KEYVAL       BACKSQL_BASEOBJECT_IDSTR