public class NativeSqlSetTerminal<RESULT> extends AbstractStatement<NativeSqlSetTerminal<RESULT>,RESULT>
config, EXECUTE_METHOD, EXECUTE_METHOD_NAME| Constructor and Description |
|---|
NativeSqlSetTerminal(Config config,
SetOperationContext<?> context,
ResultSetHandler<RESULT> resultSetHandler) |
NativeSqlSetTerminal(Config config,
SetOperationContext<?> context,
ResultSetHandler<RESULT> resultSetHandler,
boolean returnsStream) |
| Modifier and Type | Method and Description |
|---|---|
protected Command<RESULT> |
createCommand() |
RESULT |
execute()
Executes the SQL statement.
|
asSql, createCommenter, peekpublic NativeSqlSetTerminal(Config config, SetOperationContext<?> context, ResultSetHandler<RESULT> resultSetHandler)
public NativeSqlSetTerminal(Config config, SetOperationContext<?> context, ResultSetHandler<RESULT> resultSetHandler, boolean returnsStream)
public RESULT execute()
execute in interface Statement<RESULT>execute in class AbstractStatement<NativeSqlSetTerminal<RESULT>,RESULT>JdbcException - if a JDBC related error occursprotected Command<RESULT> createCommand()
createCommand in class AbstractStatement<NativeSqlSetTerminal<RESULT>,RESULT>