Re: Pre-processing during build

From: "Markus KARG" <markus(at)headcrashing(dot)eu>
To: "'List'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Pre-processing during build
Date: 2015-06-18 21:15:04
Message-ID: 00e301d0aa0b$d89af320$89d0d960$@eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Look at this https://gist.github.com/mkarg/0da7f7dce8d9025511bb please.

-Markus

-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org [mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Mark Rotteveel
Sent: Donnerstag, 18. Juni 2015 08:38
To: List
Subject: Re: [JDBC] Pre-processing during build

On Wed, 17 Jun 2015 23:02:44 +0200, "Markus KARG" <markus(at)headcrashing(dot)eu>
wrote:
> I think you not even need reflection, but could simply rely on proxies.
> Should be faster and do the job faster.
>
http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/reflect/Proxy.html
> :-)
>
> An official Java SE standard since v1.3, BTW, to prevent further
> discussions about versions. ;-)

Proxies use reflection (which is why they are part of the
java.lang.reflect package.

Mark

--
Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2015-06-18 21:26:32 Re: Pre-processing during build
Previous Message Vladimir Sitnikov 2015-06-18 20:45:53 Re: Pre-processing during build