cPrimaryKey::GetFieldName() - rstoetter/libsqlphp GitHub Wiki
Method GetFieldName( )
public string rstoetter\libsqlphp\cPrimaryKey::GetFieldName(integer $index)
- Namespace : rstoetter\libsqlphp
- Class name: cPrimaryKey
- This method is defined by rstoetter\libsqlphp\cPrimaryKey
The method GetFieldName( ) returns the name of the field with the index $index
Example:
Arguments
- $index integer - <p>is the index of the field</p>
Returns
string the name of the field with the index $index