public interface  org.finos.legend.engine.plan.dependencies.store.relational.graphFetch.IRelationalRootQueryTempTableGraphFetchExecutionNodeSpecifics extends java.lang.Object
{
public abstract java.util.List allInstanceSetImplementations();
public abstract java.util.List primaryKeyColumns(int);
public abstract java.util.List primaryKeyGetters();
public abstract void prepare(java.sql.ResultSet, java.lang.String, java.lang.String);
public abstract org.finos.legend.engine.plan.dependencies.domain.graphFetch.IGraphInstance nextGraphInstance();
public boolean supportsCaching()
{
org.finos.legend.engine.plan.dependencies.store.relational.graphFetch.IRelationalRootQueryTempTableGraphFetchExecutionNodeSpecifics v;
v := @this: org.finos.legend.engine.plan.dependencies.store.relational.graphFetch.IRelationalRootQueryTempTableGraphFetchExecutionNodeSpecifics;
return 0;
}
public java.lang.Object deepCopy(java.lang.Object)
{
java.lang.Object v;
org.finos.legend.engine.plan.dependencies.store.relational.graphFetch.IRelationalRootQueryTempTableGraphFetchExecutionNodeSpecifics v;
v := @this: org.finos.legend.engine.plan.dependencies.store.relational.graphFetch.IRelationalRootQueryTempTableGraphFetchExecutionNodeSpecifics;
v := @parameter: java.lang.Object;
return null;
}
}