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