代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/113186/6133597
java nativejdbcextractor.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/113071/6141941
java simpletextconnection.java
//----------------------------------------------------------------------------
//
// Module: SimpleTextConnection.java
//
// Description: Implementation of the JDBC Connection interface
//
// Aut
www.eeworm.com/read/113071/6141943
java simpletextstatement.java
//----------------------------------------------------------------------------
//
// Module: SimpleTextStatement.java
//
// Description: Implementation of the JDBC Statement interface
//
// Autho
www.eeworm.com/read/108165/6184812
java statementcallback.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/108165/6184838
java nativejdbcextractor.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/108165/6184858
java batchsqlupdate.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License.
www.eeworm.com/read/102451/6231507
java cmsidgenerator.java
/*
* File : $Source: /usr/local/cvs/opencms/src/com/opencms/dbpool/CmsIdGenerator.java,v $
* Date : $Date: 2001/10/25 10:31:39 $
* Version: $Revision: 1.5 $
*
* This library is part of OpenCm
www.eeworm.com/read/102423/6232433
c tred2.c
#include
void tred2(a,n,d,e)
float **a,d[],e[];
int n;
{
int l,k,j,i;
float scale,hh,h,g,f;
for (i=n;i>=2;i--) {
l=i-1;
h=scale=0.0;
if (l > 1) {
for (k=1;k
www.eeworm.com/read/102423/6233045
c tred2.c
#include
void tred2(float **a, int n, float d[], float e[])
{
int l,k,j,i;
float scale,hh,h,g,f;
for (i=n;i>=2;i--) {
l=i-1;
h=scale=0.0;
if (l > 1) {
for (k=1;k
www.eeworm.com/read/101135/6238319
1 sh.1
.TH SH 1
.SH NAME
sh, ., break, case, cd, continue, eval, exec, exit, export, for, if, read, readonly, set, shift, trap, umask, wait, while \- shell
.SH SYNOPSIS
\fBsh\fR [\fB\-eiknqstvxu\fR] [\fB\-c