cPrimaryKeyData::SetValue() - rstoetter/libsqlphp GitHub Wiki
Method SetValue( )
public mixed rstoetter\libsqlphp\cPrimaryKeyData::SetValue(integer $fieldindex, mixed $fieldval)
- Namespace : rstoetter\libsqlphp
- Class name: cPrimaryKeyData
- This method is defined by rstoetter\libsqlphp\cPrimaryKeyData
The method SetValue( ) sets the value of the field with the index $fieldindex to $fieldval
Example:
Arguments
- $fieldindex integer - <p>the index of the field</p>
- $fieldval mixed - <p>the value of the field</p>