[Squeak-ja: 3124] Re: OmniBaseJ

Saito zaki_k_saito @ s8.dion.ne.jp
2006年 9月 13日 (水) 22:53:01 JST


すみません、先ほどのメールでは
実行結果が
記載されていませんでしたので
再送信します

'From Squeakland 3.8-05 of 7 September 2005 [latest update: #552] on 13 
September 2006 at 10:03:14 pm'!
Object subclass: #テスト
 instanceVariableNames: 'a b c v場所'
 classVariableNames: ''
 poolDictionaries: ''
 category: '食製1-物品'!]lang[(18 3 33 2 60 2 2 2 1)0,5,0,5,0,5,0,5,0!

!テスト methodsFor: 'accessing' stamp: 'ys-11 9/9/2006 13:31'!]lang[(3 
54)5,0!
a
 "Answer the value of a"

 ^ a! !

!テスト methodsFor: 'accessing' stamp: 'ys-11 9/9/2006 13:31'!]lang[(3 
54)5,0!
a: anObject
 "Set the value of a"

 a _ anObject! !

!テスト methodsFor: 'accessing' stamp: 'ys-11 9/9/2006 13:31'!]lang[(3 
54)5,0!
b
 "Answer the value of b"

 ^ b! !

!テスト methodsFor: 'accessing' stamp: 'ys-11 9/9/2006 13:31'!]lang[(3 
54)5,0!
b: anObject
 "Set the value of b"

 b _ anObject! !

!テスト methodsFor: 'accessing' stamp: 'ys-11 9/9/2006 13:31'!]lang[(3 
54)5,0!
c
 "Answer the value of c"

 ^ c! !

!テスト methodsFor: 'accessing' stamp: 'ys-11 9/9/2006 13:31'!]lang[(3 
54)5,0!
c: anObject
 "Set the value of c"

 c _ anObject! !

!テスト methodsFor: 'accessing' stamp: 'ys-11 9/13/2006 10:57'!]lang[(3 
55)5,0!
m場所

 ^ v場所!]lang[(1 2 6 2)0,5,0,5! !

!テスト methodsFor: 'accessing' stamp: 'ys-11 9/13/2006 10:57'!]lang[(3 
55)5,0!
m場所: anObject

 v場所 _ anObject!]lang[(1 2 14 2 11)0,5,0,5,0! !


'------------------------------------------------------------------'

db_OmniBase openOn:'c:\testOmni'.
tra_db newTransaction.
inst_テスト new.
inst a:'漢字1'.
inst b:'漢字2'.
inst c:Time now.
inst m場所:'千葉県'.
tra root at:#TEST put: inst.
Transcript cr; show: inst class name.
Transcript cr; show: inst a printString.
Transcript cr; show: inst b printString.
Transcript cr; show: inst c printString.
Transcript cr; show: inst m場所 printString.
tra commit.
db close.

==>テスト
==>'漢字1'
==>'漢字2'
==>9:36:10 pm
==>'千葉県'

'-----------------------------------------------------------------'

db_OmniBase openOn:'c:\testOmni'.
tra_db newTransaction.
ans_tra root at:#TEST.
Transcript cr; show: ans   class name.
Transcript cr; show: ans a printString.
Transcript cr; show: ans b printString.
Transcript cr; show: ans c printString.
Transcript cr; show: ans m場所 printString.
tra commit.
db close.

==>ODBReference
でエラーノーテイファイアになる

----- Original Message ----- 
From: "Masashi Umezawa" <umejava @ mars.dti.ne.jp>
To: "Squeak discussion in Japanese" <squeak-ja @ smalltalk.jp>
Sent: Wednesday, September 13, 2006 5:08 PM
Subject: [Squeak-ja: 3121] Re: OmniBaseJ


> こんにちは
> 梅澤です。
>
> ありがとうございます。再現できました。パッチを書いてみたので
> お試しください。
>
> MCZは
> http://squeaksource.blueplane.jp/OmniBaseJ/OmniBaseJ-mu.10.mcz
>
> になります。
>
> "Saito" <zaki_k_saito @ s8.dion.ne.jp> wrote:
>> こんにちは
>> 齊藤ともうします
>>
>> 早速のご対応ありがとうございます
>> 日本語を含んだ変数名についてのテストケースです
>>
>
> ---
> [:masashi | ^umezawa] 





Squeak-ja メーリングリストの案内