Switch to: V12V11V10V9V8V7V6V5

Valentina Link Properties

On this page you can see list of system Valentina Link properties. You can get the list of properties using SHOW PROPERTIES command.

Encryptable properties

Encrypted

Read-only system property. Return 1 if object is encrypted and 0 otherwise.

GET PROPERTY Encrypted OF link lnk1;

RequiresEncryptionKey

Read-only system property. Return 1 if object is a root of encrypted objects tree and 0 otherwise.

GET PROPERTY RequiresEncryptionKey OF link lnk1;

StructureEncrypted

Read-only system property. Return 1 if object is a structure-encrypted and 0 otherwise.

GET PROPERTY StructureEncrypted OF link lnk1;

BranchCount

Read-only system property. Return branch count of the Link.

GET PROPERTY BranchCount OF link lnk1;

ID

Read-only system property. Return ID of the Link.

GET PROPERTY ID OF link lnk1;

Kind

Read-only system property. Return kind of the Link.

GET PROPERTY Kind OF link lnk1;

LeftType

Read-only system property. Return “left type” of the Link (kMany or kOne).

GET PROPERTY LeftType OF link lnk1;

LinkedTables

Read-only system property. Return the list of linked tables.

GET PROPERTY LinkedTables OF link lnk1;

OnDelete

Read-only system property. Return OnDelete behavior of the Link.

GET PROPERTY OnDelete OF link lnk1;

OnUpdate

Read-only system property. Return OnUpdate behavior of the Link.

GET PROPERTY OnUpdate OF link lnk1;

Owner

Read-only system property. Return name of the table which is owner of this link.

GET PROPERTY Owner OF link lnk1;

PropertyCount

Read-only system property. Return properties count of the Link.

GET PROPERTY PropertyCount OF link lnk1;

Ptrs

Read-only system property. Return field list used by this link as pointers (Foreign Key or ObjectPtr fields).

GET PROPERTY Size OF Ptrs lnk1;

RightType

Read-only system property. Return “right type” of the Link (kMany or kOne).

GET PROPERTY RightType OF link lnk1;

Size

Read-only system property. Return size of the Link in bytes.

GET PROPERTY Size OF link lnk1;