pattern that finds everything ...

Hello,

Here is a (very) basic question about patterns ...

I need to find the names of all the columns of an oracle table. Thus I use the DataBaseMetaData interface and its method (String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern)

The catalog, schemaPattern, tableNamePattern do not give me any pb, but I just don't know how to write a pattern that says "any column" for the columnNamePattern !!!!!

Damn, not being able to do smthg that trivial starts to drive me nuts :-p

thanks,

v-

[567 byte] By [Vince75] at [2007-9-30 20:25:20]
# 1
ok, sorry for this one. just using "null" works.The problem came from smthg else : the tableName pattern was a lower case string while oracle waited an upper case string ...
Vince75 at 2007-7-7 1:09:55 > top of Java-index,Administration Tools,Sun Connection...