jDbReference

Extends \jDbConstraint

used to declare a foreign key

package

jelix

Methods

jDbConstraint constructor.

__construct(string $name, array<mixed,string>|string $columns) 
inherited

Arguments

$name

string

$columns

array<mixed,string>|string

Properties

name

name : 
inherited

Type(s)

columns

columns : 
inherited

Type(s)

name of the foreign table

fTable : string
var

Type(s)

string

list of foreign columns

fColumns : array<mixed,string>
var

Type(s)

array<mixed,string>

onUpdate

onUpdate : 

Type(s)

onDelete

onDelete : 

Type(s)