代码搜索:statement

找到约 10,000 项符合「statement」的源代码

代码结果 10,000
www.eeworm.com/read/467249/1504015

java databasetool.java

package chapter9; import java.sql.*; public class DataBaseTool { private String strDriver; private String coonnstring; private Connection conn; private Statement state; public stat
www.eeworm.com/read/465194/1522591

java userlogin.java

package myBeans; import java.sql.*; public class userLogin { String eno,name,password,email,phone; String success="false",message=""; Connection con; Statement sql; ResultSet rs;
www.eeworm.com/read/464670/1525899

java~1~ studentdo.java~1~

package com.dao; import java.sql.*; public class StudentDo { private Connection con; private Statement st; private ResultSet rs; public Connction getConnection() { Class.for
www.eeworm.com/read/247617/4475393

idl notificationirpconstdefs.idl

//File: NotificationIRPConstDefs.idl #ifndef _NOTIFICATION_IRP_CONST_DEFS_IDL_ #define _NOTIFICATION_IRP_CONST_DEFS_IDL_ #include // This statement must appear
www.eeworm.com/read/246098/4496189

java dbconnection.java

package com.mybean; import java.sql.*; public class DBConnection { public Connection con; public Statement sta; public ResultSet rs; public PreparedStatement presta; public Connecti
www.eeworm.com/read/240162/4588632

c loop-12.c

/* Checks that pure functions are not treated as const. */ char *p; static int __attribute__ ((pure)) is_end_of_statement (void) { return *p == '\n' || *p == ';' || *p == '!'; } void foo (void)
www.eeworm.com/read/240162/4589624

c 20020207-1.c

/* This testcase ICEd because statement expression type was set, but was not as used. */ struct A { unsigned int a, b, c; }; extern void abort (void); extern void exit (int); struct A bar (vo
www.eeworm.com/read/239567/4597746

py testwith.py

from __future__ import with_statement # DO NOT MODIFY - THIS WORKS (PYDEV SHOWS A FAILURE) with open('testWith.py', 'r') as f: # on-line # after for line in f: print line
www.eeworm.com/read/234134/4661507

asm exarray.asm

page 49,132 TITLE exarray - Array statement executors ;*** ;exarray.asm - interpreter specific array support. ; ; Copyright 1986, Microsoft Corporation ; ;Purpose: ; ; This module inclu
www.eeworm.com/read/233448/4669845

h elf.h

/* Definitions for embedded ia64-elf target. */ /* This macro is a C statement to print on `stderr' a string describing the particular machine description choice. */ #define TARGET_VERSION fpri