代码搜索:statement

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

代码结果 10,000
www.eeworm.com/read/100046/6274452

c gridstyle.c

/* HTStyle.c ** STYLE IMPLEMENTATION FOR HYPERTEXT ** ** (c) COPYRIGHT MIT 1995. ** Please first read the full copyright statement in the file COPYRIGH. ** ** Styles allow the translation
www.eeworm.com/read/100046/6274463

c htbrowse.c

/* HTBrowse.c ** HYPERTEXT BROWSER FOR DUMB TERMINALS ** ** (c) COPRIGHT MIT 1995. ** Please first read the full copyright statement in the file COPYRIGH. ** @(#) $Id: HTBrowse
www.eeworm.com/read/487590/6506030

vhd t121.vhd

-- -- This file tests support component instantiation inside a generate statement. -- entity HALFADD is port( A, B : in bit; SUM, CARRY : out bit); end HALFADD; architecture RTL of HALF
www.eeworm.com/read/486021/6541701

java testmysqlconnection.java

import java.sql.*; public class TestMysqlConnection { /** * @param args */ public static void main(String[] args) { Connection conn = null; Statement stmt = null; ResultSet rs
www.eeworm.com/read/482759/6611414

java jdbcdemo.java

+/* * @(#)JDBCDemo.java 2000/06/18 */ import java.sql.*; public class JDBCDemo { public static void main(String args[]) { try { Statement stmt; PreparedS
www.eeworm.com/read/482759/6611472

java jdbcdemo.java

+/* * @(#)JDBCDemo.java 2000/06/18 */ import java.sql.*; public class JDBCDemo { public static void main(String args[]) { try { Statement stmt; PreparedS
www.eeworm.com/read/480720/6660324

cpp md2.cpp

// md2.cpp - modified by Wei Dai from Sun Microsystems's md2.c /* SKIP Source Code License Statement: ------------------------------------------------------------------ Copyright Sun Micros
www.eeworm.com/read/263494/11360729

sql sp_cursor.sql

sp_cursoropen Defines the attributes of an API server cursor, such as its scrolling behavior and the statement used to build the result set on which the cursor operates, then populates the cursor. Th
www.eeworm.com/read/403011/11524281

cpp typecast.cpp

// typecast.cpp -- forcing type changes #include int main() { using namespace std; int auks, bats, coots; // the following statement adds the values as double, // t
www.eeworm.com/read/403009/11524588

cpp typecast.cpp

// typecast.cpp -- forcing type changes #include int main() { using namespace std; int auks, bats, coots; // the following statement adds the values as double, // t