Home
last modified time | relevance | path

Searched defs:sqlFormat (Results 1 – 5 of 5) sorted by relevance

/dports/mail/archiveopteryx/archiveopteryx-3.2.0/aox/
H A Dsearch.cpp149 EString sqlFormat = s->string(); in ShowSearch() local
/dports/mail/archiveopteryx-devel/aox-96ab17e/aox/
H A Dsearch.cpp149 EString sqlFormat = s->string(); in ShowSearch() local
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dprintf.c795 const char *sqlFormat, /* printf-style format string for the SQL */ in sqlite_exec_printf()
811 const char *sqlFormat, /* printf-style format string for the SQL */ in sqlite_exec_vprintf()
827 const char *sqlFormat, /* printf-style format string for the SQL */ in sqlite_get_table_printf()
844 const char *sqlFormat, /* printf-style format string for the SQL */ in sqlite_get_table_vprintf()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dprintf.c795 const char *sqlFormat, /* printf-style format string for the SQL */ in sqlite_exec_printf()
811 const char *sqlFormat, /* printf-style format string for the SQL */ in sqlite_exec_vprintf()
827 const char *sqlFormat, /* printf-style format string for the SQL */ in sqlite_get_table_printf()
844 const char *sqlFormat, /* printf-style format string for the SQL */ in sqlite_get_table_vprintf()
/dports/deskutils/pinot/pinot-1.20/SQL/
H A DSQLiteBase.cpp657 SQLResults *SQLiteBase::executeStatement(const char *sqlFormat, ...) in executeStatement()
723 const string &sqlFormat) in prepareStatement()