{ 'sqlStatementResults': [ { 'resultFrame': { 'resultSetMetadata': { 'columnCount': 123, 'columnMetadata': [ { 'name': 'string', 'type': 123, 'typeName': 'string', 'label': 'string', 'schemaName': 'string', 'tableName': 'string', 'isAutoIncrement': True|False, 'isSigned': True|False, 'isCurrency': True|False, 'isCaseSensitive': True|False, 'nullable': 123, 'precision': 123, 'scale': 123, 'arrayBaseColumnType': 123 }, ] }, 'records': [ { 'values': [ { 'isNull': True|False, 'bitValue': True|False, 'bigIntValue': 123, 'intValue': 123, 'doubleValue': 123.0, 'realValue': ..., 'stringValue': 'string', 'blobValue': b'bytes', 'arrayValues': [ {'... recursive ...'}, ], 'structValue': { 'attributes': [ {'... recursive ...'}, ] } }, ] }, ] }, 'numberOfRecordsUpdated': 123 }, ]}