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_name 構造体

名前のリンク・リストを格納します。名前のリストを必要とする他の構造体が使用します。

構文
typedef struct a_name {
    struct a_name *next;
    char          name[1];
} a_name, * p_name;
メンバ
メンバ 説明
next リスト内の次の a_name 構造体へのポインタ。
name 名前。
参照