lithium\data\source\Database::_execute()

abstract protected method

Execute a given query Abstract. Must be defined by child class.

Parameters

  • string $sql

    The sql string to execute

Returns

\lithium\data\source\Result

Returns a result object if the query was successful.

Source

	abstract protected function _execute($sql);