Обсуждение: Numeric type equivalent

Поиск
Список
Период
Сортировка

Numeric type equivalent

От
Carlos Muñoz Rodríguez
Дата:
Hi, can someone tell me what is the java equivalent for the postgresql database type???

Express yourself instantly with MSN Messenger! MSN Messenger

Re: Numeric type equivalent

От
Kenneth Porter
Дата:
--On Thursday, November 15, 2007 7:35 AM -0800 Carlos Muñoz Rodríguez
<hd_jarlac@hotmail.com> wrote:

> Hi, can someone tell me what is the java equivalent for the postgresql
> database type???

I don't know much about Java wrt PostgreSQL, but I know it uses "jdbc" to
connect to databases in a database-independent way.

<http://jdbc.postgresql.org/>
<http://www.fankhausers.com/postgresql/jdbc/>