MySQL for Objective-C

联合创作 · 2023-09-30

这是 Objective-C 编程语言用来连接 MySQL 数据库的驱动程序。

示例代码:

/*
 * A simple init method, note the formatting and whitespace
 */
- (id)initWithHost:(NSString *)h port:(NSInteger)p user:(NSString *)u password:(NSString *)pwd options:(NSInteger)properties {
        if( self = [super init] ) {
                // etc ...

        } // END if( self = [super init] )
}

浏览 5
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报