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

SQL Anywhere 12.0.1 » Ultra Light データベース管理とリファレンス » Ultra Light データベースのリファレンス » Ultra Light のシステムテーブル

 

systable システムテーブル

systable システムテーブルの各ローは、データベース内のテーブル 1 つを示します。

カラム名 カラム型 説明
column_count UNSIGNED INT テーブル内のカラム数。
index_count UNSIGNED INT テーブル内のインデックス数。
ixcol_count UNSIGNED INT テーブル内のすべてのインデックスのカラムの合計数。
table_name VARCHAR(128) テーブルの名前。
object_id UNSIGNED INT テーブルのユニークな識別子。
sync_type VARCHAR(32) Mobile Link による同期に使用されます。no_sync (非同期)、all_sync (すべてのローの同期)、normal_sync (変更されたローのみ同期) のいずれか。
table_type VARCHAR(32) user (ユーザーが作成したテーブルを示す)。
 制約