代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/169327/5424562
java batcher.java
//$Id: Batcher.java,v 1.5.2.8 2004/01/10 11:22:27 oneovthafew Exp $
package net.sf.hibernate.engine;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import j
www.eeworm.com/read/165810/5477231
cmp pedantic.cmp
This is a test of the new pedantic mode.
There are a few things you can do in pedantic mode.
Like get the spacing between things first elementsecond element to be really, really tight.
Further, i
www.eeworm.com/read/165761/5479169
java~3~ first.java~3~
package sfms;
import java.sql.*;
public class first{
public static void main(String args[]){
//declare Connection and Statement objects
Connection conn=null;
Statement state=null;
www.eeworm.com/read/165761/5479199
java~4~ first.java~4~
package sfms;
import java.sql.*;
public class first{
public static void main(String args[]){
//declare Connection and Statement objects
Connection conn=null;
Statement state=null;
www.eeworm.com/read/165761/5479201
java~5~ first.java~5~
package sfms;
import java.sql.*;
public class first{
public static void main(String args[]){
//declare Connection and Statement objects
Connection conn=null;
Statement state=null;
www.eeworm.com/read/165761/5479216
java~2~ first.java~2~
package sfms;
import java.sql.*;
public class first{
public static void main(String args[]){
//declare Connection and Statement objects
Connection conn=null;
Statement state=null;
www.eeworm.com/read/165261/5484038
java preparedstatementcreator.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/165261/5484059
java callablestatementcreator.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/165257/5485153
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/163987/5500289
dpr api5.dpr
(*
* Program type: API Interface
*
* Desription:
* This program demonstrates the reallocation of SQLDA
* and the 'isc_dsql_describe' statement. After a query
*