代码搜索:Postgresql
找到约 4,136 项符合「Postgresql」的源代码
代码结果 4,136
www.eeworm.com/read/120487/6072679
check_guc
#!/bin/sh
## currently, this script makes a lot of assumptions:
## in postgresql.conf.sample:
## 1) the valid config settings may be preceded by a '#', but NOT '# '
## (we use this to skip com
www.eeworm.com/read/120487/6073087
java blobtest.java
package example;
import java.io.*;
import java.sql.*;
import org.postgresql.largeobject.*;
/*
* This test attempts to create a blob in the database, then to read
* it back.
*
* Important note: Y
www.eeworm.com/read/120487/6073112
java abstractjdbc3blob.java
package org.postgresql.jdbc3;
import java.sql.*;
public abstract class AbstractJdbc3Blob extends org.postgresql.jdbc2.AbstractJdbc2Blob
{
public AbstractJdbc3Blob(org.postgresql.PGConnection conn
www.eeworm.com/read/120487/6073121
java abstractjdbc3resultset.java
package org.postgresql.jdbc3;
import java.sql.*;
import java.util.Vector;
import org.postgresql.core.BaseStatement;
import org.postgresql.core.Field;
/* $Header: /cvsroot/pgsql/src/interfaces/jdbc
www.eeworm.com/read/120487/6073124
java pgline.java
/*-------------------------------------------------------------------------
*
* PGline.java
* This implements a line consisting of two points.
*
* Copyright (c) 2003, PostgreSQL Global Develo
www.eeworm.com/read/120487/6073125
java pgbox.java
/*-------------------------------------------------------------------------
*
* PGbox.java
* This represents the box datatype within org.postgresql.
*
* Copyright (c) 2003, PostgreSQL Global
www.eeworm.com/read/120487/6073126
java pgpath.java
/*-------------------------------------------------------------------------
*
* PGpath.java
* This implements a path (a multiple segmented line, which may be closed)
*
* Copyright (c) 2003, P
www.eeworm.com/read/120487/6073128
java pgcircle.java
/*-------------------------------------------------------------------------
*
* PGcircle.java
* This represents org.postgresql's circle datatype, consisting of a point
* and a radius
*
*