QueryFactory
public protocol QueryFactoryThe QueryFactory interface defines a function for creating a query from the given SQL string.
- 
                  
                  Creates a Query object from the given query string. Throws An error on when the given query string is invalid.DeclarationSwift func createQuery(_ query: String) throws -> QueryParametersqueryQuery string Return ValueA query created by the given query string. 
 QueryFactory Protocol Reference
        QueryFactory Protocol Reference