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 リファレンス » システム・オブジェクト » システム・プロシージャ » システム・プロシージャのアルファベット順リスト

 

sa_convert_ml_progress_to_timestamp システム・プロシージャ

Mobile Link のスクリプト化されたアップロードの場合のみ。スクリプト化されたアップロードの進捗値を64 ビット INTEGER から TIMESTAMP に変換します。

構文
sa_convert_ml_progress_to_timestamp( progress )
引数
  • progress   この関数は、UNSIGNED BIGINT のパラメータを 1 つ受け取ります。

備考

この関数は、渡される値で表現するタイムスタンプを返します。このプロシージャは、sa_convert_timestamp_to_ml_progress の反対です。

パーミッション

なし

関連する動作

なし

参照
SELECT sa_convert_timestamp_to_ml_progress( 3600000 );