NCBI C++ ToolKit
sqlfront.h
Go to the documentation of this file.

Go to the SVN repository for this file.

1 /* FreeTDS - Library of routines accessing Sybase and Microsoft databases
2  * Copyright (C) 1998-1999 Brian Bruns
3  * Copyright (C) 2011 Frediano Ziglio
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Library General Public
7  * License as published by the Free Software Foundation; either
8  * version 2 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * Library General Public License for more details.
14  *
15  * You should have received a copy of the GNU Library General Public
16  * License along with this library; if not, write to the
17  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18  * Boston, MA 02111-1307, USA.
19  */
20 
21 #ifndef SQLFRONT_h
22 #define SQLFRONT_h
23 
24 #include "./sybfront.h"
25 
26 static const char rcsid_sqlfront_h[] = "$Id: sqlfront.h 80642 2017-12-28 16:33:56Z ucko $";
28 
30 typedef LOGINREC * PLOGINREC;
31 typedef DBCURSOR * PDBCURSOR;
32 
33 typedef int * LPINT;
34 typedef char * LPSTR;
35 #if !defined(PHP_MSSQL_H) || !defined(PHP_MSSQL_API)
36 typedef BYTE * LPBYTE;
37 #endif
38 typedef void * LPVOID;
39 typedef const char * LPCSTR;
40 
41 typedef const LPINT LPCINT;
42 #ifndef _LPCBYTE_DEFINED
43 #define _LPCBYTE_DEFINED
44 typedef const BYTE * LPCBYTE;
45 #endif
46 typedef USHORT * LPUSHORT;
47 typedef const LPUSHORT LPCUSHORT;
48 typedef DBINT * LPDBINT;
49 typedef const LPDBINT LPCDBINT;
50 typedef DBBINARY * LPDBBINARY;
51 typedef const LPDBBINARY LPCDBBINARY;
53 typedef const LPDBDATEREC LPCDBDATEREC;
56 
57 #endif
char * LPSTR
Definition: sqlfront.h:34
const LPDBDATETIME LPCDBDATETIME
Definition: sqlfront.h:55
static const char rcsid_sqlfront_h[]
Definition: sqlfront.h:26
DBDATETIME * LPDBDATETIME
Definition: sqlfront.h:54
const LPDBINT LPCDBINT
Definition: sqlfront.h:49
DBPROCESS * PDBPROCESS
Definition: sqlfront.h:29
DBDATEREC * LPDBDATEREC
Definition: sqlfront.h:52
DBBINARY * LPDBBINARY
Definition: sqlfront.h:50
LOGINREC * PLOGINREC
Definition: sqlfront.h:30
USHORT * LPUSHORT
Definition: sqlfront.h:46
const LPINT LPCINT
Definition: sqlfront.h:41
int * LPINT
Definition: sqlfront.h:33
const BYTE * LPCBYTE
Definition: sqlfront.h:44
static const void *const no_unused_sqlfront_h_warn[]
Definition: sqlfront.h:27
DBCURSOR * PDBCURSOR
Definition: sqlfront.h:31
void * LPVOID
Definition: sqlfront.h:38
const LPUSHORT LPCUSHORT
Definition: sqlfront.h:47
DBINT * LPDBINT
Definition: sqlfront.h:48
BYTE * LPBYTE
Definition: sqlfront.h:36
const LPDBBINARY LPCDBBINARY
Definition: sqlfront.h:51
const char * LPCSTR
Definition: sqlfront.h:39
const LPDBDATEREC LPCDBDATEREC
Definition: sqlfront.h:53
void DBCURSOR
Definition: sybdb.h:123
unsigned char BYTE
Definition: sybdb.h:334
unsigned short USHORT
Definition: sybdb.h:129
unsigned char DBBINARY
Definition: sybdb.h:257
Int4 DBINT
Definition: sybdb.h:255
Modified on Wed May 15 15:03:23 2024 by modify_doxy.py rev. 669887