代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/120487/6073129
java pgpolygon.java
/*-------------------------------------------------------------------------
*
* PGline.java
* This implements the polygon datatype within PostgreSQL.
*
* Copyright (c) 2003, PostgreSQL Global
www.eeworm.com/read/120487/6073133
java fastpath.java
/*-------------------------------------------------------------------------
*
* Fastpath.java
* This class implements the Fastpath api.
*
* Copyright (c) 2003, PostgreSQL Global Development G
www.eeworm.com/read/120487/6073139
java abstractjdbc2connection.java
package org.postgresql.jdbc2;
import java.io.PrintWriter;
import java.sql.DriverManager;
import java.sql.SQLData;
import java.sql.SQLException;
import java.sql.Types;
/* $Header: /cvsroot/pgsql/src
www.eeworm.com/read/120487/6073165
java pgstream.java
/*-------------------------------------------------------------------------
*
* PGStream.java
* This class is used by Connection for communicating with the
* backend.
*
* Copyright (c)
www.eeworm.com/read/120487/6073171
java pgtokenizer.java
/*-------------------------------------------------------------------------
*
* PGtokenizer.java
* This class is used to tokenize the text output of org.postgres.
*
* Copyright (c) 2003, Post
www.eeworm.com/read/120487/6073194
java drivertest.java
package org.postgresql.test.jdbc2;
import org.postgresql.test.TestUtil;
import junit.framework.TestCase;
import java.sql.*;
/*
* $Id: DriverTest.java,v 1.5 2002/08/14 20:35:40 barry Exp $
*
* Tes
www.eeworm.com/read/120487/6073212
java simpledatasourcetest.java
package org.postgresql.test.jdbc2.optional;
import org.postgresql.test.TestUtil;
import org.postgresql.jdbc2.optional.SimpleDataSource;
/**
* Performs the basic tests defined in the superclass. Jus
www.eeworm.com/read/120487/6073222
properties errors_it.properties
# This is the italian version of some errors. Errors not in this file
# are handled by the parent errors.properties file.
#
# Daniele Arduini
# Tue
www.eeworm.com/read/120487/6073224
java abstractjdbc1connection.java
/*-------------------------------------------------------------------------
*
* AbstractJdbc1Connection.java
* This class defines methods of the jdbc1 specification. This class is
* exten
www.eeworm.com/read/120487/6073229
java abstractjdbc1resultset.java
/*-------------------------------------------------------------------------
*
* AbstractJdbc1ResultSet.java
* This class defines methods of the jdbc1 specification. This class is
* extend