| 列名 | 列类型 | 列约束 | 表约束 |
|---|---|---|---|
| component_id | INTEGER | NOT NULL | 主键。 |
| jar_id | INTEGER | 外键引用 SYSJAR。 | |
| component_name | LONG VARCHAR | ||
| component_type | CHAR(1) | ||
| create_time | TIMESTAMP | NOT NULL | |
| contents | LONG BINARY | ||
| remarks | LONG VARCHAR |
component_id 包含组件 ID 的主键。
jar_id 包含 JAR 的 ID 号的字段。
component_name 组件的名称。
component_type 组件的类型。
create_time 包含组件创建时间的字段。
contents JAR 文件的字节代码。
remarks 注释字段。
SQL Anywhere Studio 9.0.2
版权所有 © 1989–2005 Sybase, Inc. 部分版权所有 © 2001–2005 iAnywhere Solutions, Inc. 保留所有权利。