代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/141300/5770706
c database.c
/**********
Copyright 1992 Regents of the University of California. All rights reserved.
Author: 1992 David A. Gates, U. C. Berkeley CAD Group
**********/
#include "ngspice.h"
#include "fteext.h"
/*
www.eeworm.com/read/139871/5796413
java database.java
package bookshop.util;
/**
* 数据库连接专用包
* Copyright: wxy Copyright (c) 2004
* Company:juanjuan book shop online
* @by :wxy
* @version 1.0
*/
import java.sql.*;
public class
www.eeworm.com/read/139871/5796556
java database.java
package bookshop.util;
/**
* 数据库连接专用包
* Copyright: wxy Copyright (c) 2004
* Company:juanjuan book shop online
* @by :wxy
* @version 1.0
*/
import java.sql.*;
public class
www.eeworm.com/read/139122/5808010
java database.java
package Bean;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
// 数据库连接
public class Database
{
static private Connection conn = null;
sta
www.eeworm.com/read/137483/5823926
cpp database.cpp
#include "stdafx.h"
#include "database.h"
/*
Implement CDatabase methods
*/
CDatabase::CDatabase()
{
m_hEnv = NULL;
}
CDatabase::~CDatabase()
{
}
bool CDatabase::Init()
www.eeworm.com/read/137483/5823932
h database.h
/*
Date:
2002/03/06
Note:
Modified Version for Precompiler and Unicode
*/
#ifndef __ORZ_DATABASE__
#define __ORZ_DATABASE__
#include
#include
#include
www.eeworm.com/read/136989/5829407
idl database.idl
// Database.idl,v 1.3 1999/09/28 20:09:57 irfan Exp
module Database
{
typedef unsigned long Flags;
typedef string Identifier;
exception Unknown_Type
{
string type;
};
www.eeworm.com/read/136865/5841132
cpp database.cpp
/**********************************************************************
** Copyright (C) 2000 Trolltech AS. All rights reserved.
**
** This file is part of Qt Designer.
**
** This file may be distrib