question about getTables

From: "Henry Chang" <henryc(at)cytaq(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: question about getTables
Date: 2002-03-06 19:55:22
Message-ID: 7003E6A86EBDCB40AD8BAA74CF4C7C15072536@santacruz.BAY.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 doesn't work.
Could you tell me what is the proper way to retrieve the table names with space?

Thanks.

Regards,
Henry

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dennis R. Gesker 2002-03-06 20:20:37 moveToInsertRow
Previous Message Dennis R. Gesker 2002-03-06 18:46:15 moveToInsertRow