public interface ISelect<SELF extends ISelect> extends Cmd
SELF
distinct()
List<Cmd>
getSelectField()
boolean
isDistinct()
select(Cmd... columns)
select(Cmd column)
select(List<Cmd> columns)
selectIgnore(Cmd column)
top(int count)
contain, sql
SELF distinct()
boolean isDistinct()
SELF select(Cmd column)
SELF select(Cmd... columns)
SELF select(List<Cmd> columns)
List<Cmd> getSelectField()
SELF selectIgnore(Cmd column)
SELF top(int count)
Copyright © 2025. All rights reserved.