Uses of Class
net.snowflake.client.core.QueryContextDTO
-
Packages that use QueryContextDTO Package Description net.snowflake.client.core -
-
Uses of QueryContextDTO in net.snowflake.client.core
Methods in net.snowflake.client.core that return QueryContextDTO Modifier and Type Method Description QueryContextDTO
QueryExecDTO. getqueryContextDTO()
abstract QueryContextDTO
SFBaseSession. getQueryContextDTO()
QueryContextDTO
SFSession. getQueryContextDTO()
QueryContextDTO
QueryContextCache. serializeQueryContextDTO()
Serialize the QueryContext cache to a QueryContextDTO object, which can be serialized to JSON automatically later.Methods in net.snowflake.client.core with parameters of type QueryContextDTO Modifier and Type Method Description void
QueryContextCache. deserializeQueryContextDTO(QueryContextDTO queryContextDTO)
Deserialize the QueryContext cache from a QueryContextDTO object.void
QueryExecDTO. queryContextDTO(QueryContextDTO queryContext)
Constructors in net.snowflake.client.core with parameters of type QueryContextDTO Constructor Description QueryExecDTO(String sqlText, boolean describeOnly, Integer sequenceId, Map<String,ParameterBindingDTO> bindings, String bindStage, Map<String,Object> parameters, QueryContextDTO queryContext, long querySubmissionTime, boolean internal, boolean asyncExec)
-