Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  sqlda-compat.h

  Sprache: C
 

/*
 * src/interfaces/ecpg/include/sqlda-compat.h
 */


#ifndef ECPG_SQLDA_COMPAT_H
#define ECPG_SQLDA_COMPAT_H

struct sqlvar_compat
{
 short  sqltype;  /* variable type */
 int   sqllen;   /* length in bytes */
 char    *sqldata;  /* pointer to data */
 short    *sqlind;   /* pointer to indicator */
 char    *sqlname;  /* variable name */
 char    *sqlformat;  /* reserved for future use */
 short  sqlitype;  /* ind variable type */
 short  sqlilen;  /* ind length in bytes */
 char    *sqlidata;  /* ind data pointer */
 int   sqlxid;   /* extended id type */
 char    *sqltypename; /* extended type name */
 short  sqltypelen;  /* length of extended type name */
 short  sqlownerlen; /* length of owner name */
 short  sqlsourcetype; /* source type for distinct of built-ins */
 char    *sqlownername; /* owner name */
 int   sqlsourceid; /* extended id of source type */

 /*
  * sqlilongdata is new.  It supports data that exceeds the 32k limit.
  * sqlilen and sqlidata are for backward compatibility and they have
  * maximum value of <32K.
 */

 char    *sqlilongdata; /* for data field beyond 32K */
 int   sqlflags;  /* for internal use only */
 void    *sqlreserved; /* reserved for future use */
};

struct sqlda_compat
{
 short  sqld;
 struct sqlvar_compat *sqlvar;
 char  desc_name[19]; /* descriptor name */
 short  desc_occ;  /* size of sqlda structure */
 struct sqlda_compat *desc_next; /* pointer to next sqlda struct */
 void    *reserved;  /* reserved for future use */
};

#endif       /* ECPG_SQLDA_COMPAT_H */

Messung V0.5 in Prozent
C=79 H=93 G=86

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet am  2026-08-08) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002