AndBase开发框架
1.5.7
首页
相关页面
命名空间
类
文件
类列表
类索引
类继承关系
类成员
全部
类
命名空间
文件
函数
变量
枚举值
页
com
ab
db
orm
annotation
Column
Public 成员函数
|
所有成员列表
com.ab.db.orm.annotation.Column接口 参考
abstract
Public 成员函数
abstract String
name
()
abstract String
type
() default""
abstract int
length
() default 0
详细描述
The Interface
Column
. 表示列
成员函数说明
abstract int com.ab.db.orm.annotation.Column.length
(
)
pure virtual
长度.
返回
the int
abstract String com.ab.db.orm.annotation.Column.name
(
)
pure virtual
列名.
返回
the string
abstract String com.ab.db.orm.annotation.Column.type
(
)
pure virtual
列类型.
返回
the string
该接口的文档由以下文件生成:
src/com/ab/db/orm/annotation/
Column.java
生成于 2014年 三月 19日 星期三 16:24:29 , 为 AndBase开发框架使用
1.8.4