TableRecord
-
Returns a QueryInterfaceRequest with a matching predicate.
// SELECT * FROM book WHERE book MATCH '...' var request = Book.matching(pattern)
If the search pattern is nil, the request does not match any database row.