Searched refs:mysqlc_types (Results 1 – 3 of 3) sorted by relevance
1530 while (mysqlc_types[i].typeName) { in getTypeInfo()1534 aRow.push_back(makeAny(mysqlc_types[i].dataType)); in getTypeInfo()1535 aRow.push_back(makeAny(mysqlc_types[i].precision)); in getTypeInfo()1539 aRow.push_back(makeAny(mysqlc_types[i].nullable)); in getTypeInfo()1540 aRow.push_back(makeAny(mysqlc_types[i].caseSensitive)); in getTypeInfo()1541 aRow.push_back(makeAny(mysqlc_types[i].searchable)); in getTypeInfo()1542 aRow.push_back(makeAny(mysqlc_types[i].isUnsigned)); in getTypeInfo()1543 aRow.push_back(makeAny(mysqlc_types[i].fixedPrecScale)); in getTypeInfo()1544 aRow.push_back(makeAny(mysqlc_types[i].autoIncrement)); in getTypeInfo()1546 aRow.push_back(makeAny(mysqlc_types[i].minScale)); in getTypeInfo()[all …]
46 extern TypeInfoDef mysqlc_types[];
30 TypeInfoDef mysqlc_types[] = { variable
Completed in 41 milliseconds