代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/173150/5376442
java database.java
/**
* DuMP3 version morpheus_0.2.9 - a duplicate/similar file finder in Java
* Copyright 2005 Alexander Grässer
* All Rights Reserved, http://dump3.sourceforge.net/
*
*
www.eeworm.com/read/173141/5377024
java database.java
/*
Derby - Class org.apache.derby.impl.drda.Database
Copyright 2002, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache License, Version 2.0 (th
www.eeworm.com/read/173141/5377093
java database.java
/*
Derby - Class org.apache.derby.database.Database
Copyright 1998, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache License, Version 2.0 (the
www.eeworm.com/read/173141/5377417
java database.java
/*
Derby - Class org.apache.derby.iapi.db.Database
Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache License, Version 2.0 (the
www.eeworm.com/read/172725/5382787
java database.java
package org.apache.torque.engine.database.model;
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2003 The
www.eeworm.com/read/170769/5402848
properties database.properties
####################################
# Database Connectivity Properties
####################################
driver=org.gjt.mm.mysql.Driver
url=jdbc:mysql://localhost:3306/jpetstore
username=ad
www.eeworm.com/read/170257/5405777
txt database.txt
create table emp1
(
empid varchar2(4),
empname varchar2(30)
)
select * from emp1;
delete emp1 where empid='e100';
create table students
(
stud_id varchar2(6),
stud_name varchar2(
www.eeworm.com/read/169327/5424216
java database.java
//$Id: Database.java,v 1.5 2003/01/26 01:33:36 oneovthafew Exp $
package net.sf.hibernate.odmg;
import org.odmg.ODMGException;
import org.odmg.ODMGRuntimeException;
import org.odmg.ObjectNameNotFound
www.eeworm.com/read/168239/5447334
java database.java
import java.util.ArrayList;
/**
* The database class provides a facility to store CD and video
* objects. A list of all CDs and videos can be printed to the
* terminal.
*
* This version does n
www.eeworm.com/read/168239/5447396
java database.java
import java.util.ArrayList;
/**
* The database class provides a facility to store entertainment
* item objects. A list of all items can be printed to the
* terminal.
*
* This version does not s