cTableConstraintsEntry::__construct() - rstoetter/libsqlphp GitHub Wiki
Method __construct( )
public mixed rstoetter\libsqlphp\cTableConstraintsEntry::__construct(\rstoetter\libsqlphp\mysqli_result $row)
- Namespace : rstoetter\libsqlphp
- Class name: cTableConstraintsEntry
- This method is defined by rstoetter\libsqlphp\cTableConstraintsEntry
The constructor reads the data out of $row
Example:
Arguments
- $row rstoetter\libsqlphp\mysqli_result - <p>the row to analyze</p>