代码搜索:DataBase

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

代码结果 10,000
www.eeworm.com/read/173141/5379288

properties users2_derby.properties

# # This properties file is for the 'users' test. # # This file is expected to be placed into $WS/systest/out by # the run script, and expects to be run in an environment where # the property derby.s
www.eeworm.com/read/173141/5379389

java corruptbasestoragefactory.java

/* Derby - Class org.apache.derby.impl.io.BaseStorageFactory Copyright 2004 The Apache Software Foundation or its licensors, as applicable. Licensed under the Apache License, Version
www.eeworm.com/read/173141/5379484

out spillhash.out

Running join Running distinct Running scroll insensitive cursor Growing database. Running join Running distinct Running scroll insensitive cursor PASSED.
www.eeworm.com/read/173141/5379912

out checkdatasource.out

Running connection checks on Nested isolation level 2 auto commit false read only false setTypeMap(EMPTY_MAP) - ok setTypeMap(null) - ok XJ081 - Invalid value 'null' passed as paramete
www.eeworm.com/read/173141/5380051

out checkdatasource30.out

Running JDBC 3.0 connection checks on Nested holdability true JDBC 3.0 savepoint OK Running connection checks on Nested isolation level 2 auto commit false read only false setTyp
www.eeworm.com/read/173141/5380063

java phasetester.java

/* Derby - org.apache.derbyTesting.upgradeTests.phaseTester Copyright 1999, 2006 The Apache Software Foundation or its licensors, as applicable. Licensed under the Apache License, Version 2.0 (the
www.eeworm.com/read/172818/5382024

readme

The WEB-RADACT interface. This is a web interface to GNU Radius accounting database. It displays the entries from MySQL database selected by the range of date/time of call and possibly a user
www.eeworm.com/read/172725/5382748

vm createdb.vm

## Not implemented for DB2/400... yet ;-) #* #foreach ($databaseName in $databaseNames) drop database if exists $databaseName; create database $databaseName; #end *#
www.eeworm.com/read/172725/5382754

vm createdb.vm

#foreach ($databaseName in $databaseNames) USE MASTER ; DROP DATABASE $databaseName ; CREATE DATABASE $databaseName ; #end
www.eeworm.com/read/172725/5382768

java namefactorytest.java

package org.apache.torque.engine.database.model; /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2001 The Apach