context.sql()
. The context
will contain additional information about how to render this QueryPart
, e.g. whether this QueryPart
should be rendered as a declaration or reference, whether this QueryPart
's contained bind variables should be inlined or replaced by '?'
, etc.
当然你返回的字符串如果不是以 WHERE 或者 ORDER BY 开头,将会被 Nutz.Dao 加上 WHERE。
你的字符串前后的空白会被截除 @param entity 实体 @return 条件字符串
|
|
|
|
|
|
|
|
|
|