AndBase开发框架  1.5.7
 全部  命名空间 文件 函数 变量 枚举值 
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

该接口的文档由以下文件生成: