程序包 jaskell.sql
类 SQL
java.lang.Object
jaskell.sql.SQL
public class SQL extends Object
-
构造器概要
构造器 构造器 说明 SQL() -
方法概要
修饰符和类型 方法 说明 static Case_case()static Case_case(Directive expr)static Andand(Directive left, Directive right)static Predicatebr(Predicate predicate)static Coalescecoalesce(Directive... names)static Coalescecoalesce(String names)static Coalescecoalesce(String... names)static Countcount()static Countcount(Name name)static Countcount(String name)static Deletedelete()static Equaleq(Directive left, Directive right)static Funcfunc(String name)static Funcfunc(String name, Directive arg)static Funcfunc(String name, Directive... args)static GreateOrEqualge(Directive left, Directive right)static Greatgt(Directive left, Directive right)static Insertinsert()static <T> Literall(T v)static LessOrEqualle(Directive left, Directive right)static Likelike(Directive left, Directive right)static Lesslt(Directive left, Directive right)static Namen(String name)static NotEqualne(Directive left, Directive right)static Notnot()static Notnot(Directive directive)static Oror(Directive left, Directive right)static Parameterp(int index)static <T> Parameterp(int index, Class<T> cls)static Parameterp(String key)static Parameterp(String placeHolder, int index)static <T> Parameterp(String placeHolder, int index, Class<T> cls)static <T> Parameterp(String key, Class<T> cls)static Parameterp(String placeHolder, String key)static <T> Parameterp(String placeHolder, String key, Class<T> cls)static Quotq(String name)static List<Quot>qs(String... names)static Selectselect()static Selectselect(Directive... names)static Selectselect(String names)static Selectselect(String... names)static Selectselect(List<Directive> names)static Sumsum()static Sumsum(Name name)static Sumsum(String name)static Literaltext(String content)static Updateupdate(Name name)static Updateupdate(String name)static Withwith()static Withwith(Name name)static Withwith(String name)
-
构造器详细资料
-
SQL
public SQL()
-
-
方法详细资料
-
select
-
select
-
select
-
select
-
select
-
insert
-
update
-
update
-
delete
-
with
-
with
-
with
-
n
-
q
-
qs
-
text
-
l
-
br
-
p
-
p
-
p
-
p
-
p
-
p
-
p
-
p
-
and
-
or
-
eq
-
gt
-
lt
-
ge
-
le
-
ne
-
like
-
not
-
not
-
func
-
func
-
func
-
count
-
count
-
count
-
sum
-
sum
-
sum
-
_case
-
_case
-
coalesce
-
coalesce
-
coalesce
-