Re: jdbc supportsStoredProcedures
От | Chris Smith |
---|---|
Тема | Re: jdbc supportsStoredProcedures |
Дата | |
Msg-id | 002201c3f3ed$86275830$6f00000a@KYA обсуждение исходный текст |
Ответ на | jdbc supportsStoredProcedures ("tijgertje" <figje@hotmail.com>) |
Ответы |
Re: jdbc supportsStoredProcedures
|
Список | pgsql-jdbc |
tijgertje wrote: > So after that I wrote this simple jdbc program, I tried to test if > PostgreSQL supports stored procedures with the > supportsStoredProcedures method in the DatabaseMetaData class, but > the method returned false. It's hard-coded in the driver to return false. My guess is that this is because the driver doesn't comply with some detail of the JDBC or SQL specifications regarding stored procedures. It's best to be very strict about claiming support for a feature when there are work-arounds involved for not really conforming. Obviously, stored procedures by themselves are supported. The comment there talks about "stored procedure calls using the stored procedure escape syntax". Not sure what that's referring to... -- www.designacourse.com The Easiest Way to Train Anyone... Anywhere. Chris Smith - Lead Software Developer/Technical Trainer MindIQ Corporation
В списке pgsql-jdbc по дате отправления: