Home
last modified time | relevance | path

Searched refs:resultColNames (Results 1 – 2 of 2) sorted by relevance

/dports/lang/tcl86/tcl8.6.12/pkgs/tdbcodbc1.1.3/generic/
H A Dtdbcodbc.c1498 if (rdata->resultColNames != NULL) { in GetResultSetDescription()
1499 Tcl_DecrRefCount(rdata->resultColNames); in GetResultSetDescription()
1501 rdata->resultColNames = colNames; in GetResultSetDescription()
3684 rdata->resultColNames = NULL; in ResultSetConstructor()
4011 if (rdata->resultColNames == NULL) { in ResultSetColumnsMethod()
4017 Tcl_SetObjResult(interp, rdata->resultColNames); in ResultSetColumnsMethod()
4179 if (rdata->resultColNames == NULL) { in ResultSetNextrowMethod()
4218 Tcl_ListObjIndex(NULL, rdata->resultColNames, i, &colName); in ResultSetNextrowMethod()
4598 if (rdata->resultColNames != NULL) { in DeleteResultSetDescription()
4599 Tcl_DecrRefCount(rdata->resultColNames); in DeleteResultSetDescription()
[all …]
/dports/databases/tdbc/tdbcodbc1.1.3/generic/
H A Dtdbcodbc.c1498 if (rdata->resultColNames != NULL) { in GetResultSetDescription()
1499 Tcl_DecrRefCount(rdata->resultColNames); in GetResultSetDescription()
1501 rdata->resultColNames = colNames; in GetResultSetDescription()
3684 rdata->resultColNames = NULL; in ResultSetConstructor()
4011 if (rdata->resultColNames == NULL) { in ResultSetColumnsMethod()
4017 Tcl_SetObjResult(interp, rdata->resultColNames); in ResultSetColumnsMethod()
4179 if (rdata->resultColNames == NULL) { in ResultSetNextrowMethod()
4218 Tcl_ListObjIndex(NULL, rdata->resultColNames, i, &colName); in ResultSetNextrowMethod()
4598 if (rdata->resultColNames != NULL) { in DeleteResultSetDescription()
4599 Tcl_DecrRefCount(rdata->resultColNames); in DeleteResultSetDescription()
[all …]