程序包 jaskell.sql
类 Select
java.lang.Object
jaskell.sql.Statement
jaskell.sql.Query
jaskell.sql.Select
- 所有已实现的接口:
Directive
,CouldAlias
,CouldFrom
,CouldHaving
,CouldLimit
,CouldOffset
,CouldUnion
- 直接已知子类:
ThenSelect.Select
public class Select extends Query implements CouldFrom, CouldAlias
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static class
Select.From
-
方法概要
修饰符和类型 方法 说明 Select
all()
Select
distinct()
Select.From
from(Directive f)
Select.From
from(String name)
List<Parameter<?>>
parameters()
String
script()
Select
select(Directive... directives)
Select
select(String names)
Select
select(String... names)
Select
select(List<Directive> names)
Where
where(Predicate predicate)
从类继承的方法 jaskell.sql.Query
cache, limit, limit, offset, offset, query, scalar, scalar, setParameter, union, union
从类继承的方法 jaskell.sql.Statement
clear, execute, execute, prepare, returning, returning, returning, syncParameters
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 jaskell.sql.CouldAlias
as
从接口继承的方法 jaskell.sql.CouldHaving
having
从接口继承的方法 jaskell.sql.CouldUnion
union