Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このリンクには、非常に基本的な例があります。
私にはクラスがあり、その名前は「dog」で、「name」プロパティと「childs」プロパティがあります。「子」プロパティタイプはLINKLISTです。
新しい犬のオブジェクトを作成しようとすると、「子」フィールドを作成しますが、それを入力する方法がわかりません。
より完全なチュートリアルを教えてください(実際、私は成功せずにそれを検索します)。
そのためのクエリを使用できます。
insert into animal set name = 'dog', children = [<rid>]
<rid>子のレコードIDはどこにありますか。
<rid>