@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class JdbcExecutionResponse extends Object
| Constructor and Description |
|---|
JdbcExecutionResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
JdbcConnection |
getConnection() |
List<JdbcStatement> |
getStatements() |
int |
hashCode() |
void |
setConnection(JdbcConnection connection) |
void |
setStatements(List<JdbcStatement> statements) |
String |
toString() |
public JdbcConnection getConnection()
public void setConnection(JdbcConnection connection)
public List<JdbcStatement> getStatements()
public void setStatements(List<JdbcStatement> statements)
Copyright © 2017. All rights reserved.