[CFW_FieldProperties] element index
Package indexes
CFW_Acl
default
CFW_Auth
CFW_Auth_Hash
CFW_Config
CFW_Data_Amf
CFW_Data
CFW_Data_Criteria
CFW_Data_SqlServer
CFW_FieldValidators
CFW_Html
CFW_Log
CFW_Mail
CFW_MessageResource
CFW_Models
CFW_Util
All elements
a
b
c
d
f
i
l
m
n
p
s
t
_
_
top
__construct
CFW_FieldProperties_Long::__construct()
in Long.php
__construct
CFW_FieldProperties_Short::__construct()
in Short.php
__construct
CFW_FieldProperties_String::__construct()
in String.php
__construct
CFW_FieldProperties_Int::__construct()
in Int.php
__construct
CFW_FieldProperties_Double::__construct()
in Double.php
__construct
CFW_FieldProperties_Byte::__construct()
in Byte.php
__construct
CFW_FieldProperties_Date::__construct()
in Date.php
__construct
CFW_FieldProperties_Decimal::__construct()
in Decimal.php
__construct
CFW_FieldProperties_Abstract::__construct()
in Abstract.php
構築
a
top
$allowZero
CFW_FieldProperties_Abstract::$allowZero
in Abstract.php
数値型の場合の0値の扱い
alias
CFW_FieldProperties_Abstract::alias()
in Abstract.php
この列の別名
Abstract.php
Abstract.php
in Abstract.php
b
top
Byte.php
Byte.php
in Byte.php
c
top
CFW_FieldProperties_Abstract
CFW_FieldProperties_Abstract
in Abstract.php
フィールドプロパティの基本
CFW_FieldProperties_Byte
CFW_FieldProperties_Byte
in Byte.php
バイトデータ用 フィールドプロパティ
CFW_FieldProperties_Date
CFW_FieldProperties_Date
in Date.php
日付用フィールドプロパティ
CFW_FieldProperties_Decimal
CFW_FieldProperties_Decimal
in Decimal.php
十進型用フィールドプロパティ
CFW_FieldProperties_Double
CFW_FieldProperties_Double
in Double.php
不動小数用フィールドプロパティ
CFW_FieldProperties_Int
CFW_FieldProperties_Int
in Int.php
整数用フィールドプロパティ
CFW_FieldProperties_Long
CFW_FieldProperties_Long
in Long.php
整数用フィールドプロパティ
CFW_FieldProperties_Short
CFW_FieldProperties_Short
in Short.php
整数用フィールドプロパティ
CFW_FieldProperties_String
CFW_FieldProperties_String
in String.php
文字列用フィールドプロパティ
d
top
$dbFormat
CFW_FieldProperties_Abstract::$dbFormat
in Abstract.php
DB上でのフォーマット 保存の都合上varcharなどで定義してある別のタイプの項目が保存されるときに適用されるフォーマット yyyyMMdd etc...
$defaultValue
CFW_FieldProperties_Abstract::$defaultValue
in Abstract.php
default
$description
CFW_FieldProperties_Abstract::$description
in Abstract.php
説明
$displayFormat
CFW_FieldProperties_Abstract::$displayFormat
in Abstract.php
表示用フォーマット #0,yyyy/MM/dd,etc...
$displayName
CFW_FieldProperties_Abstract::$displayName
in Abstract.php
表示用の名称
$doUpdate
CFW_FieldProperties_Abstract::$doUpdate
in Abstract.php
更新対象列
Date.php
Date.php
in Date.php
Decimal.php
Decimal.php
in Decimal.php
Double.php
Double.php
in Double.php
f
top
$fieldName
CFW_FieldProperties_Abstract::$fieldName
in Abstract.php
元になる列名
$fieldType
CFW_FieldProperties_Abstract::$fieldType
in Abstract.php
タイプ
$format
CFW_FieldProperties_Abstract::$format
in Abstract.php
入力フォーマット
fullName
CFW_FieldProperties_Abstract::fullName()
in Abstract.php
この列のフル名称
i
top
$ignoreValidation
CFW_FieldProperties_Abstract::$ignoreValidation
in Abstract.php
検証回避対象
$isIdentity
CFW_FieldProperties_Abstract::$isIdentity
in Abstract.php
identity
$isPrimaryKey
CFW_FieldProperties_Abstract::$isPrimaryKey
in Abstract.php
primary key
Int.php
Int.php
in Int.php
l
top
$length
CFW_FieldProperties_Abstract::$length
in Abstract.php
長さ
Long.php
Long.php
in Long.php
m
top
$maxLength
CFW_FieldProperties_String::$maxLength
in String.php
$maxValue
CFW_FieldProperties_Double::$maxValue
in Double.php
$maxValue
CFW_FieldProperties_Byte::$maxValue
in Byte.php
$maxValue
CFW_FieldProperties_Int::$maxValue
in Int.php
$maxValue
CFW_FieldProperties_Long::$maxValue
in Long.php
$maxValue
CFW_FieldProperties_Decimal::$maxValue
in Decimal.php
$maxValue
CFW_FieldProperties_Short::$maxValue
in Short.php
$maxValue
CFW_FieldProperties_Date::$maxValue
in Date.php
$minLength
CFW_FieldProperties_String::$minLength
in String.php
$minValue
CFW_FieldProperties_Short::$minValue
in Short.php
$minValue
CFW_FieldProperties_Long::$minValue
in Long.php
$minValue
CFW_FieldProperties_Double::$minValue
in Double.php
$minValue
CFW_FieldProperties_Byte::$minValue
in Byte.php
$minValue
CFW_FieldProperties_Date::$minValue
in Date.php
$minValue
CFW_FieldProperties_Decimal::$minValue
in Decimal.php
$minValue
CFW_FieldProperties_Int::$minValue
in Int.php
n
top
$nullable
CFW_FieldProperties_Abstract::$nullable
in Abstract.php
NULL許可
newInstance
CFW_FieldProperties_Abstract::newInstance()
in Abstract.php
p
top
$precision
CFW_FieldProperties_Abstract::$precision
in Abstract.php
有効長
s
top
$scale
CFW_FieldProperties_Abstract::$scale
in Abstract.php
精度
$sqlTypeName
CFW_FieldProperties_Abstract::$sqlTypeName
in Abstract.php
元になるテーブル列に定義された型の名前
Short.php
Short.php
in Short.php
String.php
String.php
in String.php
t
top
$tableName
CFW_FieldProperties_Abstract::$tableName
in Abstract.php
元になるテーブル名称
a
b
c
d
f
i
l
m
n
p
s
t
_