Skip to content

Files

Latest commit

author
ActiveDbSoft
Aug 31, 2016
350f863 · Aug 31, 2016

History

History
14 lines (9 loc) · 576 Bytes

TransformResult.md

File metadata and controls

14 lines (9 loc) · 576 Bytes

TransformResult

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

Properties

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

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