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

Method __construct( )

 public   \rstoetter\libsqlphp\cKEY_COLUMN_USAGE rstoetter\libsqlphp\cKEY_COLUMN_USAGE::__construct(string $schema_name, \rstoetter\libsqlphp\mysqli $mysqli, string|null $table_name)

The method __construct( ) is the constructor of objects with the type cKEY_COLUMN_USAGE

Example:

Arguments

  • $schema_name string - <p>schema_name the name of the schema</p>
  • $mysqli rstoetter\libsqlphp\mysqli - <p>the database connection</p>
  • $table_name string|null - <p>the name of the table in the schema. Defaults to ''. If it is an empty string, then the all tables of the schema will be examined</p>

Returns

\rstoetter\libsqlphp\cKEY_COLUMN_USAGE the object