代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/408881/11366284
java resultset4.java
/**
* A simple sample to demonstrate ResultSet.udpateRow().
* ResultSet.udpateRow() flushes the changes in ResultSet
* into database.
*
* Please compare to ResultSet1.java ~ ResultSet6.java
* Pl
www.eeworm.com/read/408881/11366296
java pooledconnection1.java
/*
* A simple Pooled Connection Sample
* Please compare to PooledConnection2.java
* Please use jdk1.2 or later version
*/
import java.sql.*;
import javax.sql.*;
import oracle.jdbc.*;
import oracl
www.eeworm.com/read/408881/11366310
java datasource.java
/**
* A Simple DataSource sample without using JNDI.
* Please compare to DataSourceJNDI.java
*
* Please use jdk1.2 or later version
*/
// You need to import the java.sql package to use JDBC
impo
www.eeworm.com/read/408881/11366368
java xa2.java
/*
A simple XA demo with suspend and resume. Opens 2 global
transactions each of one branch. Does some DML on the first one
and suspends it and does some DML on the 2nd one and resumes th
www.eeworm.com/read/408881/11366413
java plsqlexample.java
/*
* This sample shows how to call a PL/SQL stored procedure
* using the SQL92 syntax. See also the other sample PLSQL.java.
*
* note: jdk1.2 is recommanded. jdk1.1 will also work
*/
import java
www.eeworm.com/read/405601/11460298
c parse.c
#include
#include
#include
#include
int TESTparse();
int program();
int compound_Stat();
int statement();
int expression_Stat();
int expression();
int
www.eeworm.com/read/405440/11462542
h syntaxanalyzer.h
#pragma once
/*
* Class CSyntaxAnalyzer - Parse and execute
*/
class CSyntaxAnalyzer
{
private:
// Runtime context
CContext *m_Context;
// Tokenlist from the lexer
tokenlist_t *m_token
www.eeworm.com/read/403922/11502944
html function.sdo-das-relational-executepreparedquery.html
Executes an SQL query passed as a prepared statement, with a
list of
www.eeworm.com/read/403922/11506661
html function.db2-num-rows.html
Returns the number of rows affected by an SQL statement