aSQLiteManager這個工具可用于管理Android中的SQLite數據庫。SQLite是一個小巧、快速、嵌入式的SQL數據庫引擎,支持SQL92,同時支持跨平臺系統,無需系統服務,只有一個db文件,可移植性很好。aSQLiteManager支持以下功能:

  1. 支持打開來自aSQLiteManager和其它文件管理器的數據庫。(包括OI File Manager,Adao Teams File Manager,以及 Simplest File Manager )。

  2. 列舉數據庫中的表格,視圖和索引

  3. 展示表格和視圖中的數據

  4. 任何被點擊的單元格內容都將被復制到剪切板中

  5. 可以執行任何SQL包括:'Drop' / 'Create'語句

  6. 所有執行過的語句都保存在打開的數據庫中,在一個叫aSQLiteManager的表格中。

  7. 可以從查詢表單中選擇歷史SQL執行語句

  8. 支持開始事務、提交和回滾

  9. 支持將數據庫導成SQL腳本并能夠從腳本恢復數據庫

  10. 能夠將查詢結果導出成一個ASCII文件

  11. Configuration of open database without question and reset of configuration

  12. 可以批量執行SQL腳本或單行執行

  13. 能夠實現更好的錯誤處理在導出和恢復期間

  14. Data editing form table browser from Edit button at each row

  15. Data entry add record from button on title at data browser

  16. SQLite does not validata data types during data entry. aSQLiteManager translates this string into the following types and se this to set input mode (SQLite types i parenthesis). The translation is NOT case sensitive:

    • STRING(string, text)

    • INTEGER(integer)

    • FLOAT (real, float, double)

    • DATE(date)

    • TIME time)

    • DATETIME datetime)

    • BOOLEAN boolean, bool)

    • PHONENO phoneno)

    • BLOB - for the time beeing the aSQLiteManager editor does not handle BLOB fields
    • </UL>

    • Dump table from table view to file named Database.Table.sql- can be loaded by execute file as script

    • 能夠記住最近打開過的數據庫,快速訪問經常使用的數據庫
    • </OL>

      <DIV class=date>收錄時間:2011-06-11 23:31:47</DIV>

 本文由用戶 碼頭工人自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!