public interface SqlManager
你可以通过这个接口的实现类,将你的自定义 SQL 存放在文件或者数据库中
DaoString get(String key) throws SqlNotFoundException
key - Sql 的键值SqlNotFoundExceptionSql create(String key) throws SqlNotFoundException
key - Sql 的键值SqlNotFoundExceptionList<Sql> createCombo(String... keys)
keys - 键值数组int count()
String[] keys()
void refresh()
void remove(String key)
key - 键值Copyright © 2017. All rights reserved.