DBFLow は初めてです。where句に応じて1行を返すクエリを作りたいのですが、andを含むwhere句が見つからないようです。
String phone = uname_pass[0];
String pass = uname_pass[1];
List<User> userList = SQLite.select().from(User.class).where("phone ?",phone ).execute();
phone = uname_pass[0];
whereとpassword = uname_pass[1]
;を取得したい
適切なクエリは何ですか?