代码搜索:PostgreSQL

找到约 4,136 项符合「PostgreSQL」的源代码

代码结果 4,136
www.eeworm.com/read/376006/2716996

sgml drop_operator.sgml

www.eeworm.com/read/376006/2717006

sgml postmaster.sgml

www.eeworm.com/read/376006/2717018

sgml alter_trigger.sgml

www.eeworm.com/read/376006/2717019

sgml ipcclean.sgml

www.eeworm.com/read/376006/2717032

sgml rollback.sgml

www.eeworm.com/read/376006/2717334

c network.c

/* * PostgreSQL type definitions for the INET and CIDR types. * * $PostgreSQL: pgsql/src/backend/utils/adt/network.c,v 1.72 2007/11/15 21:14:39 momjian Exp $ * * Jon Postel RIP 16 Oct 1998 */ #
www.eeworm.com/read/376006/2718376

po ko.po

# Korean message translation file for PostgreSQL pgscripts # Ioseph Kim , 2004. # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 8.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creat
www.eeworm.com/read/120487/6073107

java jdbc3connectionpool.java

package org.postgresql.jdbc3; import org.postgresql.jdbc2.optional.ConnectionPool; import javax.sql.PooledConnection; import javax.naming.Reference; import java.sql.SQLException; /** * Jdbc3 imple
www.eeworm.com/read/408329/11392493

txt jdbc.txt

加载驱动 //MySql Class.forName("com.mysql.jdbc.Driver"); //postgresql Class.forName("org.postgresql.Driver"); //oracle Class.forName("oracle.jdbc.driver.OracleDriver"); //Sybase Class.forName("com
www.eeworm.com/read/183001/5258556

sgml drop_schema.sgml