代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/119649/6083031
format new.format
///
/// Creates a new {0}.
///
///
/// to have this written to the database.
///
///
www.eeworm.com/read/119649/6083199
cs regexvalidation.cs
//This file is part of ORM.NET.
//
//ORM.NET is free software; you can redistribute it and/or
//modify it under the terms of the GNU Lesser General Public
//License as published by the Free Softwa
www.eeworm.com/read/119649/6083208
cs csproj.cs
//This file is part of ORM.NET.
//
//ORM.NET is free software; you can redistribute it and/or
//modify it under the terms of the GNU Lesser General Public
//License as published by the Free Softwa
www.eeworm.com/read/119136/6092703
java sequencemanager.java
/**
* $RCSfile: SequenceManager.java,v $
* $Revision: 1.1.1.1 $
* $Date: 2002/09/09 13:51:02 $
*
* New Jive from Jdon.com.
*
* This software is the proprietary information of CoolServle
www.eeworm.com/read/119136/6092719
java defaultconnectionprovider.java
/**
* $RCSfile: DefaultConnectionProvider.java,v $
* $Revision: 1.1.1.1 $
* $Date: 2002/09/09 13:51:00 $
*
* New Jive from Jdon.com.
*
* This software is the proprietary information of
www.eeworm.com/read/118881/6093333
java server.java
/*
* Server.java
*/
/**
*
* Server acts as a database server and is one way of using
* the client / server mode of Hypersonic SQL. This server
* can only process
www.eeworm.com/read/118881/6093337
java jdbcpreparedstatement.java
/*
* jdbcPreparedStatement.java
*/
package org.hsql;
import java.sql.*;
import java.math.BigDecimal;
import java.io.*;
import java.util.*;
/**
*
* In Hypers
www.eeworm.com/read/118881/6093339
java servlet.java
/*
* Servlet.java
*/
package org.hsql;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
import java.util.*;
/**
*
* Servlet acts as a int
www.eeworm.com/read/118881/6093346
java webserver.java
/*
* WebServer.java
*/
package org.hsql;
import java.sql.*;
import java.net.*;
import java.io.*;
import java.util.*;
/**
*
* WebServer acts as a HTTP server an
www.eeworm.com/read/118881/6093354
java jdbcconnection.java
/*
* jdbcConnection.java
*/
package org.hsql;
import java.sql.*;
import java.util.*;
import java.io.*;
import java.net.*;
/**
* A connection (session) with a specific
* database.