代码搜索:statement

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

代码结果 10,000
www.eeworm.com/read/464573/1527464

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/462704/1543381

java dboperate.java

package XunYun; import java.sql.*; public class DBoperate { String url = "jdbc:odbc:pwd"; Connection conn; Statement cmd=null; PreparedStatement ps; ResultSet
www.eeworm.com/read/462704/1543382

java dboperate.java

package XunYun; import java.sql.*; public class DBoperate { String url = "jdbc:odbc:train"; Connection conn; Statement cmd=null; PreparedStatement ps; ResultSe
www.eeworm.com/read/462367/1546432

c example.c

// String language example a = "The quick "; b = "brown fox "; s = a + b; print s; input c; if (c == "jumps") // if .. then .. else s = s + c; else { // Compound statement
www.eeworm.com/read/462367/1546454

c example.c

// String language example a = "The quick "; b = "brown fox "; s = a + b; print s; input c; if (c == "jumps") // if .. then .. else s = s + c; else { // Compound statement
www.eeworm.com/read/462367/1546456

txt a.txt

// String language example a = "The quick "; b = "brown fox "; s = a + b; print s; input c; if (c == "jumps") // if .. then .. else s = s + c; else { // Compound statement
www.eeworm.com/read/462367/1546470

c example.c

// String language example a = "The quick "; b = "brown fox "; s = a + b; print s; input c; if (c == "jumps") // if .. then .. else s = s + c; else { // Compound statement
www.eeworm.com/read/462367/1546482

c example.c

// String language example a = "The quick "; b = "brown fox "; s = a + b; print s; input c; if (c == "jumps") // if .. then .. else s = s + c; else { // Compound statement
www.eeworm.com/read/233448/4692461

c pass44-frag.c

#include void foo () { return; /* accept value-less return statement */ } int main (int argc, char *argv[]) { foo (); return 0; }
www.eeworm.com/read/229812/4751778

gml ssave.gml

.section SAVE Statement .* .mbox begin SAVE [a [,a] ...] .mbox end .synote .mnote a is a named common block preceded and followed by a slash (/), a variable name or an array name. .endn