Searched refs:etGENERIC (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c18938 #define etGENERIC 4 /* Floating or exponential, depending on exponent. %g */ macro
18992 { 'g', 0, 1, etGENERIC, 30, 0 },
19006 { 'G', 0, 1, etGENERIC, 14, 0 },
19341 case etGENERIC:
19356 if( xtype==etGENERIC && precision>0 ) precision--;
19392 ** If the field type is etGENERIC, then convert to either etEXP
19400 if( xtype==etGENERIC ){
[all...]

Completed in 350 milliseconds