Searched refs:eCType (Results 1 – 1 of 1) sorted by relevance
17012 unsigned eCType :4; /* One of the standard types */ member32120 }else if( pCol->eCType ){32121 assert( pCol->eCType<=SQLITE_N_STDTYPE );32122 return (char*)sqlite3StdType[pCol->eCType-1];89654 switch( aCol[i].eCType ){114613 pCol->eCType = eType;114910 && pCol->eCType==COLTYPE_INTEGER115701 if( pCol->eCType==COLTYPE_CUSTOM ){115712 }else if( pCol->eCType==COLTYPE_ANY ){131298 if( bStrict && pCol->eCType!=COLTYPE_ANY ){[all …]