cTableConstraints::GetConstraint() - rstoetter/libsqlphp GitHub Wiki
Method GetConstraint( )
public \rstoetter\libsqlphp\cTableConstraintsEntry rstoetter\libsqlphp\cTableConstraints::GetConstraint(integer $index)
- Namespace : rstoetter\libsqlphp
- Class name: cTableConstraints
- This method is defined by rstoetter\libsqlphp\cTableConstraints
The method GetConstraint( ) returns the constraint object with the index $index
Example:
Arguments
- $index integer - <p>the index of the mentioned constraint object</p>
Returns
\rstoetter\libsqlphp\cTableConstraintsEntry the constraint object with the index $index