Home
last modified time | relevance | path

Searched defs:schema_id (Results 1 – 25 of 111) sorted by relevance

12345

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/tables/
H A Dtriggers.cc129 Object_key *Triggers::create_key_by_schema_id(Object_id schema_id) { in create_key_by_schema_id()
145 Object_key *Triggers::create_key_by_trigger_name(Object_id schema_id, in create_key_by_trigger_name()
159 bool Triggers::get_trigger_table_id(THD *thd, Object_id schema_id, in get_trigger_table_id()
H A Devents.cc138 bool Events::update_object_key(Item_name_key *key, Object_id schema_id, in update_object_key()
153 Object_key *Events::create_key_by_schema_id(Object_id schema_id) { in create_key_by_schema_id()
H A Droutines.cc188 bool Routines::update_object_key(Routine_name_key *key, Object_id schema_id, in update_object_key()
199 Object_key *Routines::create_key_by_schema_id(Object_id schema_id) { in create_key_by_schema_id()
H A Dcheck_constraints.cc94 Object_id schema_id, const String_type &check_cons_name) { in create_key_by_check_constraint_name()
103 THD *thd, Object_id schema_id, const String_type &check_cons_name, in check_constraint_exists()
H A Dforeign_keys.cc117 Object_id schema_id, const String_type &foreign_key_name) { in create_key_by_foreign_key_name()
139 bool Foreign_keys::check_foreign_key_exists(THD *thd, Object_id schema_id, in check_foreign_key_exists()
H A Dtables.cc217 bool Tables::update_object_key(Item_name_key *key, Object_id schema_id, in update_object_key()
246 Object_key *Tables::create_key_by_schema_id(Object_id schema_id) { in create_key_by_schema_id()
/dports/chinese/librime/librime-1.7.3/src/rime/
H A Dschema.cc18 Schema::Schema(const string& schema_id) in Schema()
39 Config* SchemaComponent::Create(const string& schema_id) { in Create()
H A Dschema.h19 Schema(const string& schema_id, Config* config) in Schema()
22 const string& schema_id() const { return schema_id_; } in schema_id() function
/dports/devel/py-azure-mgmt-apimanagement/azure-mgmt-apimanagement-0.2.0/azure/mgmt/apimanagement/operations/
H A D_api_schema_operations.py136 …self, resource_group_name, service_name, api_id, schema_id, custom_headers=None, raw=False, **oper… argument
201 …self, resource_group_name, service_name, api_id, schema_id, custom_headers=None, raw=False, **oper… argument
276 …self, resource_group_name, service_name, api_id, schema_id, parameters, if_match=None, custom_head… argument
337 …self, resource_group_name, service_name, api_id, schema_id, parameters, if_match=None, custom_head… argument
405 …self, resource_group_name, service_name, api_id, schema_id, if_match, force=None, custom_headers=N… argument
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/types/
H A Dprocedure_impl.cc42 bool Procedure_impl::update_routine_name_key(Name_key *key, Object_id schema_id, in update_routine_name_key()
49 bool Procedure::update_name_key(Name_key *key, Object_id schema_id, in update_name_key()
H A Dfunction_impl.cc133 bool Function_impl::update_routine_name_key(Name_key *key, Object_id schema_id, in update_routine_name_key()
140 bool Function::update_name_key(Name_key *key, Object_id schema_id, in update_name_key()
H A Dabstract_table_impl.h88 virtual Object_id schema_id() const { return m_schema_id; } in schema_id() function
90 virtual void set_schema_id(Object_id schema_id) { m_schema_id = schema_id; } in set_schema_id()
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dsettingsschemasource.cc111 Glib::RefPtr<SettingsSchema> SettingsSchemaSource::lookup(const Glib::ustring& schema_id, bool recu… in lookup()
116 Glib::RefPtr<const SettingsSchema> SettingsSchemaSource::lookup(const Glib::ustring& schema_id, boo… in lookup() argument
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/events/v1/
H A Devent_type.py36 def stream(self, schema_id=values.unset, limit=None, page_size=None): argument
60 def list(self, schema_id=values.unset, limit=None, page_size=None): argument
79 def page(self, schema_id=values.unset, page_token=values.unset, argument
285 def schema_id(self): member in EventTypeInstance
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/prefs/
H A Ddzl-preferences.c74 const gchar *schema_id, in dzl_preferences_add_switch()
97 const gchar *schema_id, in dzl_preferences_add_spin_button()
164 const gchar *schema_id, in dzl_preferences_add_radio()
187 const gchar *schema_id, in dzl_preferences_add_font_button()
207 const gchar *schema_id, in dzl_preferences_add_file_chooser()
/dports/chinese/librime/librime-1.7.3/tools/
H A Drime_deployer.cc33 string schema_id(schema_list[j]["schema"].ToString()); in add_schema() local
50 int set_active_schema(const string& schema_id) { in set_active_schema()
/dports/deskutils/maliit-keyboard/keyboard-2.1.0/src/3rdparty/QGSettings/
H A Dqgsettings.cpp27 QByteArray schema_id; member
44 QGSettings::QGSettings(const QByteArray &schema_id, const QByteArray &path, QObject *parent): in QGSettings()
156 bool QGSettings::isSchemaInstalled(const QByteArray &schema_id) in isSchemaInstalled()
/dports/devel/libserdes/libserdes-6.0.2/src/
H A Dframing.c40 int32_t schema_id; in serdes_framing_cp1_write() local
130 int schema_id = -1; in serdes_framing_read() local
/dports/chinese/ibus-libpinyin/ibus-libpinyin-1.11.1/src/
H A DPYConfig.cc123 Config::valueChanged (const std::string &schema_id, in valueChanged()
137 std::string schema_id (property); in valueChangedCallback() local
/dports/chinese/librime/librime-1.7.3/src/rime/lever/
H A Dswitcher_settings.cc38 for (const string& schema_id : selection_) { in Select() local
111 const string& schema_id(schema_property->str()); in GetSelectedSchemasFromConfig() local
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/parser/
H A Derror.go44 // StrictLHSAssignment: 'Assignment to eval or arguments is not allowed in strict mode',
67 self.Position.Column,
/dports/net/py-confluent-kafka/confluent-kafka-1.2.0/confluent_kafka/avro/serializer/
H A Dmessage_serializer.py117 def encode_record_with_schema_id(self, schema_id, record, is_key=False): argument
154 def _get_decoder_func(self, schema_id, payload, is_key=False): argument
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/dba/
H A Dschema-management.sql5 schema_id INT4, field
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/segment/
H A DChangeCompositionLengthCommand.h37 class ChangeCompositionLengthCommand : public NamedCommand
/dports/x11/gnome-terminal/gnome-terminal-3.42.2/src/
H A Dterminal-client-utils.cc291 char const* schema_id, in terminal_g_settings_new_with_path()
307 char const* schema_id) in terminal_g_settings_new()

12345