cTableColumns::__construct() - rstoetter/libsqlphp GitHub Wiki
Method __construct( )
public \rstoetter\libsqlphp\cTableColumns rstoetter\libsqlphp\cTableColumns::__construct(\rstoetter\libsqlphp\mysqli $mysqli, string $schema_name, string $tablename)
- Namespace : rstoetter\libsqlphp
- Class name: cTableColumns
- This method is defined by rstoetter\libsqlphp\cTableColumns
The constructor of cTableColumns returns new instances of cTableColumns
Example:
Arguments
- $mysqli rstoetter\libsqlphp\mysqli - <p>the database connection</p>
- $schema_name string - <p>is the name of the schema to scan for columns</p>
- $tablename string - <p>is the name of the table to scan for columns</p>
Returns
\rstoetter\libsqlphp\cTableColumns a new instances of cTableColumns