Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 393 Bytes

CommonResponseObjSQLQuery.md

File metadata and controls

20 lines (14 loc) · 393 Bytes

EzmaxApi::CommonResponseObjSQLQuery

Properties

Name Type Description Notes
s_query String The SQL Query
f_duration Float Execution time of the SQL Query in seconds

Example

require 'Ezmaxapi'

instance = EzmaxApi::CommonResponseObjSQLQuery.new(
  s_query: null,
  f_duration: null
)