代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/251879/4414081
java jdbcutil.java
package com.allanlxf.jdbc.util;
import java.sql.*;
public class JdbcUtil
{
public static void close(ResultSet rs, Statement st, Connection con)
{
try
{
www.eeworm.com/read/247617/4475413
idl genericirpmanagementsystem.idl
//File: GenericIRPManagementSystem.idl
#ifndef _GENERIC_IRP_MANAGEMENT_SYSTEM_IDL_
#define _GENERIC_IRP_MANAGEMENT_SYSTEM_IDL_
#include
// This statement mu
www.eeworm.com/read/247514/4481566
java dbsqlmanager.java
package bookshop;
import java.sql.*;
public class DBSQLManager {
protected Connection conn=null;
protected Statement stmt=null;
protected ResultSet rs=null;
protected String sqlStr;
www.eeworm.com/read/247408/4482935
java employee.java
package com.horstmann.corejava;
// the classes in this file are part of this package
import java.util.*;
// import statements come after the package statement
/**
* @version 1.10 1999-12
www.eeworm.com/read/247171/4486487
vb genericmethod5.vb
Imports System
Imports System.Collections
Imports System.Reflection
Namespace GenericMethod5
Interface BaseObject
End Interface
Class Statement
Implements BaseObject
End Clas
www.eeworm.com/read/240162/4587996
c 20011223-1.c
/* Origin: Joseph Myers . */
/* Case labels in a switch statement are converted to the promoted
type of the controlling expression, not an unpromoted version.
Reported as PR c/
www.eeworm.com/read/236175/4643530
java usernamedao.java
/**
*
*/
package com.chinaaccpDao;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.Statement;
/**
* @author Administrator
*
*/
public class UserNameDao {
www.eeworm.com/read/233448/4678706
f90 internal_write.f90
! PR 14901
! Internal writes were appending CR after the last char
! written by the format statement.
CHARACTER*10 A
WRITE(A,'(3HGCC)')
IF (A.NE.'GCC ') THEN
! PRINT
www.eeworm.com/read/233448/4681838
c 20011223-1.c
/* Origin: Joseph Myers . */
/* Case labels in a switch statement are converted to the promoted
type of the controlling expression, not an unpromoted version.
Reported as PR c/
www.eeworm.com/read/229812/4751783
gml sstructu.gml
.section STRUCTURE Statement
.*
.mext begin
STRUCTURE /typename/
.mext end
.synote 10
.mnote typename
is the name for a new, compound variable, data type.
.endnote
.np
The
.kw STRUCTU