代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/105373/6198810
java populateutils.java
/*
* Copyright 2002 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con
www.eeworm.com/read/104713/6203075
java classmap.java
package pl.map;
import java.util.*;
import java.lang.reflect.*;
import pl.*;
import pl.sql.*;
/*
TODO we assume one one ClassMap instance can map only one table
We should create tree -
www.eeworm.com/read/104713/6203096
java criteriacondition.java
package pl.criteria;
import java.util.*;
/**
* This class represents a condition for criteria's
* WHERE and HAVING parts
*
* @author:
*/
public class CriteriaCondition implements Crit
www.eeworm.com/read/104713/6203097
java retrievecriteria.java
package pl.criteria;
import pl.PersistenceManager;
import pl.map.*;
/**
* Insert the type's description here.
* @author: Artyom Rudoy
*/
public class RetrieveCriteria extends PersistentC
www.eeworm.com/read/104713/6203125
java connectionutils.java
package pl.sql;
public class ConnectionUtils
{
/**
* Commit the transaction associated with the connection connection.
*/
public static void commit(java.sql.Connection connec
www.eeworm.com/read/103629/6213587
java updatesql.java
//UpdateSQL.java
// Update a couple of rows in a database.
import java.net.URL;
import java.sql.*;
class UpdateSQL
{
public static void main(String argv[])
{
try
{
// Creat
www.eeworm.com/read/103315/6218197
java clienthandler.java
package bible.jms;
import java.util.*;
import java.sql.*;
import javax.jms.*;
import javax.naming.*;
import javax.transaction.UserTransaction;
/**
* Class ClientHandler
*
www.eeworm.com/read/102451/6231533
java cmsdbaccess.java
/*
* File : $Source: /usr/local/cvs/opencms/src/com/opencms/file/mssql/CmsDbAccess.java,v $
* Date : $Date: 2001/11/14 10:13:25 $
* Version: $Revision: 1.1 $
*
* This library is part of OpenC
www.eeworm.com/read/102451/6231538
java cmsdbaccess.java
/*
* File : $Source: /usr/local/cvs/opencms/src/com/opencms/file/genericSql/CmsDbAccess.java,v $
* Date : $Date: 2002/04/30 09:27:57 $
* Version: $Revision: 1.242 $
*
* This library is part o