cAllDatabaseFields::GetDatabaseField() - rstoetter/libsqlphp GitHub Wiki
Method GetDatabaseField( )
public \rstoetter\libsqlphp\cDatabaseField rstoetter\libsqlphp\cAllDatabaseFields::GetDatabaseField(integer $index)
- Namespace : rstoetter\libsqlphp
- Class name: cAllDatabaseFields
- This method is defined by rstoetter\libsqlphp\cAllDatabaseFields
returns the database field with the index $index
Example:
Arguments
- $index integer - <p>the index of the database field, the position in the array</p>
Returns
\rstoetter\libsqlphp\cDatabaseField the searched database field