Public Member Functions | |
__construct ($column_name, $argument) | |
getExpression ($with_value=true) | |
getValue () | |
show () | |
getArgument () | |
getArguments () | |
Public Member Functions inherited from UpdateExpression | |
__construct ($column_name, $argument) | |
getExpression ($with_value=true) | |
getExpressionWithValue () | |
getExpressionWithoutValue () | |
getValue () | |
show () | |
getArgument () | |
getArguments () | |
Public Member Functions inherited from Expression | |
__construct ($column_name) | |
getColumnName () | |
show () | |
getExpression () | |
Public Attributes | |
$argument | |
Public Attributes inherited from UpdateExpression | |
$argument | |
Public Attributes inherited from Expression | |
$column_name | |
Definition at line 11 of file UpdateExpressionWithoutArgument.class.php.
UpdateExpressionWithoutArgument::__construct | ( | $column_name, | |
$argument | |||
) |
constructor
string | $column_name | |
object | $argument |
Definition at line 26 of file UpdateExpressionWithoutArgument.class.php.
UpdateExpressionWithoutArgument::getArgument | ( | ) |
Definition at line 62 of file UpdateExpressionWithoutArgument.class.php.
UpdateExpressionWithoutArgument::getArguments | ( | ) |
Definition at line 67 of file UpdateExpressionWithoutArgument.class.php.
UpdateExpressionWithoutArgument::getExpression | ( | $with_value = true | ) |
Definition at line 32 of file UpdateExpressionWithoutArgument.class.php.
UpdateExpressionWithoutArgument::getValue | ( | ) |
Definition at line 37 of file UpdateExpressionWithoutArgument.class.php.
UpdateExpressionWithoutArgument::show | ( | ) |
Definition at line 48 of file UpdateExpressionWithoutArgument.class.php.
UpdateExpressionWithoutArgument::$argument |
Definition at line 18 of file UpdateExpressionWithoutArgument.class.php.