B C D E F G H I L M O P R S U

E

Entity - fire.entity 中的 类
实体类:基类 注意:若继承此类,表中主键名称须为id(字符型32位)
Entity() - 类 fire.entity.Entity 的构造方法
 
equals(Object) - 类 fire.entity.Entity 中的方法
 
executeQuery() - 类 fire.FireAccess 中的方法
原始查询(组装式) 注:执行完毕后会清空最近一次创建的SQL语句,故不可与last、list同时使用(last、list中有此方法),可返回结果集
executeQuery(String) - 类 fire.FireAccess 中的方法
原始查询(拼接式)
executeQuery(String, Map<Integer, Object>) - 类 fire.FireAccess 中的方法
原始查询(传参式)
executeUpdate() - 类 fire.FireAccess 中的方法
原始更新(组装式) 注:执行完毕后会清空最近一次创建的SQL语句
executeUpdate(String) - 类 fire.FireAccess 中的方法
原始更新(拼接式) 若开启事务则之前所定义参数 setParameter 失效
executeUpdate(String, Map<Integer, Object>, boolean) - 类 fire.FireAccess 中的方法
原始更新(传参式)
executeUpdate(String, Map<Integer, Object>) - 类 fire.FireAccess 中的方法
 

B C D E F G H I L M O P R S U