jDaoProperty
in package
Container for properties of a dao property
Tags
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
$autoIncrement
public
mixed
$autoIncrement
= alse
$comment
comment field / eg : use to form's label
public
string
$comment
= ''
$datatype
public
mixed
$datatype
$defaultValue
public
mixed
$defaultValue
=
ull
$fieldName
the name of the field in table
public
mixed
$fieldName
= ''
$insertPattern
public
mixed
$insertPattern
= '%s'
$isFK
Says if it's a foreign key
public
bool
$isFK
= alse
$isPK
Says if it's a primary key.
public
bool
$isPK
= alse
$maxlength
the maxlength of the key if given
public
int
$maxlength
=
ull
$minlength
public
mixed
$minlength
=
ull
$name
the name of the property of the object
public
mixed
$name
= ''
$ofPrimaryTable
public
mixed
$ofPrimaryTable
= rue
$regExp
give the regular expression that needs to be matched against.
public
string
$regExp
=
ull
$required
says if the field is required when doing a check
public
bool
$required
= alse
$requiredInConditions
says if the value of the field is required when construct SQL conditions
public
bool
$requiredInConditions
= alse
$selectPattern
public
mixed
$selectPattern
= '%s'
$sequenceName
public
mixed
$sequenceName
= ''
$table
public
mixed
$table
=
ull
$unifiedType
public
mixed
$unifiedType
$updatePattern
public
mixed
$updatePattern
= '%s'