Uses of Class
net.snowflake.client.core.QueryContextEntryDTO
-
Packages that use QueryContextEntryDTO Package Description net.snowflake.client.core -
-
Uses of QueryContextEntryDTO in net.snowflake.client.core
Methods in net.snowflake.client.core that return types with arguments of type QueryContextEntryDTO Modifier and Type Method Description List<QueryContextEntryDTO>
QueryContextDTO. getEntries()
Method parameters in net.snowflake.client.core with type arguments of type QueryContextEntryDTO Modifier and Type Method Description void
QueryContextDTO. setEntries(List<QueryContextEntryDTO> entries)
Constructor parameters in net.snowflake.client.core with type arguments of type QueryContextEntryDTO Constructor Description QueryContextDTO(List<QueryContextEntryDTO> entries)
-