Skip to content

Files

Latest commit

author
ActiveDbSoft
Aug 31, 2016
5bc4179 · Aug 31, 2016

History

History
14 lines (9 loc) · 585 Bytes

TransformResult.md

File metadata and controls

14 lines (9 loc) · 585 Bytes

TransformResult

Returns transformed SQL text in case of successful transformation. Otherwise returns error message.

Properties

Name Type Description Notes
sql string Transformed SQL text. [optional]
totals string Transformed SQL text for totals. [optional]
error string Error message text. [optional]

[Back to Model list] [Back to API list] [Back to README]