Home
last modified time | relevance | path

Searched refs:sqlstring (Results 1 – 25 of 37) sorted by relevance

12

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/router/src/common/
H A Dutils_sqlstring.cc408 const sqlstring sqlstring::null(sqlstring("NULL", 0));
409 const sqlstring sqlstring::end(sqlstring("", EndOfInput));
411 sqlstring::sqlstring(const char *format_string, const sqlstringformat format) in sqlstring() function in mysqlrouter::sqlstring
416 sqlstring::sqlstring(const sqlstring &copy) in sqlstring() function in mysqlrouter::sqlstring
421 sqlstring::sqlstring() : _format(0) {} in sqlstring() function in mysqlrouter::sqlstring
450 sqlstring &sqlstring::append(const std::string &s) { in append()
466 sqlstring &sqlstring::operator<<(const double v) { in operator <<()
478 sqlstring &sqlstring::operator<<(const sqlstringformat format) { in operator <<()
483 sqlstring &sqlstring::operator<<(const std::string &v) { in operator <<()
505 sqlstring &sqlstring::operator<<(const sqlstring &v) { in operator <<()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/router/include/mysqlrouter/
H A Dutils_sqlstring.h54 class sqlstring {
69 sqlstring &append(const std::string &s);
72 static const sqlstring null;
73 static const sqlstring end;
75 sqlstring();
77 sqlstring(const sqlstring &copy);
78 sqlstring &operator=(const sqlstring &) = default;
89 sqlstring &operator<<(const double);
96 sqlstring &operator<<(const char *);
98 sqlstring &operator<<(const sqlstring &);
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/router/src/
H A Dcluster_metadata.cc62 sqlstring query( in verify_router_id_is_ours_v1()
68 query << router_id << sqlstring::end; in verify_router_id_is_ours_v1()
100 sqlstring query( in verify_router_id_is_ours_v2()
154 sqlstring query( in update_router_info_v1()
179 sqlstring query( in update_router_info_v2()
246 sqlstring query( in register_router_v1()
256 query = sqlstring( in register_router_v1()
273 query = sqlstring( in register_router_v1()
286 query = sqlstring( in register_router_v1()
311 sqlstring query = sqlstring( in register_router_v2()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Chatroom/chat/node_modules/sqlstring/
H A DREADME.md1 # sqlstring chapter
14 $ npm install sqlstring
22 var SqlString = require('sqlstring');
198 [npm-version-image]: https://img.shields.io/npm/v/sqlstring.svg
199 [npm-downloads-image]: https://img.shields.io/npm/dm/sqlstring.svg
200 [npm-url]: https://npmjs.org/package/sqlstring
201 [travis-image]: https://img.shields.io/travis/mysqljs/sqlstring/master.svg
202 [travis-url]: https://travis-ci.org/mysqljs/sqlstring
203 [coveralls-image]: https://img.shields.io/coveralls/mysqljs/sqlstring/master.svg
204 [coveralls-url]: https://coveralls.io/r/mysqljs/sqlstring?branch=master
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Chatroom/chat/node_modules/sqlstring/
H A DREADME.md1 # sqlstring chapter
14 $ npm install sqlstring
22 var SqlString = require('sqlstring');
198 [npm-version-image]: https://img.shields.io/npm/v/sqlstring.svg
199 [npm-downloads-image]: https://img.shields.io/npm/dm/sqlstring.svg
200 [npm-url]: https://npmjs.org/package/sqlstring
201 [travis-image]: https://img.shields.io/travis/mysqljs/sqlstring/master.svg
202 [travis-url]: https://travis-ci.org/mysqljs/sqlstring
203 [coveralls-image]: https://img.shields.io/coveralls/mysqljs/sqlstring/master.svg
204 [coveralls-url]: https://coveralls.io/r/mysqljs/sqlstring?branch=master
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/metadata_cache/src/
H A Dcluster_metadata.cc51 using mysqlrouter::sqlstring;
247 sqlstring query; in update_router_version()
259 query << MYSQL_ROUTER_VERSION << router_id << sqlstring::end; in update_router_version()
310 sqlstring query = in update_router_last_check_in()
314 query << router_id << sqlstring::end; in update_router_last_check_in()
329 sqlstring query = in fetch_auth_credentials()
334 query << cluster_name << sqlstring::end; in fetch_auth_credentials()
H A Dcluster_metadata_ar.cc33 using mysqlrouter::sqlstring;
/dports/devel/rth/rth/adodb-4.65/contrib/
H A Dtoxmlrpc.inc.php121 $sqlstring = $header->structmem('sql');
122 $sqlstring = $sqlstring->scalarval();
/dports/devel/truc/truc_0.12.0/adodb-4.65/contrib/
H A Dtoxmlrpc.inc.php121 $sqlstring = $header->structmem('sql');
122 $sqlstring = $sqlstring->scalarval();
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/ADODB/contrib/
H A Dtoxmlrpc.inc.php147 $sqlstring = $header->structmem('sql');
148 $sqlstring = $sqlstring->scalarval();
/dports/databases/adodb/adodb/contrib/
H A Dtoxmlrpc.inc.php147 $sqlstring = $header->structmem('sql');
148 $sqlstring = $sqlstring->scalarval();
/dports/deskutils/egroupware/egroupware/vendor/egroupware/adodb-php/contrib/
H A Dtoxmlrpc.inc.php147 $sqlstring = $header->structmem('sql');
148 $sqlstring = $sqlstring->scalarval();
/dports/www/phprecipebook/phprecipebook/libs/adodb4/contrib/
H A Dtoxmlrpc.inc.php147 $sqlstring = $header->structmem('sql');
148 $sqlstring = $sqlstring->scalarval();
/dports/www/phprecipebook/phprecipebook/libs/adodb5/contrib/
H A Dtoxmlrpc.inc.php147 $sqlstring = $header->structmem('sql');
148 $sqlstring = $sqlstring->scalarval();
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/adodb/adodb-php/contrib/
H A Dtoxmlrpc.inc.php147 $sqlstring = $header->structmem('sql');
148 $sqlstring = $sqlstring->scalarval();
/dports/databases/mantis/mantisbt-2.25.2/vendor/adodb/adodb-php/contrib/
H A Dtoxmlrpc.inc.php147 $sqlstring = $header->structmem('sql');
148 $sqlstring = $sqlstring->scalarval();
/dports/biology/ncbi-toolkit/ncbi/network/medarch/server/
H A Dmakeserver.old22 sybintfc.o sqlstring.o message.o patchtoiso.o \
27 sybintfc.c sqlstring.c message.c patchtoiso.c \
H A Dmakesybmla.unx52 password.o patchtoiso.o sqlstring.o sybbind.o sybintfc.o \
57 password.c patchtoiso.c sqlstring.c sybbind.c sybintfc.c \
/dports/textproc/ibus-typing-booster/ibus-typing-booster-2.15.11/engine/
H A Dtabsqlitedb.py609 sqlstring = ('CREATE TABLE IF NOT EXISTS user_db.desc '
611 self.database.executescript(sqlstring)
612 sqlstring = 'INSERT OR IGNORE INTO user_db.desc VALUES (?, ?);'
614 sqlstring, ('version', USER_DATABASE_VERSION))
615 sqlstring = (
618 self.database.execute(sqlstring, ("create-time", ))
/dports/textproc/ibus-table/ibus-table-1.14.1/engine/
H A Dtabsqlitedb.py1206 sqlstring = (
1209 self.db.executescript(sqlstring)
1210 sqlstring = 'INSERT OR IGNORE INTO user_db.desc VALUES (?, ?);'
1211 self.db.execute(sqlstring, ('version', DATABASE_VERSION))
1212 sqlstring = (
1215 self.db.execute(sqlstring, ("create-time", ))
/dports/net/3proxy/3proxy-0.9.4/src/
H A Dauth.c1388 char * sqlstring = NULL; variable
1418 if(!sqlstring || strcmp(sqlstring, s)){ in init_sql()
1419 string = sqlstring; in init_sql()
1420 sqlstring=mystrdup(s); in init_sql()
1449 string = mystrdup(sqlstring); in init_sql()
1506 if(!init_sql(sqlstring)) { in logsql()
1515 if(!init_sql(sqlstring)){ in logsql()
/dports/www/ilias/ILIAS-5.4.25/Modules/Chatroom/chat/node_modules/mysql/
H A DChanges.md34 * Update `sqlstring` to 2.3.1
46 * Update `sqlstring` to 2.3.0
89 * Update `sqlstring` to 2.2.0
116 * Use the `sqlstring` module for SQL escaping and formatting
/dports/www/ilias6/ILIAS-6.14/Modules/Chatroom/chat/node_modules/mysql/
H A DChanges.md50 * Update `sqlstring` to 2.3.1
62 * Update `sqlstring` to 2.3.0
105 * Update `sqlstring` to 2.2.0
132 * Use the `sqlstring` module for SQL escaping and formatting
/dports/www/grafana8/grafana-8.3.6/docs/sources/variables/
H A Dadvanced-variable-format-options.md139 String to interpolate: '${servers:sqlstring}'
/dports/www/limesurvey/limesurvey/application/helpers/
H A Dcommon_helper.php4319 * @param string $sqlstring If no path is supplied then a string with semicolon delimited sql
4323 function modifyDatabase($sqlfile = '', $sqlstring = '') argument
4345 $sqlstring = trim($sqlstring);
4346 if ($sqlstring[strlen($sqlstring) - 1] != ";") {
4347 $sqlstring .= ";"; // add it in if it's not there.
4349 $lines[] = $sqlstring;

12