Extends
lithium\data\Source
Normally used in cases where the query is a raw string (as opposed to a `Query` object),
to database must determine the correct column names from the result resource. Not
applicable to this data source.
Parameters
- mixed $query
- resource $resource
- object $context
Returns
arraySource
public function schema($query, $resource = null, $context = null) {
return array();
}