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
= \false
Tags
$comment
comment field / eg : use to form's label.
public
string
$comment
= ''
Tags
$datatype
public
mixed
$datatype
Tags
$defaultValue
public
mixed
$defaultValue
Tags
$fieldName
the name of the field in table.
public
mixed
$fieldName
= ''
Tags
$insertPattern
public
mixed
$insertPattern
= '%s'
Tags
$isFK
Says if it's a foreign key.
public
bool
$isFK
= \false
Tags
$isPK
Says if it's a primary key.
public
bool
$isPK
= \false
Tags
$maxlength
the maxlength of the key if given.
public
int
$maxlength
Tags
$minlength
public
mixed
$minlength
Tags
$name
the name of the property of the object.
public
mixed
$name
= ''
Tags
$ofPrimaryTable
public
mixed
$ofPrimaryTable
= \true
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
$selectPattern
public
mixed
$selectPattern
= '%s'
Tags
$sequenceName
public
mixed
$sequenceName
= ''
Tags
$table
public
mixed
$table
Tags
$unifiedType
public
mixed
$unifiedType
Tags
$updatePattern
public
mixed
$updatePattern
= '%s'