lithium\data\source\Database::methods()
Overrides
lithium\data\Source::methods()
Determines the set of methods to be used when exporting query values.
Returns
arraySource
public function methods() {
$result = parent::methods();
unset($result[array_search('schema', $result)]);
return $result;
}