This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: sqlite/sqlite wrapper compiled natively
- From: Erik Poupaert <erik dot poupaert at skynet dot be>
- To: tromey at redhat dot com
- Cc: java at gcc dot gnu dot org, tk-software at comcast dot net
- Date: Mon, 19 Apr 2004 18:37:28 +0000
- Subject: Re: sqlite/sqlite wrapper compiled natively
- Organization: Erik Poupaert
- References: <20040412175207.74821235.erik.poupaert@hurricanedev.com><407AC12F.5060904@comcast.net><20040412182139.19dcc1f0.erik.poupaert@hurricanedev.com><20040412195618.0dbd9838.erik.poupaert@hurricanedev.com><407C647F.2070802@comcast.net><20040414134046.43b53edd.erik.poupaert@hurricanedev.com><407D67BD.1090909@comcast.net><20040414185251.4cd33f5f.erik.poupaert@hurricanedev.com><407D736C.8070603@comcast.net><20040418052101.334fa225.erik.poupaert@hurricanedev.com><4081FFC1.7080902@comcast.net><20040418060855.6d253e5a.erik.poupaert@hurricanedev.com><40820A69.3040408@comcast.net><20040418071609.40c8c798.erik.poupaert@hurricanedev.com><40821375.6040900@comcast.net><20040418132533.79fa8787.erik.poupaert@hurricanedev.com><4082683C.2010808@comcast.net><20040418155515.62c003a6.erik.poupaert@skynet.be><873c70ndor.fsf@fleche.redhat.com>
On 19 Apr 2004 10:19:00 -0600
Tom Tromey <tromey@redhat.com> wrote:
>>> String[] String.split(String), String String.replaceAll(String,String)
> don't these both rely on java.util.regex? That wasn't checked in
> until fairly recently. It will show up in 3.5.
That's ok. It's not that much work to implement it manually.
(I guess every java user has done that 10 times by now).
They're only needed to use the convenience methods in sqlite.java
(they're nifty, actually). The remainder of sqlite with its java bindings work fine
without them.
Greetings
Erik