public class org.finos.legend.engine.plan.execution.stores.relational.connection.api.schema.model.RawSQLExecuteInput extends java.lang.Object
{
public org.finos.legend.engine.protocol.pure.v.model.packageableElement.store.relational.connection.RelationalDatabaseConnection connection;
public java.lang.String sql;
public void <init>()
{
org.finos.legend.engine.plan.execution.stores.relational.connection.api.schema.model.RawSQLExecuteInput v;
v := @this: org.finos.legend.engine.plan.execution.stores.relational.connection.api.schema.model.RawSQLExecuteInput;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
}