代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/120487/6072923
h version.h
/*-------------------------------------------------------------------------
*
* version.h
* Header file for versions.
*
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Grou
www.eeworm.com/read/120487/6072927
h lockcmds.h
/*-------------------------------------------------------------------------
*
* lockcmds.h
* prototypes for lockcmds.c.
*
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Gr
www.eeworm.com/read/120487/6072929
h copy.h
/*-------------------------------------------------------------------------
*
* copy.h
* Definitions for using the POSTGRES copy command.
*
*
* Portions Copyright (c) 1996-2003, PostgreSQL Glo
www.eeworm.com/read/120487/6072930
h alter.h
/*-------------------------------------------------------------------------
*
* alter.h
* prototypes for alter.h
*
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
*
www.eeworm.com/read/120487/6072971
h parser.h
/*-------------------------------------------------------------------------
*
* parser.h
* Definitions for the "raw" parser (lex and yacc phases only)
*
*
* Portions Copyright (c) 1996-2003, Po
www.eeworm.com/read/120487/6073015
h dynahash.h
/*-------------------------------------------------------------------------
*
* dynahash
* POSTGRES dynahash.h file definitions
*
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Develo
www.eeworm.com/read/120487/6073080
h fastpath.h
/*-------------------------------------------------------------------------
*
* fastpath.h
*
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 19
www.eeworm.com/read/120487/6073110
java jdbc3simpledatasource.java
package org.postgresql.jdbc3;
import org.postgresql.jdbc2.optional.SimpleDataSource;
import javax.naming.Reference;
/**
* JDBC3 implementation of a non-pooling DataSource.
*
* @author Aaron Muld
www.eeworm.com/read/120487/6073183
properties errors_zh_tw.properties
# 2003-11-25 Zhenbang Wei
postgresql.arr.range:\u9663\u5217\u7d22\u5f15\u8d85\u904e\u8a31\u53ef\u7bc4\u570d\u3002
postgresql.drv.version:\u767c\u751f\u5167\u90e8\u932f\u8aa4\uff0c\u8
www.eeworm.com/read/120487/6073234
java jdbc1refcursorresultset.java
package org.postgresql.jdbc1;
import java.sql.SQLException;
import org.postgresql.core.QueryExecutor;
import org.postgresql.core.BaseStatement;
import org.postgresql.PGRefCursorResultSet;
/** A real