Searched refs:mysqlc_types (Results 1 – 3 of 3) sorted by relevance
1530 while (mysqlc_types[i].typeName) { in getTypeInfo()1533 aRow.push_back(makeAny(mysqlc_sdbc_driver::convert(mysqlc_types[i].typeName, encoding))); in getTypeInfo()1534 aRow.push_back(makeAny(mysqlc_types[i].dataType)); in getTypeInfo()1535 aRow.push_back(makeAny(mysqlc_types[i].precision)); in getTypeInfo()1536 … aRow.push_back(makeAny(mysqlc_sdbc_driver::convert(mysqlc_types[i].literalPrefix, encoding))); in getTypeInfo()1537 … aRow.push_back(makeAny(mysqlc_sdbc_driver::convert(mysqlc_types[i].literalSuffix, encoding))); in getTypeInfo()1538 … aRow.push_back(makeAny(mysqlc_sdbc_driver::convert(mysqlc_types[i].createParams, encoding))); 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()[all …]
46 extern TypeInfoDef mysqlc_types[];
30 TypeInfoDef mysqlc_types[] = { variable