About: ECPG

An Entity of Type: work, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

ECPG is the standard, in the PostgreSQL database built-in, client programming interface for embedding SQL in programs written in the C programming language. It provides the option for accessing the PostgreSQL database directly from the C code in the application, using SQL commands.

Property Value
dbo:abstract
  • ECPG is the standard, in the PostgreSQL database built-in, client programming interface for embedding SQL in programs written in the C programming language. It provides the option for accessing the PostgreSQL database directly from the C code in the application, using SQL commands. (en)
  • ECPG est un outil permettant d'inclure des commandes SQL dans un source C. Il s'agit en fait d'un précompilateur : le source ECPG est traduit en source C avec des appels aux bibliothèques PostgreSQL. Voici en détail la procédure de compilation : * le fichier source porte l'extension « pgc » ; * le source « mon_fichier.pgc » est passé au précompilateur ECPG, ce qui va créer le fichier source en C « mon_fichier.c » ; * le fichier « mon_fichier.c » est passé au compilateur C ce qui va créer le fichier objet « mon_fichier.o » ; * le fichier objet « mon_fichier.o » est lié aux bibliothèques PostgreSQL avec l'éditeur de liens, afin de créer l'exécutable final. * Portail de l’informatique * Portail des bases de données (fr)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 46935360 (xsd:integer)
dbo:wikiPageLength
  • 6456 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1047584016 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • ECPG is the standard, in the PostgreSQL database built-in, client programming interface for embedding SQL in programs written in the C programming language. It provides the option for accessing the PostgreSQL database directly from the C code in the application, using SQL commands. (en)
  • ECPG est un outil permettant d'inclure des commandes SQL dans un source C. Il s'agit en fait d'un précompilateur : le source ECPG est traduit en source C avec des appels aux bibliothèques PostgreSQL. Voici en détail la procédure de compilation : (fr)
rdfs:label
  • ECPG (en)
  • ECPG (fr)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License