swift3 0 建立sqlite資料庫步驟方法

2022-09-20 19:30:12 字數 1043 閱讀 4353

一,匯入描述檔案

1.2,.

3,二,寫橋接檔案sqlitemanager

1.檔案裡寫入

#import 就可以了

2.把橋接檔案新增到編譯環境

三, 寫資料庫管理類(單例)

import uikit

class sqlitemanager: nsobject

//資料庫物件

private var db:opaquepointer? = nil

func opendb(sqlitename:string)

if creattable()else

} private func creattable() -> bool

func execsql(sql: string) -> bool

return true

}

}四,在appdelegate裡呼叫opendb函式 建立資料庫

mport uikit

@uiapplicationmain

class appdelegate: uiresponder, uiapplicawww.cppcns.comtiondelegate

}執行結果

附件工具類

// // string+category.swift

// dsweibo

// // created by xiaomage on 15/9/10.

// copyright © 2023年 小碼哥. all rights reserved.

//

import uikit

extension string

/**

將當前字串拼接到doc目錄後面

*/ func docdir() -> string

/**

將當前字串拼接到tmp目錄後面

*/ func tmpdir() -> string

}本文標題: swift3.0 建立sqlite資料庫步驟方法

本文位址:

Swift3 0 建構函式

viewcontroller.swift import uikit 在swift中,同乙個專案中 同乙個命名空間 所有的類預設都是共享的,不需要引用,可以直接訪問,不需要import 所有物件的屬性 var,也可以直接訪問到 class viewcontroller uiviewcontroller...

Swift3 0 異常錯誤

swift3.0 真的很簡單 swift3.0 資料型別 swift3.0 array swift3.0 字典 swift3.0 可選值 swift3.0 集合 swift3.0 流控制 swift3.0 物件和類 swift3.0 屬性 swift3.0 函式和閉包 swift3.0 初始化和釋放...

Swift3 0 空間命名

swift3.0 真的很簡單 swift3.0 資料型別 swift3.0 array swift3.0 字典 swift3.0 可選值 swift3.0 集合 swift3.0 流控制 swift3.0 物件和類 swift3.0 屬性 swift3.0 函式和閉包 swift3.0 初始化和釋放...