Jelix 1.8.8

jDaoProperty
in package

Container for properties of a dao property.

Tags
subpackage

dao

Table of Contents

$autoIncrement  : mixed
$comment  : string
comment field / eg : use to form's label.
$datatype  : mixed
$defaultValue  : mixed
$fieldName  : mixed
the name of the field in table.
$insertPattern  : mixed
$isFK  : bool
Says if it's a foreign key.
$isPK  : bool
Says if it's a primary key.
$maxlength  : int
the maxlength of the key if given.
$minlength  : mixed
$name  : mixed
the name of the property of the object.
$ofPrimaryTable  : mixed
$regExp  : string
give the regular expression that needs to be matched against.
$required  : bool
says if the field is required when doing a check.
$requiredInConditions  : bool
says if the value of the field is required when construct SQL conditions.
$selectPattern  : mixed
$sequenceName  : mixed
$table  : mixed
$unifiedType  : mixed
$updatePattern  : mixed

Properties

$comment

comment field / eg : use to form's label.

public string $comment = ''
Tags

$regExp

give the regular expression that needs to be matched against.

public string $regExp
Tags

$required

says if the field is required when doing a check.

public bool $required = \false
Tags

$requiredInConditions

says if the value of the field is required when construct SQL conditions.

public bool $requiredInConditions = \false
Tags

Search results