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

SQL Anywhere 11.0.0 » SQL Anywhere Server - Programming » SQL Anywhere Database Tools Interface » Database tools interface » DBTools enumeration types

 

Blank padding enumeration

Used in the a_create_db structure, to specify the value of blank_pad.

Syntax
enum {
    NO_BLANK_PADDING,
    BLANK_PADDING
};
Parameters
Value Description
NO_BLANK_PADDING Does not use blank padding.
BLANK_PADDING Uses blank padding.
See also