cTableDescription::__construct() - rstoetter/libsqlphp GitHub Wiki
Method __construct( )
public mixed rstoetter\libsqlphp\cTableDescription::__construct(\rstoetter\libsqlphp\mysqli $mysqli, string $schema_name, string $table_name)
- Namespace : rstoetter\libsqlphp
- Class name: cTableDescription
- This method is defined by rstoetter\libsqlphp\cTableDescription
the constructor for cTableDescription
Arguments
- $mysqli rstoetter\libsqlphp\mysqli - <p>the database connection</p>
- $schema_name string - <p>the name of the schema</p>
- $table_name string - <p>the name of the table
Example:</p>