程序包 jaskell.sql
类 Delete.From
java.lang.Object
jaskell.sql.Statement
jaskell.sql.Delete.From
- 所有已实现的接口:
Directive
,CouldLimit
,CouldOffset
,CouldUnion
,CouldWhere
,From
- 封闭类:
- Delete
public static class Delete.From extends Statement implements From, CouldWhere
-
构造器概要
-
方法概要
从类继承的方法 jaskell.sql.Statement
cache, clear, execute, execute, prepare, returning, returning, returning, setParameter, syncParameters
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 jaskell.sql.CouldLimit
limit, limit
从接口继承的方法 jaskell.sql.CouldOffset
offset, offset
从接口继承的方法 jaskell.sql.CouldUnion
union
-
构造器详细资料
-
From
-
From
-
-
方法详细资料
-
script
-
parameters
- 指定者:
parameters
在接口中Directive
-
using
-
using
-
using
-
where
- 指定者:
where
在接口中CouldWhere
-