程序包 jaskell.sql
类 Query
java.lang.Object
jaskell.sql.Statement
jaskell.sql.Query
- 所有已实现的接口:
Directive,CouldLimit,CouldOffset,CouldUnion
- 直接已知子类:
Having,Limit,Offset,Returning,Select,Select.From,Union,Update.Set,Using.Where,Where,With,With.CommonTableQuery
public abstract class Query extends Statement implements CouldLimit, CouldOffset, CouldUnion
-
构造器概要
构造器 构造器 说明 Query() -
方法概要
修饰符和类型 方法 说明 Querycache()Limitlimit(int l)Limitlimit(Directive l)Offsetoffset(int o)Offsetoffset(Directive o)ResultSetquery(PreparedStatement statement)Optionalscalar(Connection conn)<T> Optional<T>scalar(Connection conn, Class<T> cls)<T> QuerysetParameter(Object key, T value)Unionunion()Unionunion(Query query)从类继承的方法 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.script.Directive
parameters, script
-
构造器详细资料
-
Query
public Query()
-
-
方法详细资料
-
union
-
union
-
limit
- 指定者:
limit在接口中CouldLimit
-
limit
- 指定者:
limit在接口中CouldLimit
-
offset
- 指定者:
offset在接口中CouldOffset
-
offset
- 指定者:
offset在接口中CouldOffset
-
setParameter
- 覆盖:
setParameter在类中Statement- 抛出:
IllegalArgumentException
-
query
- 抛出:
SQLException
-
scalar
- 抛出:
SQLException
-
scalar
- 抛出:
SQLException
-
cache
-