代码搜索:statement

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

代码结果 10,000
www.eeworm.com/read/132649/5912135

hpp dbapi.hpp

/* * =========================================================================== * PRODUCTION $Log: dbapi.hpp,v $ * PRODUCTION Revision 1000.3 2004/06/01 19:17:52 gouriano * PRODUCTION PRODUCTIO
www.eeworm.com/read/131315/5944372

c rmothers.c

/*- * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/131180/5947609

java query.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed o
www.eeworm.com/read/129770/5970294

dat errortc31.dat

出错信息: Do statement must have while 中文解释: do-while语句中缺少while部分
www.eeworm.com/read/127602/6003973

java sqlexecute.java

package tagclass; import javax.servlet.jsp.*; import javax.servlet.jsp.tagext.*; import java.sql.*; public class SqlExecute extends TagSupport { private String sql=""; // private String flag="quer
www.eeworm.com/read/127602/6004004

java sqlexecute.java

package tagclass; import javax.servlet.jsp.*; import javax.servlet.jsp.tagext.*; import java.sql.*; public class SqlExecute extends TagSupport { private String sql=""; // private String flag="quer
www.eeworm.com/read/127043/6009602

java rdbmstool.java

/** * Redistribution and use of this software and associated documentation * ("Software"), with or without modification, are permitted provided * that the following conditions are met: * * 1
www.eeworm.com/read/125608/6027479

java jdbc_positioned_update.java

/* Copyright 1996 John Wiley & Sons, Inc. All Rights Reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976 United States Copyright Act without the expr
www.eeworm.com/read/125608/6027536

java tinysqlstatement.java

/** * * Statement object for the tinySQL driver * * A lot of this code is based on or directly taken from * George Reese's (borg@imaginary.com) mSQL driver. * * So, it's probably safe to say:
www.eeworm.com/read/125532/6027980

java classmap.java

package pl.map; import java.util.*; import java.lang.reflect.*; import pl.*; import pl.sql.*; /* TODO we assume one one ClassMap instance can map only one table We should create tree -