XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
UpdateExpression Class Reference
Inheritance diagram for UpdateExpression:
Expression UpdateExpressionWithoutArgument

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
 

Detailed Description

Definition at line 11 of file UpdateExpression.class.php.

Constructor & Destructor Documentation

UpdateExpression::__construct (   $column_name,
  $argument 
)

constructor

Parameters
string$column_name
object$argument
Returns
void

Definition at line 26 of file UpdateExpression.class.php.

Member Function Documentation

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

Returns
string

Definition at line 36 of file UpdateExpression.class.php.

UpdateExpression::getExpressionWithoutValue ( )

Return column expression, ex) column = ? Can use prepare statement

Returns
string

Definition at line 65 of file UpdateExpression.class.php.

UpdateExpression::getExpressionWithValue ( )

Return column expression, ex) column = value

Returns
string

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.

Member Data Documentation

UpdateExpression::$argument

Definition at line 18 of file UpdateExpression.class.php.


The documentation for this class was generated from the following file: