Structure
MySQLData
struct MySQLData
Topics
Initializers
init(bool: Bool)init(booleanLiteral: Bool)Creates an instance initialized to the given Boolean value.init(date: Date)init(decimal: Decimal)init(double: Double)init(float: Float)init(int: Int)init(integerLiteral: Int)Creates an instance initialized to the specified integer value.init(json: any Encodable) throwsinit?(mysqlData: MySQLData)init(string: String)init(stringLiteral: String)Creates an instance initialized to the given string value.init(time: MySQLTime)init(type: MySQLProtocol.DataType, format: MySQLData.Format, buffer: ByteBuffer?, isUnsigned: Bool)init(uuid: UUID)
Instance Properties
var bool: Bool?let buffer: ByteBuffer?var date: Date?var decimal: Decimal?var description: StringA textual representation of this instance.var double: Double?var float: Float?let format: MySQLData.Formatvar int: Int?var int16: Int16?var int32: Int32?var int64: Int64?var int8: Int8?var isUnsigned: BoolIftrue, this value is unsigned.var mysqlData: MySQLData?var string: String?var time: MySQLTime?let type: MySQLProtocol.DataTypevar uint: UInt?var uint16: UInt16?var uint32: UInt32?var uint64: UInt64?var uint8: UInt8?var uuid: UUID?
Instance Methods
Type Properties
Enumerations
Relationships
Conforms To
MySQLDataConvertibleSwift.CustomStringConvertibleSwift.ExpressibleByBooleanLiteralSwift.ExpressibleByExtendedGraphemeClusterLiteralSwift.ExpressibleByIntegerLiteralSwift.ExpressibleByStringLiteralSwift.ExpressibleByUnicodeScalarLiteralSwift.SendableSwift.SendableMetatype