Home
last modified time | relevance | path

Searched refs:mysqlc_types (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/mysqlc/source/
H A Dmysqlc_databasemetadata.cxx1530 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 …]
H A Dmysqlc_types.hxx46 extern TypeInfoDef mysqlc_types[];
H A Dmysqlc_types.cxx30 TypeInfoDef mysqlc_types[] = { variable

Completed in 34 milliseconds