Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据库工具接口 » 数据库工具接口 » DBTools 枚举类型

 

空白填充枚举

a_create_db 结构中用于指定 blank_pad 的值。

语法
enum {
    NO_BLANK_PADDING,
    BLANK_PADDING
};
参数
说明
NO_BLANK_PADDING 不使用空白填充。
BLANK_PADDING 使用空白填充。
另请参见