package com.getbase.android.db.fluentsqlite; public interface InsertTableSelector { InsertFormSelector into(String table); }