Public Member Functions | |
__construct ($column) | |
getExpressionString () | |
getArgument () | |
Public Member Functions inherited from ColumnTag | |
__construct ($name) | |
Additional Inherited Members | |
Public Attributes inherited from ColumnTag | |
$name | |
Definition at line 11 of file InsertColumnTagWithoutArgument.class.php.
InsertColumnTagWithoutArgument::__construct | ( | $column | ) |
Constructor
object | $column |
Definition at line 20 of file InsertColumnTagWithoutArgument.class.php.
InsertColumnTagWithoutArgument::getArgument | ( | ) |
Returns the QueryArgument object associated with this INSERT statement
Definition at line 42 of file InsertColumnTagWithoutArgument.class.php.
InsertColumnTagWithoutArgument::getExpressionString | ( | ) |
Returns the string to be output in the cache file
Definition at line 32 of file InsertColumnTagWithoutArgument.class.php.