デバッグ命令

Note: This section on debugging commands was commented-out in the original documentation. Thomas 1998-08-05

Note: この章は元となった書類ではコメントになっていました。Thomas 1998-08-05

r

Randomly print the open class.

開いているクラスを無作為に出力します。

m -1

Toggle display of time information.

時間情報の表示をトグルします。

m 0

Set retrievals to now.

取り出しを現時刻に設定します。

m 1 Jan 1 01:00:00 1988

Set retrievals to snapshots of the specfied time.

特定の時刻の取り出しをスナップショットに設定します。

m 2 Jan 1 01:00:00 1988, Feb 1 01:00:00 1988

Set retrievals to ranges of the specified times. Either time may be replaced with space if an unbounded time range is desired.

特定の時間帯の取り出しを設定します。 自由な時間帯を望む時は、いずれかの時刻をスペースにします。

&A classname natts name1 type1 name2 type2 ...

Add natts attributes named name1, name2, etc. of types type1, type2, etc. to the class classname.

type1type2 等の形式の name1name2 等の名前をもった属性 natts を、クラス classname に加えます。

&RR oldclassname newclassname

Rename the oldclassname class to newclassname.

クラス名 oldclassname を、クラス名 newclassname に変更します。

&RA classname oldattname newattname classname oldattname newattname

Rename the oldattname attribute in the class named classname to newattname.

クラス名 classname の中の、属性名 oldattnamenewattname に変更します。