代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/408009/2255016
h csll.h
/*
Label parser for libpics
!
Label parser
!
*/
/*
** (c) COPYRIGHT MIT 1996.
** Please first read the full copyright statement in the file COPYRIGH.
*/
/*
This module provides the inte
www.eeworm.com/read/408009/2255029
h gridstyle.h
/*
HTStyle: Style management for libwww
!
Style Definition for Hypertext
!
*/
/*
**(c) COPYRIGHT MIT 1995.
**Please first read the full copyright statement in the file COPYRIGH.
*/
/*
S
www.eeworm.com/read/408009/2255030
h htfont.h
/*
The portable font concept
!The portable font concept!
*/
/*
** (c) COPYRIGHT MIT 1995.
** Please first read the full copyright statement in the file COPYRIGH.
*/
/*
This is the Line mo
www.eeworm.com/read/408009/2255041
h gridtext.h
/*
Style Management for Line Mode Browser
!Style Definition for Hypertext!
*/
/*
** (c) COPYRIGHT MIT 1995.
** Please first read the full copyright statement in the file COPYRIGH.
*/
/*
www.eeworm.com/read/399659/2359379
java promotionlistmanager.java
package proxy;
import java.sql.*;
public class PromotionListManager {
private static ExecutorProxy e = new ExecutorProxy();
public static int[] insertPromotionLists(Statement stmt)
th
www.eeworm.com/read/395063/2450613
java conndb.java
package com.wsy.struts.datasource;
import java.sql.*;
public class ConnDB{
Connection conn=null;
Statement stmt=null;
ResultSet rs=null;
www.eeworm.com/read/381758/2640486
java batchupdate.java
import java.sql.*;
public class BatchUpdate {
public static void main(String args[]) {
String url = "jdbc:mySubprotocol:myDataSource";
Connection con;
Statement stmt;
www.eeworm.com/read/380513/2658296
cmp block.cmp
First test : spacing between stuff. Note that spacing preceeding the directives counts!
One blank line follows
this should be followed by two blank lines
this is the if statement.
www.eeworm.com/read/366702/2876878
f90 stfunc_6.f90
! { dg-do compile }
! Tests the fix for the second bit of PR29389, in which the
! statement function would not be recognised as not PURE
! when it referenced a procedure that is not PURE.
!
! This is