程序包 jaskell.sql
类 By
- 所有已实现的接口:
Directive
,CouldAlias
,CouldGroup
,CouldLimit
,CouldOffset
,CouldOrder
,CouldUnion
,CouldWhere
,From
public class By extends Select.From
-
构造器概要
-
方法概要
从类继承的方法 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.CouldLimit
limit, limit
从接口继承的方法 jaskell.sql.CouldOffset
offset, offset
从接口继承的方法 jaskell.sql.CouldUnion
union
-
构造器详细资料
-
By
public By() -
By
-
By
-
By
-
By
-
-
方法详细资料
-
by
-
by
-
by
-
by
-
script
- 指定者:
script
在接口中Directive
- 覆盖:
script
在类中Select.From
-
parameters
- 指定者:
parameters
在接口中Directive
- 覆盖:
parameters
在类中Select.From
-