Searched refs:active_schema (Results 1 – 13 of 13) sorted by relevance
43 std::map<Anope::string, std::set<Anope::string> > active_schema; member in SQLiteService209 std::set<Anope::string> &known_cols = this->active_schema[table]; in CreateTable()276 const std::set<Anope::string> &known_cols = this->active_schema[table]; in BuildInsert()
109 std::map<Anope::string, std::set<Anope::string> > active_schema; member in MySQLService369 std::set<Anope::string> &known_cols = this->active_schema[table]; in CreateTable()425 const std::set<Anope::string> &known_cols = this->active_schema[table]; in BuildInsert()
30 *active_schema=* option.33 can be overridden by specifying *active_schema=schema_name* within the41 that you specify active_schema=bar_schema, 2 layers will be listed :328 ogr2ogr -f PostgreSQL "PG:dbname=warmerda active_schema=apt200810" apt200810352 convenient to use the active_schema connection string.359 ogr2ogr -overwrite -f PostgreSQL "PG:dbname=warmerda active_schema=apt200810" apt200810
194 the active_schema connection string. See below example.
387 private int active_schema = 0;443 active_schema = i;487 Gtk.Allocation[] alloc = schemas.get (active_schema).positions;534 Gtk.Allocation[] alloc = schemas.get (active_schema).positions;
10616 active_schema=foo and schemas=foo[,bar] (#522 and #525)