question about getTables - Mailing list pgsql-jdbc

From Henry Chang
Subject question about getTables
Date
Msg-id 7003E6A86EBDCB40AD8BAA74CF4C7C15072536@santacruz.BAY.local
Whole thread Raw
List pgsql-jdbc

Hi,

I usually used

result = meta.getTables(db.getLabel(), "%", "%", types);

to retrieve all User table names.

But, when the table name have a space it doesnt work.

Could you tell me what is the proper way to retrieve the table names with space?

Thanks.

Regards,

Henry

pgsql-jdbc by date:

Previous
From: "Dennis R. Gesker"
Date:
Subject: moveToInsertRow
Next
From: "Dennis R. Gesker"
Date:
Subject: moveToInsertRow