代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/206619/5007317
cs erasestatements.cs
using System;
using System.Collections;
using ICSharpCode.SharpRefactory.Parser.VB;
namespace ICSharpCode.SharpRefactory.Parser.AST.VB
{
public class EraseStatement : Statement
{
ArrayL
www.eeworm.com/read/206619/5007318
cs lockstatement.cs
using System;
using System.Collections;
using ICSharpCode.SharpRefactory.Parser.VB;
namespace ICSharpCode.SharpRefactory.Parser.AST.VB
{
public class LockStatement : Statement
{
Express
www.eeworm.com/read/206619/5007319
cs onerrorstatement.cs
using System;
using System.Collections;
using ICSharpCode.SharpRefactory.Parser.VB;
namespace ICSharpCode.SharpRefactory.Parser.AST.VB
{
public class OnErrorStatement : Statement
{
Stat
www.eeworm.com/read/203923/5036776
java link_db.java
package useBean;
import java.sql.*;
public class Link_db{
private static Connection con=null;
private Statement state=null;
private ResultSet rs=null;
/****************************
www.eeworm.com/read/203397/5040548
java link_db.java
package useBean;
import java.sql.*;
public class Link_db{
private static Connection con=null;
private Statement state=null;
private ResultSet rs=null;
/****************************
www.eeworm.com/read/197729/5092119
java or.java
package com.truemesh.squiggle;
/**
* Used for adding CRITERIA1 OR CRITERIA2 to a statement.
*
*
* SelectQuery select = ...
* ...
* Criteria a = new MatchCriteria(table, c
www.eeworm.com/read/190666/5178000
c 20011223-1.c
/* Origin: Joseph Myers . */
/* Case labels in a switch statement are converted to the promoted
type of the controlling expression, not an unpromoted version.
Reported as PR c/
www.eeworm.com/read/180227/5288188
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/177315/5329288
java logincheck.java
import java.sql.*;
public class LoginCheck{
Connection con = null;
Statement stmt = null;
ResultSet loginRs = null;
public void InitCheck( Connection con )
{
if ( this.con != con )
www.eeworm.com/read/173141/5378549
properties access_derby.properties
# statement cache size of 20 is the default, do not add this property
# to this file. If your test wants to do consistency checking that
# requires an empty cache, add a special .properties file, see