cTableConstraints::__construct() - rstoetter/libsqlphp GitHub Wiki
Method __construct( )
public mixed rstoetter\libsqlphp\cTableConstraints::__construct(\rstoetter\libsqlphp\mysqli $mysqli, string $schema_name, string $table_name)
- Namespace : rstoetter\libsqlphp
- Class name: cTableConstraints
- This method is defined by rstoetter\libsqlphp\cTableConstraints
The constructor of an object of type cTableConstraints
Example:
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</p>