@paramstring$list
__AUTO__ : in automatic mode the field list is created using modelproperties
empty : reset the field list string : comma separated list of fields @return \xuserver\v5\sql
where sql clause @paramstring$list
__AUTO__ : in automatic mode the where clause is created using the Model model
if model is an instance the automatic mode uses the primary key
if model is a selection of instances the automatic mode uses property values string : user defined where clause
emtpy : reset the where clause @return \xuserver\v5\sql
publicold_where()
sql::old_where()
@deprecated
publicorderby()
sql::orderby()
@todo use p->tb_tablename () @paramstring$list @paramstring$direction @return \xuserver\v5\sql
publicfrom()
sql::from()
from sql clause @paramstring$list
__AUTO__ : in automatic mode the field list is created using modelproperties string : table name @return \xuserver\v5\sql