程序包 jaskell.sql
类 With
java.lang.Object
jaskell.sql.Statement
jaskell.sql.Query
jaskell.sql.With
- 所有已实现的接口:
Directive
,CouldLimit
,CouldOffset
,CouldUnion
,ThenSelect
- 直接已知子类:
With.Recursive
public class With extends Query implements ThenSelect
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static class
With.As
static class
With.CommonTableExpression
static class
With.CommonTableQuery
static class
With.Delete
static class
With.Insert
static class
With.Recursive
static class
With.Update
从接口继承的嵌套类/接口 jaskell.sql.ThenSelect
ThenSelect.Select
-
方法概要
从类继承的方法 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.CouldUnion
union
从接口继承的方法 jaskell.sql.ThenSelect
select, select, select, select
-
方法详细资料
-
name
-
name
-
name
-
as
-
script
-
parameters
- 指定者:
parameters
在接口中Directive
-