Home
last modified time | relevance | path

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

/dports/benchmarks/sysbench/sysbench-1.0.20/src/drivers/pgsql/
H A Ddrv_pgsql.c72 db_pgsql_bind_map_t db_pgsql_bind_map[] = variable
808 for (i = 0; db_pgsql_bind_map[i].db_type != DB_TYPE_NONE; i++) in get_pgsql_bind_type()
809 if (db_pgsql_bind_map[i].db_type == type) in get_pgsql_bind_type()
810 return db_pgsql_bind_map[i].pg_type; in get_pgsql_bind_type()