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-

