@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Select
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
countSql
统计总行数的 SQL,以便分页
|
boolean |
isPageList
是否分页
|
boolean |
isQuerySupport
是否需要条件查询
|
String |
sqliteCountSql
转为 Sqlite 的统计总行数的 SQL,以便分页
|
String |
sqliteValue
转为 Sqlite 的 SELECT SQL 语句
|
String |
value
SELECT SQL 语句
|
public abstract String value
public abstract String sqliteValue
public abstract String countSql
public abstract String sqliteCountSql
Copyright © 2013–2021 AJAXJS. All rights reserved.