Query: pgagetdatatype
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAGetDataType(8) PGAPack PGAGetDataType(8)NAMEPGAGetDataType - Returns the data type used by the given context.INPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetDataType(ctx) PGAContext *ctxLOCATIONpga.cEXAMPLEExample: PGAContext *ctx; int datatype; : datatype = PGAGetDataType(ctx); switch (datatype) { case PGA_DATATYPE_BINARY: printf("Data Type = PGA_DATATYPE_BINARY0); break; case PGA_DATATYPE_CHARACTER: printf("Data Type = PGA_DATATYPE_CHARACTER0); break; case PGA_DATATYPE_INTEGER: printf("Data Type = PGA_DATATYPE_INTEGER0); break; case PGA_DATATYPE_REAL: printf("Data Type = PGA_DATATYPE_REAL0); break; case PGA_DATATYPE_USER: printf("Data Type = PGA_DATATYPE_USER0); break; } 05/01/95 PGAGetDataType(8)
Related Man Pages |
---|
pgasetintegerinitrange(2) - debian |
pgadebugprint(3) - debian |
pgacreate(8) - debian |
pgasetuserfunction(8) - debian |
stream_notification_callback(3) - php |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Is UNIX an open source OS ? |
Detecting unused variables... |
Weird 'find' results |
New UNIX and Linux History Sections |