Tencent / wcdb

WCDB is a cross-platform database framework developed by WeChat.
Other
10.78k stars 1.41k forks source link

How to implement "public var rawCPPObj: UnsafeMutablePointer<CPPObject>" protocol method #1060

Closed devhail closed 6 months ago

devhail commented 6 months ago

The language of WCDB

e.g. Objective-C, Swift or Java

swift

The version of WCDB

e.g. v1.0.5

2.1.0

The platform of WCDB

e.g. iOS, macOS or Android

iOS

The installation of WCDB

e.g. Cocoapods, Carthage, Maven, AAR Package or Git clone

Cocoapods

What's the issue?

Post the outputs or screenshots for errors.

image

Explain what you want by example or code in English.

How to implement "public var rawCPPObj: UnsafeMutablePointer" protocol method

Qiuwen-chen commented 6 months ago

You do not need to implement this protocol. You can use the classes that already implements it, such as StatementInsert, StatementUpdate, StatementSelect...