Home
last modified time | relevance | path

Searched refs:STR_TO_NAME (Results 1 – 8 of 8) sorted by relevance

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dparse.c348 STR_TO_NAME(fi->column_name, col); in searchColInfo()
412 STR_TO_NAME(ti->bestitem, TABLEOID_NAME); in CheckPgClassInfo()
425 STR_TO_NAME(ti->bestitem, OID_NAME); in CheckPgClassInfo()
597 STR_TO_NAME(fi->column_name, "ctid"); in xxxxx()
600 STR_TO_NAME(fi->column_name, OID_NAME); in xxxxx()
603 STR_TO_NAME(fi->column_name, XMIN_NAME); in xxxxx()
743 STR_TO_NAME(*schema_name, curschema); in getCOLIfromTable()
929 STR_TO_NAME(wti->schema_name, in getColumnsInfo()
932 STR_TO_NAME(wti->table_name, in getColumnsInfo()
1077 STR_TO_NAME(wti->schema_name, in getCOLIfromTI()
[all …]
H A Ddlg_wingui.c123 STR_TO_NAME(ci->password, medium_buf); in GetDlgStuff()
586 STR_TO_NAME(ci->conn_settings, conn_settings); in ds_options_update()
868 STR_TO_NAME(ci->pqopt, pqopt); in ds_options3_update()
H A Dpsqlodbc.h451 #define STR_TO_NAME(the_name, str) \ macro
H A Ddlg_specific.c904 STR_TO_NAME(comval->drivername, drivername); in getDriversDefaults()
1114 STR_TO_NAME(ci->drivers.drivername, drivername); in getDSNinfo()
1603 STR_TO_NAME(out, outs); in decode()
H A Ddescriptor.c177 STR_TO_NAME(ih->inf[count].fullTable, fullName); in TI_Ins_IH()
H A Dpgapi30.c933 STR_TO_NAME(ipdopts->parameters[para_idx].paramName, Value); in IPDSetField()
H A Dconnection.c165 STR_TO_NAME(ci->password, tmpstr); in PGAPI_Connect()
H A Dstatement.c2321 STR_TO_NAME(self->cursor_name, QR_get_value_backend_text(rhold.first, 0, i)); in SC_execute()