代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/483659/6600368
y ch3-03.y
%{
double vbltable[26];
%}
%union {
double dval;
int vblno;
}
%token NAME
%token NUMBER
%left '-' '+'
%left '*' '/'
%nonassoc UMINUS
%type expression
%%
statement_list: stat
www.eeworm.com/read/481938/6632828
m book.m
/*
File: Book.m
Abstract:
The Book class manages the in-memory representation of information about a single book.
Version: 1.9
Disclaimer: IMPORTANT: This Apple software is supplied to
www.eeworm.com/read/263766/11343612
qmsg prev_cmp_new_compare.map.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/344532/11874165
qmsg step_motor.map.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/127767/14336920
txt e261. updating a row in a database table.txt
This example updates a row in a table.
try {
Statement stmt = connection.createStatement();
// Prepare a statement to update a record
String sql = "UPDATE my_tab
www.eeworm.com/read/127767/14337350
txt e258. inserting a row into a database table.txt
try {
Statement stmt = connection.createStatement();
// Prepare a statement to insert a record
String sql = "INSERT INTO my_table (col_string) VALUES('a string')";
www.eeworm.com/read/116271/14981295
y ch3-04.y
%{
#include "ch3hdr.h"
#include
%}
%union {
double dval;
struct symtab *symp;
}
%token NAME
%token NUMBER
%left '-' '+'
%left '*' '/'
%nonassoc UMINUS
%type express
www.eeworm.com/read/116271/14981320
y ch3-03.y
%{
double vbltable[26];
%}
%union {
double dval;
int vblno;
}
%token NAME
%token NUMBER
%left '-' '+'
%left '*' '/'
%nonassoc UMINUS
%type expression
%%
statement_list: stat
www.eeworm.com/read/116266/14981529
y ch3-04.y
%{
#include "ch3hdr.h"
#include
%}
%union {
double dval;
struct symtab *symp;
}
%token NAME
%token NUMBER
%left '-' '+'
%left '*' '/'
%nonassoc UMINUS
%type exp