alexfu / SQLiteQueryBuilder

A library that provides a simple API for building SQLite query statements in Java.
MIT License
70 stars 21 forks source link

Guide users into correct method calls #20

Open alexfu opened 9 years ago

alexfu commented 9 years ago

Prevent silly mistakes by forcing users to only use valid method calls.