Home
last modified time | relevance | path

Searched refs:SqlQueryWithoutHandler (Results 1 – 25 of 136) sorted by relevance

123456

/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/cats/
H A Dpostgresql.cc155 if (!SqlQueryWithoutHandler("SELECT getdatabaseencoding()", in CheckDatabaseEncoding()
259 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
260 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in OpenDatabase()
323 if (!SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
330 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in ValidateConnection()
331 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in ValidateConnection()
535 SqlQueryWithoutHandler("BEGIN"); in BigSqlQuery()
540 if (!SqlQueryWithoutHandler(buf_)) { in BigSqlQuery()
559 SqlQueryWithoutHandler("CLOSE _bac_cursor"); in BigSqlQuery()
588 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
[all …]
H A Ddbi.cc303 SqlQueryWithoutHandler("SET wait_timeout=691200"); in OpenDatabase()
304 SqlQueryWithoutHandler("SET interactive_timeout=691200"); in OpenDatabase()
312 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
544 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
556 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
568 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
594 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
941 if (!SqlQueryWithoutHandler(query)) { return 0; } in SqlInsertAutokeyRecord()
1193 SqlQueryWithoutHandler(query); in SqlBatchStartFileTable()
1331 if (!SqlQueryWithoutHandler(cmd)) { in SqlBatchInsertFileTable()
[all …]
H A Dsqlite.cc215 SqlQueryWithoutHandler(SQLITE3_INIT_QUERY); in OpenDatabase()
261 if (SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
299 SqlQueryWithoutHandler("BEGIN"); /* begin transaction */ in StartTransaction()
320 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
406 bool BareosDbSqlite::SqlQueryWithoutHandler(const char* query, int flags) in SqlQueryWithoutHandler() function in BareosDbSqlite
483 if (!SqlQueryWithoutHandler(query)) { return 0; } in SqlInsertAutokeyRecord()
584 retval = SqlQueryWithoutHandler( in SqlBatchStartFileTable()
643 return SqlQueryWithoutHandler(cmd); in SqlBatchInsertFileTable()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/cats/
H A Dpostgresql.cc155 if (!SqlQueryWithoutHandler("SELECT getdatabaseencoding()", in CheckDatabaseEncoding()
259 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
260 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in OpenDatabase()
323 if (!SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
330 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in ValidateConnection()
331 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in ValidateConnection()
535 SqlQueryWithoutHandler("BEGIN"); in BigSqlQuery()
540 if (!SqlQueryWithoutHandler(buf_)) { in BigSqlQuery()
559 SqlQueryWithoutHandler("CLOSE _bac_cursor"); in BigSqlQuery()
588 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
[all …]
H A Ddbi.cc303 SqlQueryWithoutHandler("SET wait_timeout=691200"); in OpenDatabase()
304 SqlQueryWithoutHandler("SET interactive_timeout=691200"); in OpenDatabase()
312 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
544 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
556 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
568 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
594 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
941 if (!SqlQueryWithoutHandler(query)) { return 0; } in SqlInsertAutokeyRecord()
1193 SqlQueryWithoutHandler(query); in SqlBatchStartFileTable()
1331 if (!SqlQueryWithoutHandler(cmd)) { in SqlBatchInsertFileTable()
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/cats/
H A Dpostgresql.cc155 if (!SqlQueryWithoutHandler("SELECT getdatabaseencoding()", in CheckDatabaseEncoding()
259 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
260 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in OpenDatabase()
323 if (!SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
330 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in ValidateConnection()
331 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in ValidateConnection()
535 SqlQueryWithoutHandler("BEGIN"); in BigSqlQuery()
540 if (!SqlQueryWithoutHandler(buf_)) { in BigSqlQuery()
559 SqlQueryWithoutHandler("CLOSE _bac_cursor"); in BigSqlQuery()
588 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
[all …]
H A Ddbi.cc303 SqlQueryWithoutHandler("SET wait_timeout=691200"); in OpenDatabase()
304 SqlQueryWithoutHandler("SET interactive_timeout=691200"); in OpenDatabase()
312 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
544 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
556 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
568 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
594 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
941 if (!SqlQueryWithoutHandler(query)) { return 0; } in SqlInsertAutokeyRecord()
1193 SqlQueryWithoutHandler(query); in SqlBatchStartFileTable()
1331 if (!SqlQueryWithoutHandler(cmd)) { in SqlBatchInsertFileTable()
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/cats/
H A Dpostgresql.cc156 if (!SqlQueryWithoutHandler("SELECT getdatabaseencoding()", in CheckDatabaseEncoding()
261 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
262 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in OpenDatabase()
325 if (!SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
332 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in ValidateConnection()
333 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in ValidateConnection()
537 SqlQueryWithoutHandler("BEGIN"); in BigSqlQuery()
542 if (!SqlQueryWithoutHandler(buf_)) { in BigSqlQuery()
561 SqlQueryWithoutHandler("CLOSE _bac_cursor"); in BigSqlQuery()
590 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/cats/
H A Dpostgresql.cc156 if (!SqlQueryWithoutHandler("SELECT getdatabaseencoding()", in CheckDatabaseEncoding()
261 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
262 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in OpenDatabase()
325 if (!SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
332 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in ValidateConnection()
333 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in ValidateConnection()
537 SqlQueryWithoutHandler("BEGIN"); in BigSqlQuery()
542 if (!SqlQueryWithoutHandler(buf_)) { in BigSqlQuery()
561 SqlQueryWithoutHandler("CLOSE _bac_cursor"); in BigSqlQuery()
590 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/cats/
H A Dpostgresql.cc156 if (!SqlQueryWithoutHandler("SELECT getdatabaseencoding()", in CheckDatabaseEncoding()
261 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
262 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in OpenDatabase()
325 if (!SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
332 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in ValidateConnection()
333 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in ValidateConnection()
537 SqlQueryWithoutHandler("BEGIN"); in BigSqlQuery()
542 if (!SqlQueryWithoutHandler(buf_)) { in BigSqlQuery()
561 SqlQueryWithoutHandler("CLOSE _bac_cursor"); in BigSqlQuery()
590 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/cats/
H A Dpostgresql.cc156 if (!SqlQueryWithoutHandler("SELECT getdatabaseencoding()", in CheckDatabaseEncoding()
261 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
262 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in OpenDatabase()
325 if (!SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
332 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in ValidateConnection()
333 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in ValidateConnection()
537 SqlQueryWithoutHandler("BEGIN"); in BigSqlQuery()
542 if (!SqlQueryWithoutHandler(buf_)) { in BigSqlQuery()
561 SqlQueryWithoutHandler("CLOSE _bac_cursor"); in BigSqlQuery()
590 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/cats/
H A Dpostgresql.cc155 if (!SqlQueryWithoutHandler("SELECT getdatabaseencoding()", in CheckDatabaseEncoding()
259 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
260 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in OpenDatabase()
323 if (!SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
330 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in ValidateConnection()
331 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in ValidateConnection()
535 SqlQueryWithoutHandler("BEGIN"); in BigSqlQuery()
540 if (!SqlQueryWithoutHandler(buf_)) { in BigSqlQuery()
559 SqlQueryWithoutHandler("CLOSE _bac_cursor"); in BigSqlQuery()
588 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
[all …]
H A Ddbi.cc303 SqlQueryWithoutHandler("SET wait_timeout=691200"); in OpenDatabase()
304 SqlQueryWithoutHandler("SET interactive_timeout=691200"); in OpenDatabase()
312 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
544 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
556 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
568 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
594 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
941 if (!SqlQueryWithoutHandler(query)) { return 0; } in SqlInsertAutokeyRecord()
1193 SqlQueryWithoutHandler(query); in SqlBatchStartFileTable()
1331 if (!SqlQueryWithoutHandler(cmd)) { in SqlBatchInsertFileTable()
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/cats/
H A Dpostgresql.cc263 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
264 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in OpenDatabase()
347 if (!SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
356 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in ValidateConnection()
357 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in ValidateConnection()
363 if (!SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
552 SqlQueryWithoutHandler("BEGIN"); in BigSqlQuery()
557 if (!SqlQueryWithoutHandler(buf_)) { in BigSqlQuery()
577 SqlQueryWithoutHandler("CLOSE _bac_cursor"); in BigSqlQuery()
604 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
[all …]
H A Ddbi.cc312 SqlQueryWithoutHandler("SET wait_timeout=691200"); in OpenDatabase()
313 SqlQueryWithoutHandler("SET interactive_timeout=691200"); in OpenDatabase()
321 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
583 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
597 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
611 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
635 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
981 if (!SqlQueryWithoutHandler(query)) { in SqlInsertAutokeyRecord()
1237 SqlQueryWithoutHandler(query); in SqlBatchStart()
1373 if (!SqlQueryWithoutHandler(cmd)) in SqlBatchInsert()
[all …]
H A Dsqlite.cc217 SqlQueryWithoutHandler(SQLITE3_INIT_QUERY); in OpenDatabase()
277 if (SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
324 SqlQueryWithoutHandler("BEGIN"); /* begin transaction */ in StartTransaction()
347 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
428 bool BareosDbSqlite::SqlQueryWithoutHandler(const char *query, int flags) in SqlQueryWithoutHandler() function in BareosDbSqlite
506 if (!SqlQueryWithoutHandler(query)) { in SqlInsertAutokeyRecord()
610 retval = SqlQueryWithoutHandler("CREATE TEMPORARY TABLE batch (" in SqlBatchStart()
667 return SqlQueryWithoutHandler(cmd); in SqlBatchInsert()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/cats/
H A Dpostgresql.cc263 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
264 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in OpenDatabase()
347 if (!SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
356 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in ValidateConnection()
357 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in ValidateConnection()
363 if (!SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
552 SqlQueryWithoutHandler("BEGIN"); in BigSqlQuery()
557 if (!SqlQueryWithoutHandler(buf_)) { in BigSqlQuery()
577 SqlQueryWithoutHandler("CLOSE _bac_cursor"); in BigSqlQuery()
604 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
[all …]
H A Ddbi.cc312 SqlQueryWithoutHandler("SET wait_timeout=691200"); in OpenDatabase()
313 SqlQueryWithoutHandler("SET interactive_timeout=691200"); in OpenDatabase()
321 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
583 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
597 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
611 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
635 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
981 if (!SqlQueryWithoutHandler(query)) { in SqlInsertAutokeyRecord()
1237 SqlQueryWithoutHandler(query); in SqlBatchStart()
1373 if (!SqlQueryWithoutHandler(cmd)) in SqlBatchInsert()
[all …]
H A Dsqlite.cc217 SqlQueryWithoutHandler(SQLITE3_INIT_QUERY); in OpenDatabase()
277 if (SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
324 SqlQueryWithoutHandler("BEGIN"); /* begin transaction */ in StartTransaction()
347 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
428 bool BareosDbSqlite::SqlQueryWithoutHandler(const char *query, int flags) in SqlQueryWithoutHandler() function in BareosDbSqlite
506 if (!SqlQueryWithoutHandler(query)) { in SqlInsertAutokeyRecord()
610 retval = SqlQueryWithoutHandler("CREATE TEMPORARY TABLE batch (" in SqlBatchStart()
667 return SqlQueryWithoutHandler(cmd); in SqlBatchInsert()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/cats/
H A Dpostgresql.cc263 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
264 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in OpenDatabase()
347 if (!SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
356 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in ValidateConnection()
357 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in ValidateConnection()
363 if (!SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
552 SqlQueryWithoutHandler("BEGIN"); in BigSqlQuery()
557 if (!SqlQueryWithoutHandler(buf_)) { in BigSqlQuery()
577 SqlQueryWithoutHandler("CLOSE _bac_cursor"); in BigSqlQuery()
604 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
[all …]
H A Ddbi.cc312 SqlQueryWithoutHandler("SET wait_timeout=691200"); in OpenDatabase()
313 SqlQueryWithoutHandler("SET interactive_timeout=691200"); in OpenDatabase()
321 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
583 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
597 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
611 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
635 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
981 if (!SqlQueryWithoutHandler(query)) { in SqlInsertAutokeyRecord()
1237 SqlQueryWithoutHandler(query); in SqlBatchStart()
1373 if (!SqlQueryWithoutHandler(cmd)) in SqlBatchInsert()
[all …]
H A Dsqlite.cc217 SqlQueryWithoutHandler(SQLITE3_INIT_QUERY); in OpenDatabase()
277 if (SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
324 SqlQueryWithoutHandler("BEGIN"); /* begin transaction */ in StartTransaction()
347 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
428 bool BareosDbSqlite::SqlQueryWithoutHandler(const char *query, int flags) in SqlQueryWithoutHandler() function in BareosDbSqlite
506 if (!SqlQueryWithoutHandler(query)) { in SqlInsertAutokeyRecord()
610 retval = SqlQueryWithoutHandler("CREATE TEMPORARY TABLE batch (" in SqlBatchStart()
667 return SqlQueryWithoutHandler(cmd); in SqlBatchInsert()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/cats/
H A Dpostgresql.cc263 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
264 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in OpenDatabase()
347 if (!SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
356 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in ValidateConnection()
357 SqlQueryWithoutHandler("SET cursor_tuple_fraction=1"); in ValidateConnection()
363 if (!SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
552 SqlQueryWithoutHandler("BEGIN"); in BigSqlQuery()
557 if (!SqlQueryWithoutHandler(buf_)) { in BigSqlQuery()
577 SqlQueryWithoutHandler("CLOSE _bac_cursor"); in BigSqlQuery()
604 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
[all …]
H A Ddbi.cc312 SqlQueryWithoutHandler("SET wait_timeout=691200"); in OpenDatabase()
313 SqlQueryWithoutHandler("SET interactive_timeout=691200"); in OpenDatabase()
321 SqlQueryWithoutHandler("SET datestyle TO 'ISO, YMD'"); in OpenDatabase()
583 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
597 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
611 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
635 if (!SqlQueryWithoutHandler(query, QF_STORE_RESULT)) { in SqlQueryWithHandler()
981 if (!SqlQueryWithoutHandler(query)) { in SqlInsertAutokeyRecord()
1237 SqlQueryWithoutHandler(query); in SqlBatchStart()
1373 if (!SqlQueryWithoutHandler(cmd)) in SqlBatchInsert()
[all …]
H A Dsqlite.cc217 SqlQueryWithoutHandler(SQLITE3_INIT_QUERY); in OpenDatabase()
277 if (SqlQueryWithoutHandler("SELECT 1", true)) { in ValidateConnection()
324 SqlQueryWithoutHandler("BEGIN"); /* begin transaction */ in StartTransaction()
347 SqlQueryWithoutHandler("COMMIT"); /* end transaction */ in EndTransaction()
428 bool BareosDbSqlite::SqlQueryWithoutHandler(const char *query, int flags) in SqlQueryWithoutHandler() function in BareosDbSqlite
506 if (!SqlQueryWithoutHandler(query)) { in SqlInsertAutokeyRecord()
610 retval = SqlQueryWithoutHandler("CREATE TEMPORARY TABLE batch (" in SqlBatchStart()
667 return SqlQueryWithoutHandler(cmd); in SqlBatchInsert()

123456