Package net.snowflake.client.core
Class SFChildResult
- java.lang.Object
-
- net.snowflake.client.core.SFChildResult
-
public class SFChildResult extends Object
Data class to wrap information about child job results
-
-
Constructor Summary
Constructors Constructor Description SFChildResult(String id, SFStatementType type)
-
-
-
Constructor Detail
-
SFChildResult
public SFChildResult(String id, SFStatementType type)
-
-
Method Detail
-
getId
public String getId()
-
getType
public SFStatementType getType()
-
-