lithium\data\source\MongoDb::schema PHP 메소드

schema() 공개 메소드

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.
public schema ( $query, $resource = null, $context = null ) : array
리턴 array
    public function schema($query, $resource = null, $context = null)
    {
        return array();
    }