当前位置: 首页 > 软件库 > 插件和扩展 > Eclipse插件 >

SqliteGen

授权协议 GPLv3
开发语言 Java
所属分类 插件和扩展、 Eclipse插件
软件类型 开源软件
地区 不详
投 递 者 郏正信
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

SqliteGen 是一个为 Android 开发人员准备的 Eclipse 插件,用来自动生成 SQLite 数据库的访问类,使用 Annotation 方式。示例代码:

package android.androidVNC;

import com.antlersoft.android.db.*;

@TableInterface(ImplementingClassName="AbstractConnectionBean",
    TableName="CONNECTION_BEAN")
interface IConnectionBean {
        @FieldAccessor
        long get_Id();
        @FieldAccessor
        String getNickname();
        @FieldAccessor
        String getAddress();
        @FieldAccessor
        int getPort();
        @FieldAccessor
        String getPassword();
        @FieldAccessor
        String getColorModel();
        @FieldAccessor
        boolean getForceFull();
        @FieldAccessor
        String getRepeaterId();
}

  • <标签 vnc客户端> SqliteGen 是一个为 Android 开发人员准备的 Eclipse 插件,用来自动生成 SQLite 数据库的访问类,使用 Annotation 方式。 项目主页:http://code.google.com/p/sqlitegen/ 项目下载地址:http://code.google.com/p/sqlitegen/downloads/list 在项目主页,说明

  • Installation You will need to download 2 files to use the plugin. sqlitegen_eclipse_site_xxx.jar is a file containing an Eclipse plugin installation site in jar form. Download this file and configure