Submit.Status| Modifier and Type | Field and Description | 
|---|---|
| static String | JDBC_ERROR | 
| static String | JDBC_TIMEOUT | 
| protected ResultSet | resultSet | 
| protected PreparedStatement | statement | 
| Constructor and Description | 
|---|
| JdbcSubmit(JdbcRequest request,
          SubmitContext submitContext,
          boolean async) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | cancel() | 
| void | cancelQuery() | 
| protected String | createResponse() | 
| Exception | getError() | 
| String | getRawSql() | 
| Request | getRequest() | 
| JdbcResponse | getResponse() | 
| Submit.Status | getStatus() | 
| void | run() | 
| Submit.Status | waitUntilFinished() | 
public static final String JDBC_ERROR
public static final String JDBC_TIMEOUT
protected ResultSet resultSet
protected PreparedStatement statement
public JdbcSubmit(JdbcRequest request, SubmitContext submitContext, boolean async)
public Request getRequest()
getRequest in interface Submitpublic JdbcResponse getResponse()
getResponse in interface Submitpublic Submit.Status getStatus()
public Submit.Status waitUntilFinished()
waitUntilFinished in interface Submitpublic void cancelQuery()
public String getRawSql()
protected String createResponse()
Copyright © 2019. All Rights Reserved.