cTableColumns::GetColumnNames() - rstoetter/libsqlphp GitHub Wiki
Method GetColumnNames( )
public mixed rstoetter\libsqlphp\cTableColumns::GetColumnNames(array $a_columns, $add_table_name)
- Namespace : rstoetter\libsqlphp
- Class name: cTableColumns
- This method is defined by rstoetter\libsqlphp\cTableColumns
The method GetColumnNames( ) returns an array with the names of the columns managed by the object
Example:
Arguments
- $a_columns array - <p>an array with the names of the columns managed by the object</p>
- $add_table_name mixed - <p>bool true, if the name of the table should be added to the column names. Defaults to false</p>