HomeSort by: relevance | last modified time | path
    Searched refs:sql (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/
create_schema.sh 1 ttIsql -connStr "DSN=ldap_tt;Overwrite=1" -f backsql_create.sql
2 ttIsql -connStr "DSN=ldap_tt" -f testdb_create.sql
3 ttIsql -connStr "DSN=ldap_tt" -f testdb_data.sql
4 ttIsql -connStr "DSN=ldap_tt" -f testdb_metadata.sql
ttcreate_schema.sh 1 ttIsql -connStr "DSN=ldap_tt;Overwrite=1" -f backsql_create.sql
2 ttIsql -connStr "DSN=ldap_tt" -f tttestdb_create.sql
3 ttIsql -connStr "DSN=ldap_tt" -f tttestdb_data.sql
4 ttIsql -connStr "DSN=ldap_tt" -f tttestdb_metadata.sql
slapd.conf 20 # sql database definitions
23 database sql
24 suffix "o=sql,c=RU"
25 rootdn "cn=root,o=sql,c=RU"
  /src/external/bsd/kyua-cli/tests/kyua-cli/store/
Makefile 25 FILES= schema_v1.sql \
26 testdata_v1.sql \
27 testdata_v2.sql
  /src/external/bsd/kyua-cli/share/kyua-cli/store/
Makefile 10 FILES= migrate_v1_v2.sql \
11 schema_v2.sql
  /src/external/bsd/kyua-cli/dist/utils/sqlite/
database.cpp 235 /// Executes an arbitrary SQL string.
242 /// \param sql The SQL commands to be executed.
244 /// \throw api_error If there is any problem while processing the SQL.
246 sqlite::database::exec(const std::string& sql)
248 const int error = ::sqlite3_exec(_pimpl->db, sql.c_str(), NULL, NULL, NULL);
269 /// \param sql The SQL statement to prepare.
273 sqlite::database::create_statement(const std::string& sql)
275 LD(F("Creating statement: %s") % sql);
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/
slapd.conf 20 # sql database definitions
23 database sql
24 suffix "o=sql,c=RU"
25 rootdn "cn=root,o=sql,c=RU"
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/ibmdb2/
slapd.conf 20 # sql database definitions
23 database sql
24 suffix "o=sql,c=RU"
25 rootdn "cn=root,o=sql,c=RU"
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mysql/
slapd.conf 20 # sql database definitions
23 database sql
24 suffix "o=sql,c=RU"
25 rootdn "cn=root,o=sql,c=RU"
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/
slapd.conf 20 # sql database definitions
23 database sql
24 suffix "o=sql,c=RU"
25 rootdn "cn=root,o=sql,c=RU"
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/
slapd.conf 20 # sql database definitions
23 database sql
24 suffix "o=sql,c=RU"
25 rootdn "cn=root,o=sql,c=RU"
testdb_metadata.sql 19 -- attributeType mappings: describe how an attributeType for a certain objectClass maps to the SQL data.
97 ' language 'sql';
113 ' language 'sql';
121 ' language 'sql';
129 ' language 'sql';
137 ' language 'sql';
145 ' language 'sql';
  /src/external/bsd/openldap/dist/tests/data/
slapd-sql-syncrepl-provider.conf 25 #sqlmod#modulepath ../servers/slapd/back-sql/
43 # sql database definitions
46 database sql
slapd-sql.conf 25 #sqlmod#modulepath ../servers/slapd/back-sql/
41 # sql database definitions
44 database sql
  /src/external/bsd/openldap/dist/tests/scripts/
sql-all 28 echo "### SQL tests ###"
32 echo "### SQL tests require the sql backend, a properly configured"
34 echo "### servers/slapd/back-sql/rdbms_depend/* files."
43 echo "### See servers/slapd/back-sql/rdbms_depend/README for more "
49 for CMD in $SRCDIR/scripts/sql-test*; do
sql-test001-concurrency 20 echo "SQL backend not available, test skipped"
25 echo "SQL test not requested, test skipped"
39 SQLDATADIR=$TESTDIR/sql-concurrency
52 echo "Testing SQL backend concurrency..."
defines.sh 106 SQLCONCURRENCYDIR=$DATADIR/sql-concurrency
157 SQLCONF=$DATADIR/slapd-sql.conf
158 SQLSRPROVIDERCONF=$DATADIR/slapd-sql-syncrepl-provider.conf
344 SQLADD=$DATADIR/sql-add.ldif
451 SQLREAD=$DATADIR/sql-read.out
452 SQLWRITE=$DATADIR/sql-write.out
  /src/external/bsd/wpa/dist/src/radius/
radius_server.c 261 const char *sql = local
271 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) {
308 char *sql; local
309 sql = sqlite3_mprintf("INSERT INTO authlog"
316 if (sql) {
317 if (sqlite3_exec(sess->server->db, sql, NULL, NULL,
322 sqlite3_free(sql);
668 char *sql; local
688 sql = sqlite3_mprintf("INSERT OR REPLACE INTO pending_tc (mac_addr,identity) VALUES (%Q,%Q)",
691 if (!sql)
708 char *sql; local
739 char *sql = NULL; local
846 char *sql; local
1605 char *sql; local
2710 char *sql; local
    [all...]
  /src/lib/lua/sqlite/
sqlite.c 137 const char *sql; local
141 sql = luaL_checkstring(L, 2);
142 lua_pushinteger(L, sqlite3_prepare_v2(*db, sql,
143 (int)strlen(sql) + 1, stmt, NULL));
  /src/share/examples/puffs/pgfs/
newfs.sql 1 -- $NetBSD: newfs.sql,v 1.4 2012/04/11 14:28:46 yamt Exp $
28 -- usage: psql -f newfs.sql [dbname]
  /src/external/bsd/openldap/dist/tests/
run.in 42 AC_sql=sql@BUILD_SQL@
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 76 int (*complete)(const char*sql);
77 int (*complete16)(const void*sql);
207 const char *(*sql)(sqlite3_stmt*); member in struct:sqlite3_api_routines
567 #define sqlite3_sql sqlite3_api->sql
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
odbcinst.d 15 import core.sys.windows.sql;
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
back-sql.h 1 /* $NetBSD: back-sql.h,v 1.4 2025/09/05 21:16:31 christos Exp $ */
31 * - LDAP schema is checked when loading SQL/LDAP mapping
63 * - add security checks for SQL statements that can be injected (?)
94 Changes that were made to the SQL backend.
101 1. Added an option to set SQL query for the "id_query" operation.
103 2. Added an option to the SQL backend called "use_subtree_shortcut".
104 When a search is performed, the SQL query includes a WHERE clause
107 searchbase of the LDAP search is the root DN of the SQL backend,
109 the "LIKE %<searchbase>" clause in the SQL query (it is replaced
138 return code. This allows the distinction between the SQL failing t
    [all...]
  /src/external/bsd/wpa/dist/src/eap_server/
eap_sim_db.c 97 const char *sql = local
105 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) {
118 const char *sql = local
131 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) {

Completed in 30 milliseconds

1 2