SqlStatementResult
public struct SqlStatementResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The number of records updated by a SQL statement.
Declaration
Swift
public let numberOfRecordsUpdated: Int64? -
The result set of the SQL statement.
Declaration
Swift
public let resultFrame: ResultFrame? -
Undocumented
Declaration
Swift
public init(numberOfRecordsUpdated: Int64? = nil, resultFrame: ResultFrame? = nil)
View on GitHub
SqlStatementResult Structure Reference