Home
last modified time | relevance | path

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

/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Dpgtypes.h89 Int2 pgtype_money(StatementClass *stmt, Int4 type);
H A Dpgtypes.c660 Int2 pgtype_money(StatementClass *stmt, Int4 type) in pgtype_money() function
H A Dresults.c493 value = pgtype_money(stmt, field_type); in SQLColAttributes()
H A Dinfo.c746 set_tuplefield_int2(&row->tuple[10], pgtype_money(stmt, pgType)); in SQLGetTypeInfo()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dpgtypes.h127 Int2 pgtype_money(const ConnectionClass *conn, OID type);
H A Dpgtypes.c1848 pgtype_money(const ConnectionClass *conn, OID type) in pgtype_money() function
H A Dresults.c711 value = pgtype_money(conn, field_type); in PGAPI_ColAttributes()
H A Dinfo.c1282 set_tuplefield_int2(&tuple[GETTYPE_FIXED_PREC_SCALE], pgtype_money(conn, pgType)); in PGAPI_GetTypeInfo()