StringUtils class is home made and just representing all
array,lists,and so on as a string. If I pass 3 arguments I expect to
get a log entry of 3
> Logger.getAnonymousLogger().info("" + args.length);
After a: select * from test('a', 'b', 'c');
I expect
11.01.2012 12:39:35 Test test
INFO: 3 <<<<<----- 3
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.