Home
last modified time | relevance | path

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

/dports/databases/libodbc++/libodbc++-0.2.5/src/
H A Ddatahandler.cpp83 const ODBCXX_CHAR_TYPE* nameOfCType(int cType) {
127 nameOfCType(cType_)+ODBCXX_STRING_CONST(") as ") as_type, SQLException::scDEFSQLSTATE)
135 nameOfCType(cType_)+ODBCXX_STRING_CONST(") to ") to_type, SQLException::scDEFSQLSTATE)
/dports/lang/seed7/seed7/src/
H A Dsql_cli.c711 static const char *nameOfCType (int c_type) in nameOfCType() function
1540 nameOfCType(columnDescr->c_type), in bindResultColumn()
2632 column, nameOfCType(columnDescr->c_type));); in fetchBlobs()
4228 column, nameOfCType(columnDescr->c_type));); in sqlColumnBool()
4812 column, nameOfCType(columnDescr->c_type));); in sqlColumnStri()
4845 column, nameOfCType(columnDescr->c_type));); in sqlColumnStri()
/dports/databases/libodbc++/libodbc++-0.2.5/
H A DChangeLog1101 * src/datahandler.cpp: nameOfSQLType() and nameOfCType() are no longer