代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/313147/3645552
java dbconnect.java
package caiwu;
import java.sql.*;
public class DBConnect {
private Connection conn = null;
private Statement stmt = null;
private PreparedStatement prepstmt = null;
private DBConnectionM
www.eeworm.com/read/307300/3725837
java dbconnect.java
package caiwu;
import java.sql.*;
public class DBConnect {
private Connection conn = null;
private Statement stmt = null;
private PreparedStatement prepstmt = null;
private DBConnectionM
www.eeworm.com/read/306447/3738941
java dbconnect.java
package caiwu;
import java.sql.*;
public class DBConnect {
private Connection conn = null;
private Statement stmt = null;
private PreparedStatement prepstmt = null;
private DBConnectionM
www.eeworm.com/read/290357/3977443
sql sp_cursor.sql
sp_cursoropen
Defines the attributes of an API server cursor, such as its scrolling behavior and the statement used to build the result set on which the cursor operates, then populates the cursor. Th
www.eeworm.com/read/287209/4025166
java transactionpairs.java
import java.sql.*;
public class TransactionPairs {
public static void main(String args[]) {
String url = "jdbc:mySubprotocol:myDataSource";
Connection con = null;
Statement stmt;
www.eeworm.com/read/281683/4113263
hc op_other.hc
/**
* This is included inside a switch statement.
*/
case OP_ATHROW:
tempStackWord = pop_ref();
if (tempStackWord == JNULL)
{
throw_exception (nullPointerException);
goto LABEL_ENGINE
www.eeworm.com/read/279884/4132572
cmp block.cmp
First test : spacing between stuff. Note that spacing preceeding the directives counts!
One blank line follows
this should be followed by two blank lines
this is the if statement. (follow
www.eeworm.com/read/275576/4174386
groovy switchwithdifferenttypestest.groovy
import java.util.Date
/**
* A test case for switch statement with different types
*
* @author James Strachan
* @version $Revision: 1924 $