Re: Can write comment out in sql map xml ?

2008-07-05 Thread 吉崎太清
Hi Kai,
Thanks for the response.

I'm sorry that I post developers mailing list.
Next time, I post users mailing list.

I see multi line comments /* */.

I  really appreiciate your help.

Best regards,
yoshizaki


Re: Can write comment out in sql map xml ?

2008-07-05 Thread Kai Grabfelder
Please post questions like this on the users mailing list. But to answer your question: yes you can. But you 
should rather use multi line comments /* */


Regards

Kai

--- Original Nachricht ---
Absender: 吉崎太清
Datum: 05.07.2008 12:55

Hi,

You can write comment-out code-description or code explain at Oracle SQL*Plus.

--
select
 ID   -- section's ID
 , NAME  -- section's name
from SECT SC

similarly , If I write comment-out in iBATIS comment-out, I am happy.

Does that expected functionality exist in iBATIS specification ?

Thanks a lot.
yoshizaki