lithium\data\model\Query::$_schema

protected property

A query can be assigned its own custom schema object, using the schema() method. If this is not assigned, then the model associated with the query will be used to get the schema information.

Source

	protected $_schema = null;