cTableConstraints::__construct() - rstoetter/libsqlphp GitHub Wiki

Method __construct( )

 public   mixed rstoetter\libsqlphp\cTableConstraints::__construct(\rstoetter\libsqlphp\mysqli $mysqli, string $schema_name, string $table_name)

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>