klyn.data.Query.toProviderText
method
public toProviderText() as String:
Description

Returns the privileged provider representation for diagnostics.

Values and credentials remain redacted. Provider text is portable only within the selected provider and, for SQL, its configured dialect.

Returns

Provider-specific diagnostic text.

Example
print(query.toProviderText())