代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/245113/12819427
txt jdbctm 指南:入门6 - preparedstatement.txt
作者:jeru
日期:2000-12-9 21:28:13
6 - PreparedStatement
本概述是从《JDBCTM Database Access from JavaTM: A Tutorial and Annotated Reference 》这本书中摘引来的。JavaSoft 目前正在准备这本书。这是一本教程,同时也是 JDBC 的重要参考手册,它将作为 Java 系列的组
www.eeworm.com/read/330145/12913904
java todatabase.java
//import the packages for using the classes in them into the program
import java.sql.*;
public class toDatabase {
/***********************************************************************
www.eeworm.com/read/329257/12967006
txt ch8.txt
Chapter 8
---------------------------
Multiple if elif Statements
---------------------------
if [ $region -eq "1" ]
then
echo "Hello, Bob"
elif [ $region -eq "2" ]
then
ech
www.eeworm.com/read/329257/12967008
txt ch9.txt
Chapter 9
------------
if Statement
------------
if [ $office -eq "1" ]
then
echo "Hello, Bob."
else
echo "Sorry, your region is not on my list."
fi
--------------
case Statemen
www.eeworm.com/read/141692/12991057
m randmcg.m
function r = randmcg(p,q)
%RANDMCG Multiplicative congruential uniform random number generator.
% Based on the parameters used by MATLAB version 4.
% The statement
% r = randmcg
% genera
www.eeworm.com/read/141651/12991915
htm ch08.htm
Teach Yourself SQL in 21 Days, Second Edition -- Ch 8 -- Manipulating Data
www.eeworm.com/read/141651/12992013
htm apf.htm
Teach Yourself SQL in 21 Days, Second Edition -- Appendix F -- Answers to Quizzes and Exercises
www.eeworm.com/read/328808/13000584
makefile
# General UNIX Makefile v2 August 21 1996
# This makefile should compile FPL under most UNIXes that has gcc _and_
# support shared (dynamically linked) libraries.
###################################
www.eeworm.com/read/328808/13000599
svr4 makefile.svr4
# makefile v1.1 August 21 1996
# This makefile should compile FPL under most UNIXes that has gcc _and_
# support shared (dynamically linked) libraries.
##############################################
www.eeworm.com/read/328808/13000618
os2 makefile.os2
########################################################################
# #
# fpl.library - A shared library interpreting script