JDatabaseDriverSqlsrv::checkFieldExists
Method to check and see if a field exists in a table.
Signature
protected function checkFieldExists(string
$table,
string
$fieldĀ )
Parameters
-
$table
- The table in which to verify the field.
-
$field
- The field to verify.
Returns
- boolean
- True if the field exists in the table.