Public Member Functions | |
__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 Expression | |
$column_name | |
Definition at line 11 of file UpdateExpression.class.php.
UpdateExpression::__construct | ( | $column_name, | |
$argument | |||
) |
constructor
string | $column_name | |
object | $argument |
Definition at line 26 of file UpdateExpression.class.php.
UpdateExpression::getArgument | ( | ) |
Definition at line 100 of file UpdateExpression.class.php.
UpdateExpression::getArguments | ( | ) |
Definition at line 105 of file UpdateExpression.class.php.
UpdateExpression::getExpression | ( | $with_value = true | ) |
Return column expression, ex) column = value
Definition at line 36 of file UpdateExpression.class.php.
UpdateExpression::getExpressionWithoutValue | ( | ) |
Return column expression, ex) column = ? Can use prepare statement
Definition at line 65 of file UpdateExpression.class.php.
UpdateExpression::getExpressionWithValue | ( | ) |
Return column expression, ex) column = value
Definition at line 49 of file UpdateExpression.class.php.
UpdateExpression::getValue | ( | ) |
Definition at line 75 of file UpdateExpression.class.php.
UpdateExpression::show | ( | ) |
Definition at line 86 of file UpdateExpression.class.php.
UpdateExpression::$argument |
Definition at line 18 of file UpdateExpression.class.php.