cTableDescription::GetColumnNames() - rstoetter/libsqlphp GitHub Wiki

Method GetColumnNames( )

 public   mixed rstoetter\libsqlphp\cTableDescription::GetColumnNames(array $a_columns, boolean $add_table_name)

The method GetColumnNames( ) returns all column names of the managed objects as array

Example:

Arguments

  • $a_columns array - <p>an array of strings with the names of the columns</p>
  • $add_table_name boolean - <p>true, if the table name and a point (.) should be prefixed to the names. Defaults to false</p>