Skip to content

SQLiteQueryable

Jeff Hurray edited this page Apr 25, 2016 · 1 revision

##Overview SQLiteQueryable exposes an interface for building queries for the model.

####Query A base query for the model.
select * from <table_ame>

static var query: QueryType {get}

public protocol SQLiteQueryable {
    static var query: QueryType {get}
}
Clone this wiki locally