代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/346592/3181425
properties database.properties
database.driver=com.mysql.jdbc.Driver
database.url=jdbc:mysql://localhost/news?user=root&password=root&useUnicode=true&characterEncoding=gbk
www.eeworm.com/read/346592/3181433
java database.java
/*
* Created on 2005-11-6
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package com.mycompany.database;
imp
www.eeworm.com/read/344727/3205172
java database.java
package anni.database;
import java.sql.*;
import java.util.*;
/**
* 1.读取所有外键,外键值放到Database里
* 2.获得所有表,表放到Database里
* 3.获得表里的列,根据主键和外键修改列,所有列放到表里
*
*/
public class Database {
www.eeworm.com/read/344727/3205360
properties database.properties
hibernate.dialect=org.hibernate.dialect.HSQLDialect
hibernate.connection.driver_class=org.hsqldb.jdbcDriver
hibernate.connection.url=jdbc:hsqldb:file:target/test;shutdown=true
hibernate.connection.
www.eeworm.com/read/344149/3212118
java database.java
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2002-2006
* Oracle Corporation. All rights reserved.
*
* $Id: Database.java,v 12.5 2006/08/24 14:46:07 bostic Exp $
www.eeworm.com/read/343909/3213608
cpp database.cpp
// Database.cpp: implementation of the CDatabase class.
//
//////////////////////////////////////////////////////////////////////
#include"stdafx.h"
#include "Database.h"
//////////////////
www.eeworm.com/read/343909/3213611
h database.h
// Database.h: interface for the CDatabase class.
//
//////////////////////////////////////////////////////////////////////
#include
#include
#include "global.h"
#include "
www.eeworm.com/read/343313/3221385
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/343310/3222380
java database.java
package com.bwm.core;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
/**
* Title: