代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/422168/10658922
java statement1.java
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
import java.sql.*;
public class Statement1 extends HttpServlet
{
Connection con;
public void init(ServletConfig c
www.eeworm.com/read/224961/7127237
java rowprefetch_statement.java
/*
* This sample shows how to use the Oracle performance extensions
* for row-prefetching. This allows the driver to fetch multiple
* rows in one round-trip, saving unecessary round-trips to the d
www.eeworm.com/read/455228/7375589
html statement-exprs.html
Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/396136/8124111
html statement-exprs.html
Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/323119/13351535
result multi_statement.result
DROP TABLE IF EXISTS t1;
select 1;
1
1
select 2;
select 3;
select 4||||
2
2
3
3
4
4
select 5;
select 6;
select 50, 'abc';'abcd'
5
5
6
6
50 abc
50 abc
select "abcd'";'abcd'
abcd'
abcd'
select "'abcd";'
www.eeworm.com/read/323119/13354242
test multi_statement.test
# PS doesn't support multi-statements
--disable_ps_protocol
--disable_warnings
DROP TABLE IF EXISTS t1;
--enable_warnings
select 1;
delimiter ||||;
select 2;
select 3;
select 4||||
delimiter 'abcd'|
www.eeworm.com/read/320700/13419839