代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/389759/2538730
cpp hspauthmgr.cpp
/*
*
* This software is released under the provisions of the GPL version 2.
* see file "COPYING". If that file is not available, the full statement
* of the license can be found at
*
* http:/
www.eeworm.com/read/389759/2538731
h hsperror.h
/*
*
* This software is released under the provisions of the GPL version 2.
* see file "COPYING". If that file is not available, the full statement
* of the license can be found at
*
* http://
www.eeworm.com/read/389759/2538732
cpp gain.cpp
/* ***** BEGIN LICENSE BLOCK *****
*
* This software is released under the provisions of the GPL version 2.
* see file "COPYING". If that file is not available, the full statement
* of the licens
www.eeworm.com/read/389759/2538733
cpp hsperror.cpp
/*
*
* This software is released under the provisions of the GPL version 2.
* see file "COPYING". If that file is not available, the full statement
* of the license can be found at
*
* http://
www.eeworm.com/read/389759/2538735
cpp utils.cpp
/*
*
* This software is released under the provisions of the GPL version 2.
* see file "COPYING". If that file is not available, the full statement
* of the license can be found at
*
* http://
www.eeworm.com/read/389759/2538736
h utils.h
/*
*
* This software is released under the provisions of the GPL version 2.
* see file "COPYING". If that file is not available, the full statement
* of the license can be found at
*
* http://
www.eeworm.com/read/354785/3074141
70609fbb4d43001d1a1ea6005c522ac1
package net.dbet;
public class Model {
Connection conn=null;
Statement stmt=null;
ResultSet rs=null;
PreparedStatement pstmt=null;
}
www.eeworm.com/read/368159/9708831
htm scopeexample2.htm
Scope Example
In this example, the var statement is used to define
the variable
www.eeworm.com/read/366806/9797141
java updatecustomerrepid.java
import java.sql.*;
public class UpdateCustomerRepID
{
// Private instance varaibles for the connection and the prepared statement
private Connection connection = null;
private PreparedStatement
www.eeworm.com/read/266380/11229005
htm scopeexample2.htm
Scope Example
In this example, the var statement is used to define
the variable