程序包 jaskell.sql
类 Statement
java.lang.Object
jaskell.sql.Statement
- 所有已实现的接口:
Directive
- 直接已知子类:
Conflict.Where
,Delete.From
,Nothing
,Query
,Values
public abstract class Statement extends Object implements Directive
-
构造器概要
构造器 构造器 说明 Statement()
-
方法概要
修饰符和类型 方法 说明 Statement
cache()
void
clear(PreparedStatement statement)
boolean
execute(Connection connection)
boolean
execute(PreparedStatement statement)
PreparedStatement
prepare(Connection connection)
Returning
returning(Directive names)
Returning
returning(String names)
Returning
returning(String... names)
<T> Statement
setParameter(Object key, T value)
void
syncParameters(PreparedStatement statement)
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 jaskell.script.Directive
parameters, script
-
构造器详细资料
-
Statement
public Statement()
-
-
方法详细资料
-
prepare
- 抛出:
SQLException
-
execute
-
execute
-
setParameter
-
clear
- 抛出:
SQLException
-
syncParameters
- 抛出:
SQLException
-
returning
-
returning
-
returning
-
cache
-