Public Member Functions | |
__construct ($column) | |
getExpressionString () | |
getArgument () | |
Public Member Functions inherited from ColumnTag | |
__construct ($name) | |
Public Attributes | |
$argument | |
Public Attributes inherited from ColumnTag | |
$name | |
Definition at line 11 of file InsertColumnTag.class.php.
InsertColumnTag::__construct | ( | $column | ) |
Constructor
object | $column |
Definition at line 28 of file InsertColumnTag.class.php.
InsertColumnTag::getArgument | ( | ) |
Returns the QueryArgument object associated with this INSERT statement
Definition at line 55 of file InsertColumnTag.class.php.
InsertColumnTag::getExpressionString | ( | ) |
Returns the string to be output in the cache file used for instantiating an InsertExpression when a query is executed
Definition at line 43 of file InsertColumnTag.class.php.
InsertColumnTag::$argument |
Definition at line 19 of file InsertColumnTag.class.php.