代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/362032/2939020
c tkcond.c
/*
* tkcond.c
*
* Eric Youngdale was the original author of xconfig.
* Michael Elizabeth Chastain (mec@shout.net) is the current maintainer.
*
* This file takes the tokenized statement list and
www.eeworm.com/read/361846/2942815
java employee.java
package com.horstmann.corejava;
// the classes in this file are part of this package
import java.util.*;
// import statements come after the package statement
/**
* @version 1.10 1999-12
www.eeworm.com/read/361151/2952989
java executedb.java
package dlut;
import java.sql.*;
public class ExecuteDB extends OpenDB
{
private Connection dbConn;
private Statement stmt;
private ResultSet rs;
private int errNum;
pri
www.eeworm.com/read/357268/3025584
txt to_do.txt
1. To check if not having the statement "saveHTTPStatus(NOT_FOUND);" for Midori does create a problem. - No problems reported as of date for Midori. In fact after going thru the code the implementatio
www.eeworm.com/read/353339/3086558
java selectbean.java
package users;
import java.sql.*;
import javax.sql.DataSource;
public class selectbean {
Connection conn;
Statement stm;
ResultSet rest;
public selectbean(DataSource ds) {
www.eeworm.com/read/353301/3086605
java preparedtest.java
import java.sql.*;
public class PreparedTest {
public static void main(String args[]) {
String url = "jdbc:odbc:stu";
Connection con;
Statement stmt;
String na
www.eeworm.com/read/350902/3113602
java statementtype.java
package com.ibatis.sqlmap.engine.mapping.statement;
public final class StatementType {
public static final StatementType UNKNOWN = new StatementType();
public static final StatementType INS
www.eeworm.com/read/350902/3113899
java statementtype.java
package com.ibatis.sqlmap.engine.mapping.statement;
public final class StatementType {
public static final StatementType UNKNOWN = new StatementType();
public static final StatementType INS
www.eeworm.com/read/261703/4319704
v muxnew4.v
/* Parallel_case can be used with case statements
to get a mux structure rather than a priority encoder
structure. The case statement
is defined to execute the first (and only the first) statemen
www.eeworm.com/read/257330/4364260
java~2~ studentdo.java~2~
package com.dao;
import java.sql.*;
public class StudentDo {
private Connection con;
private Statement st;
private ResultSet rs;
public Connction getConnection() {
try {