Public Member Functions | |
| __construct ($column_name, $value) | |
| isString () | |
| isStringFromFunction () | |
| isSequence () | |
| isOperation () | |
| getOperation () | |
| _setValue () | |
| toString () | |
Public Attributes | |
| $column_name | |
| $value | |
| $is_sequence = FALSE | |
| $is_operation = FALSE | |
| $operation = '' | |
| $_is_string = FALSE | |
| $_is_string_from_function = FALSE | |
Definition at line 10 of file DefaultValue.class.php.
| DefaultValue::__construct | ( | $column_name, | |
| $value | |||
| ) |
constructor
| string | $column_name | column name |
| mixed | $value | value |
Definition at line 61 of file DefaultValue.class.php.
| DefaultValue::_setValue | ( | ) |
Definition at line 100 of file DefaultValue.class.php.
| DefaultValue::getOperation | ( | ) |
Definition at line 95 of file DefaultValue.class.php.
| DefaultValue::isOperation | ( | ) |
Definition at line 90 of file DefaultValue.class.php.
| DefaultValue::isSequence | ( | ) |
Definition at line 85 of file DefaultValue.class.php.
| DefaultValue::isString | ( | ) |
Definition at line 69 of file DefaultValue.class.php.
| DefaultValue::isStringFromFunction | ( | ) |
Definition at line 80 of file DefaultValue.class.php.
| DefaultValue::toString | ( | ) |
Definition at line 169 of file DefaultValue.class.php.
| DefaultValue::$_is_string = FALSE |
Definition at line 47 of file DefaultValue.class.php.
| DefaultValue::$_is_string_from_function = FALSE |
Definition at line 53 of file DefaultValue.class.php.
| DefaultValue::$column_name |
Definition at line 17 of file DefaultValue.class.php.
| DefaultValue::$is_operation = FALSE |
Definition at line 35 of file DefaultValue.class.php.
| DefaultValue::$is_sequence = FALSE |
Definition at line 29 of file DefaultValue.class.php.
| DefaultValue::$operation = '' |
Definition at line 41 of file DefaultValue.class.php.
| DefaultValue::$value |
Definition at line 23 of file DefaultValue.class.php.
1.8.5