Searched refs:sql_insentry_stmt (Results 1 – 4 of 4) sorted by relevance
190 if ( bi->sql_insentry_stmt ) { in backsql_db_destroy()191 ch_free( bi->sql_insentry_stmt ); in backsql_db_destroy()508 if ( bi->sql_insentry_stmt == NULL ) { in backsql_db_open()515 bi->sql_insentry_stmt = ch_strdup( backsql_def_insentry_stmt ); in backsql_db_open()
503 char *sql_insentry_stmt; member
1311 rc = backsql_Prepare( dbh, &sth, bi->sql_insentry_stmt, 0 ); in backsql_add()1388 bi->sql_insentry_stmt, op->ora_e->e_name.bv_val, in backsql_add()
133 (void *)offsetof(struct backsql_info, sql_insentry_stmt),