package com.getbase.android.db.fluentsqlite; public interface UpdateTableSelector { Update table(String table); }