Public Member Functions | |
| __construct ($column_name, $argument) | |
| getValue ($with_values=true) | |
| 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 InsertExpression.class.php.
| InsertExpression::__construct | ( | $column_name, | |
| $argument | |||
| ) |
constructor
| string | $column_name | |
| object | $argument |
Definition at line 26 of file InsertExpression.class.php.
| InsertExpression::getArgument | ( | ) |
Definition at line 55 of file InsertExpression.class.php.
| InsertExpression::getArguments | ( | ) |
Definition at line 60 of file InsertExpression.class.php.
| InsertExpression::getValue | ( | $with_values = true | ) |
Definition at line 32 of file InsertExpression.class.php.
| InsertExpression::show | ( | ) |
Definition at line 41 of file InsertExpression.class.php.
| InsertExpression::$argument |
Definition at line 18 of file InsertExpression.class.php.
1.8.5