代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/320003/3551456
out testwith.out
unit TestWith;
{ AFS 28 March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests the with statement
I don't like
www.eeworm.com/read/305686/3771042
java conn.java
package work;
import java.sql.*;
public class Conn {
Connection conn=null;
Statement stmt=null;
ResultSet rs=null;
public Conn() {
try {
jbInit();
www.eeworm.com/read/305277/3778997
check bug779.check
bug779.scala:6: error: method ast has return statement; needs result type
override def ast = return null
^
one error found
www.eeworm.com/read/300942/3843458
java conndb.java
package com.core;
import java.sql.*;
public class ConnDB{
Connection conn=null;
Statement stmt=null;
ResultSet rs=null;
public ConnDB(){
www.eeworm.com/read/300942/3843461
java conndb.java
package com.core;
import java.sql.*;
public class ConnDB{
Connection conn=null;
Statement stmt=null;
ResultSet rs=null;
public ConnDB(){
www.eeworm.com/read/300942/3843463
java conndb.java
package com.core;
import java.sql.*;
public class ConnDB{
Connection conn=null;
Statement stmt=null;
ResultSet rs=null;
public ConnDB(){
www.eeworm.com/read/287209/4025169
java batchupdate.java
import java.sql.*;
public class BatchUpdate {
public static void main(String args[]) {
String url = "jdbc:mySubprotocol:myDataSource";
Connection con;
Statement stmt;