程序包 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() -
方法概要
修饰符和类型 方法 说明 Statementcache()voidclear(PreparedStatement statement)booleanexecute(Connection connection)booleanexecute(PreparedStatement statement)PreparedStatementprepare(Connection connection)Returningreturning(Directive names)Returningreturning(String names)Returningreturning(String... names)<T> StatementsetParameter(Object key, T value)voidsyncParameters(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
-