|
@@ -104,6 +104,10 @@ public class SessionResource {
|
|
|
@NotEmpty
|
|
@NotEmpty
|
|
|
private String statement;
|
|
private String statement;
|
|
|
|
|
|
|
|
|
|
+ public ExecuteStatementRequest(String statement) {
|
|
|
|
|
+ this.statement = statement;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
public String getStatement() {
|
|
public String getStatement() {
|
|
|
return statement;
|
|
return statement;
|
|
|
}
|
|
}
|