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

SQL Anywhere 11.0.1 (日本語) » Ultra Light - C/C++ プログラミング » API リファレンス » Ultra Light C++ API リファレンス » UltraLite_TableSchema_iface クラス

 

IsColumnCurrentTime 関数

指定されたカラムのデフォルトが、現在の時刻に設定されているかどうかをチェックします。

構文
bool UltraLite_TableSchema_iface::IsColumnCurrentTime(
  const ULValue & column_id
)
パラメータ
  • column_id   カラムの ID 番号。1 から始まる順序数にしてください。テーブルの最初のカラムの ID 値は 1 です。

戻り値
  • カラムに、デフォルト値として現在の時刻が存在する場合は、true。

  • そうでない場合は、false。