Home
last modified time | relevance | path

Searched defs:ForeignKey (Results 1 – 25 of 91) sorted by relevance

1234

/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/dataintegration/
H A Dforeign_key.go18 type ForeignKey struct { struct
21 Key *string `mandatory:"false" json:"key"`
24 ModelVersion *string `mandatory:"false" json:"modelVersion"`
26 ParentRef *ParentReference `mandatory:"false" json:"parentRef"`
29 Name *string `mandatory:"false" json:"name"`
32 AttributeRefs []KeyAttribute `mandatory:"false" json:"attributeRefs"`
35 UpdateRule *int `mandatory:"false" json:"updateRule"`
38 DeleteRule *int `mandatory:"false" json:"deleteRule"`
43 ObjectStatus *int `mandatory:"false" json:"objectStatus"`
46 func (m ForeignKey) String() string {
[all …]
/dports/devel/py-factory-boy/factory_boy-3.2.1/docs/
H A Drecipes.rst36 Choosing from a populated table
94 Example: Django's Profile
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/include/kernel/signaldata/
H A DDictTabInfo.hpp243 ForeignKey = 25, // The definition enumerator
897 struct ForeignKey { struct
898 char Name[MAX_TAB_NAME_SIZE];
899 char ParentTableName[MAX_TAB_NAME_SIZE];
900 char ParentIndexName[MAX_TAB_NAME_SIZE];
901 char ChildTableName[MAX_TAB_NAME_SIZE];
902 char ChildIndexName[MAX_TAB_NAME_SIZE];
903 Uint32 ForeignKeyId;
919 ForeignKey() {} in ForeignKey() function
927 ndbout_print(const DictForeignKeyInfo::ForeignKey& fk, char* buf, size_t sz); argument
/dports/net-im/biboumi/biboumi-9.0/src/database/
H A Dcolumn.hpp28 struct ForeignKey: Column<std::size_t> { struct
29 static constexpr auto name = "fk_";
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/include/kernel/signaldata/
H A DDictTabInfo.hpp235 ForeignKey = 25, // The definition enumerator
885 struct ForeignKey { struct
886 char Name[MAX_TAB_NAME_SIZE];
887 char ParentTableName[MAX_TAB_NAME_SIZE];
888 char ParentIndexName[MAX_TAB_NAME_SIZE];
889 char ChildTableName[MAX_TAB_NAME_SIZE];
890 char ChildIndexName[MAX_TAB_NAME_SIZE];
891 Uint32 ForeignKeyId;
907 ForeignKey() {} in ForeignKey() function
915 ndbout_print(const DictForeignKeyInfo::ForeignKey& fk, char* buf, size_t sz); argument
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/include/kernel/signaldata/
H A DDictTabInfo.hpp235 ForeignKey = 25, // The definition enumerator
885 struct ForeignKey { struct
886 char Name[MAX_TAB_NAME_SIZE];
887 char ParentTableName[MAX_TAB_NAME_SIZE];
888 char ParentIndexName[MAX_TAB_NAME_SIZE];
889 char ChildTableName[MAX_TAB_NAME_SIZE];
890 char ChildIndexName[MAX_TAB_NAME_SIZE];
891 Uint32 ForeignKeyId;
907 ForeignKey() {} in ForeignKey() function
915 ndbout_print(const DictForeignKeyInfo::ForeignKey& fk, char* buf, size_t sz); argument
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/include/kernel/signaldata/
H A DDictTabInfo.hpp235 ForeignKey = 25, // The definition enumerator
885 struct ForeignKey { struct
886 char Name[MAX_TAB_NAME_SIZE];
887 char ParentTableName[MAX_TAB_NAME_SIZE];
888 char ParentIndexName[MAX_TAB_NAME_SIZE];
889 char ChildTableName[MAX_TAB_NAME_SIZE];
890 char ChildIndexName[MAX_TAB_NAME_SIZE];
891 Uint32 ForeignKeyId;
907 ForeignKey() {} in ForeignKey() function
915 ndbout_print(const DictForeignKeyInfo::ForeignKey& fk, char* buf, size_t sz); argument
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/include/kernel/signaldata/
H A DDictTabInfo.hpp235 ForeignKey = 25, // The definition enumerator
885 struct ForeignKey { struct
886 char Name[MAX_TAB_NAME_SIZE];
887 char ParentTableName[MAX_TAB_NAME_SIZE];
888 char ParentIndexName[MAX_TAB_NAME_SIZE];
889 char ChildTableName[MAX_TAB_NAME_SIZE];
890 char ChildIndexName[MAX_TAB_NAME_SIZE];
891 Uint32 ForeignKeyId;
907 ForeignKey() {} in ForeignKey() function
915 ndbout_print(const DictForeignKeyInfo::ForeignKey& fk, char* buf, size_t sz); argument
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/include/kernel/signaldata/
H A DDictTabInfo.hpp235 ForeignKey = 25, // The definition enumerator
885 struct ForeignKey { struct
886 char Name[MAX_TAB_NAME_SIZE];
887 char ParentTableName[MAX_TAB_NAME_SIZE];
888 char ParentIndexName[MAX_TAB_NAME_SIZE];
889 char ChildTableName[MAX_TAB_NAME_SIZE];
890 char ChildIndexName[MAX_TAB_NAME_SIZE];
891 Uint32 ForeignKeyId;
907 ForeignKey() {} in ForeignKey() function
915 ndbout_print(const DictForeignKeyInfo::ForeignKey& fk, char* buf, size_t sz); argument
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/associations/
H A Dbelongs_to.rs20 type ForeignKey: Hash + ::std::cmp::Eq; typedef
26 fn foreign_key(&self) -> Option<&Self::ForeignKey>; in foreign_key()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/associations/
H A Dbelongs_to.rs20 type ForeignKey: Hash + ::std::cmp::Eq; typedef
26 fn foreign_key(&self) -> Option<&Self::ForeignKey>; in foreign_key()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/Update/Internal/
H A DPropagatorFlags.cs45 ForeignKey = 32, enumerator
/dports/databases/py-ormar/ormar-0.10.23/ormar/fields/
H A Dforeign_key.py176 def ForeignKey(to: Type["T"], **kwargs: Any) -> "T": # pragma: no cover function
181 def ForeignKey(to: ForwardRef, **kwargs: Any) -> "Model": # pragma: no cover function
185 def ForeignKey( # type: ignore # noqa CFQ002 function
/dports/www/elgg/elgg-3.3.23/vendor/robmorgan/phinx/src/Phinx/Db/Action/
H A DDropForeignKey.php27 use Phinx\Db\Table\ForeignKey; alias
H A DAddForeignKey.php27 use Phinx\Db\Table\ForeignKey; alias
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/test/unit/Sql/Ddl/Constraint/
H A DForeignKeyTest.php13 use Zend\Db\Sql\Ddl\Constraint\ForeignKey; alias
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.DynamicData/Test/System.Web.DynamicData.ModelProviders/
H A DTableProviderTest.cs83 public string ForeignKey property in MonoTests.System.Web.DynamicData.ModelProviders.MyRow
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/src/Sql/Ddl/Constraint/
H A DForeignKey.php12 class ForeignKey extends AbstractConstraint class
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Db/Sql/Ddl/Constraint/
H A DForeignKey.php12 class ForeignKey extends AbstractConstraint class
/dports/security/vault/google-cloud-go-spanner-v1.5.1/spanner/spansql/
H A Dtypes.go60 ForeignKey ForeignKey member
213 type ForeignKey struct { struct
214 Columns []string
215 RefTable string
216 RefColumns []string
218 Position Position // position of the "FOREIGN" token
221 func (fk ForeignKey) Pos() Position { return fk.Position }
222 func (fk *ForeignKey) clearOffset() { fk.Position.Offset = 0 }
/dports/www/gohugo/google-cloud-go-storage-v1.10.0/spanner/spansql/
H A Dtypes.go60 ForeignKey ForeignKey member
213 type ForeignKey struct { struct
214 Columns []string
215 RefTable string
216 RefColumns []string
218 Position Position // position of the "FOREIGN" token
221 func (fk ForeignKey) Pos() Position { return fk.Position }
222 func (fk *ForeignKey) clearOffset() { fk.Position.Offset = 0 }
/dports/www/pomerium/pomerium-0.8.3/vendor/cloud.google.com/go/spanner/spansql/
H A Dtypes.go60 ForeignKey ForeignKey member
213 type ForeignKey struct { struct
214 Columns []string
215 RefTable string
216 RefColumns []string
218 Position Position // position of the "FOREIGN" token
221 func (fk ForeignKey) Pos() Position { return fk.Position }
222 func (fk *ForeignKey) clearOffset() { fk.Position.Offset = 0 }
/dports/sysutils/helmfile/google-cloud-go-storage-v1.10.0/spanner/spansql/
H A Dtypes.go60 ForeignKey ForeignKey member
213 type ForeignKey struct { struct
214 Columns []string
215 RefTable string
216 RefColumns []string
218 Position Position // position of the "FOREIGN" token
221 func (fk ForeignKey) Pos() Position { return fk.Position }
222 func (fk *ForeignKey) clearOffset() { fk.Position.Offset = 0 }
/dports/net/grpcui/grpcui-1.1.0/vendor/cloud.google.com/go/spanner/spansql/
H A Dtypes.go60 ForeignKey ForeignKey member
213 type ForeignKey struct { struct
214 Columns []string
215 RefTable string
216 RefColumns []string
218 Position Position // position of the "FOREIGN" token
221 func (fk ForeignKey) Pos() Position { return fk.Position }
222 func (fk *ForeignKey) clearOffset() { fk.Position.Offset = 0 }
/dports/net/grpcurl/grpcurl-1.8.5/vendor/cloud.google.com/go/spanner/spansql/
H A Dtypes.go60 ForeignKey ForeignKey member
213 type ForeignKey struct { struct
214 Columns []string
215 RefTable string
216 RefColumns []string
218 Position Position // position of the "FOREIGN" token
221 func (fk ForeignKey) Pos() Position { return fk.Position }
222 func (fk *ForeignKey) clearOffset() { fk.Position.Offset = 0 }

1234