代码搜索:DataBase

找到约 10,000 项符合「DataBase」的源代码

代码结果 10,000
www.eeworm.com/read/100285/6271695

java datestyle.java

package example; import java.io.*; import java.sql.*; import java.text.*; /** * This example tests the various date styles that are available to postgresql. * * To use this example, you need a da
www.eeworm.com/read/100285/6271913

sh regress.sh

#!/bin/sh # $Header: /usr/local/cvsroot/pgsql/src/test/regress/regress.sh,v 1.31 1999/07/09 17:57:46 momjian Exp $ # if [ $# -eq 0 ] then echo "Syntax: $0 [extra-tests]" exit 1 fi portna
www.eeworm.com/read/100285/6272222

sh destroyuser.sh

#!/bin/sh #------------------------------------------------------------------------- # # destroyuser.sh-- # utility for destroying a user from the POSTGRES database. # # Copyright (c) 1994, Regents
www.eeworm.com/read/100285/6272336

sh createdb.sh

#!/bin/sh #------------------------------------------------------------------------- # # createdb.sh-- # create a postgres database # # this program runs the monitor with the "-c" option to crea
www.eeworm.com/read/100285/6272338

sh cleardbdir.sh

#!/bin/sh #------------------------------------------------------------------------- # # cleardbdir.sh-- # completely clear out the database directory # # A program by this name used to be neces
www.eeworm.com/read/100285/6272348

sh destroydb.sh

#!/bin/sh #------------------------------------------------------------------------- # # destroydb.sh-- # destroy a postgres database # # this program runs the monitor with the ? option to destr
www.eeworm.com/read/274660/6288452

c prepare.c

/* ** 2005 May 25 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness fo
www.eeworm.com/read/274660/6288458

c attach.c

/* ** 2003 April 6 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness f
www.eeworm.com/read/274660/6288506

c main.c

/* ** 2001 September 15 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiven
www.eeworm.com/read/367437/6343745

h dbmsengine.h

/* * ============================================================================ * Name : CBookDb from DBMSEngine.h * Part of : DBMS * Created : 04.11.2006 by Forum Nokia * Versio