代码搜索:whenever
找到约 2,638 项符合「whenever」的源代码
代码结果 2,638
www.eeworm.com/read/220661/14793559
html dynamicdatademo1.html
DynamicDataDemo1
A demo showing how a chart is automatically redrawn whenever new data is added
to a chart. Click the "Add New Data Item" button to see the chart update.
www.eeworm.com/read/220661/14793983
html scatterplotdemo3.html
ScatterPlotDemo3
A scatter plot displays data from an XYDataset. In this example,
a mouse listener is used to write the axis coordinates to standard output
whenever the mo
www.eeworm.com/read/383888/8912408
pc proc1.pc
#include
typedef char mystr[20];
int connect();
int error_proc();
EXEC SQL BEGIN DECLARE SECTION;
EXEC SQL TYPE mystr IS STRING(20);
mystr username;
mystr password;
m
www.eeworm.com/read/181869/9233570
cpp lcloc.cpp
#include "oradb.h"
int DbLCLOCInsert(struct S_LCLOC* pIn, struct S_RESULT* pOut)
{
char szMsg[512];
char* TableName = (char*)pIn->TableName;
char* SeqId = (char*)pIn->SeqId;
char* LocationAreaCod
www.eeworm.com/read/179157/9367810
cp dbapp.cp
#include
#include
#include
#include
#include
#include
#include "link.h"
#include "etc.h"
EXEC SQL INCLUDE SQLCA;
SmsDat
www.eeworm.com/read/159188/10682605
pc pro_modify.pc
#include
#include
#include
#include
#include
extern bus_modifyMenu();
int insert_pro(char* tID,char* tName,char* tAddress,char* tTel,ch
www.eeworm.com/read/140309/13088633
pc database.pc
EXEC SQL include "g_chrvar.h";
EXEC SQL WHENEVER NOTFOUND CONTINUE;
EXEC SQL WHENEVER SQLERROR CONTINUE;
EXEC SQL INCLUDE SQLCA;
int ConnectToDatabase(char *Username, char *Password)
{
EXEC
www.eeworm.com/read/309776/13664664
sql archive_arch.sql
conn / as sysdba
WHENEVER SQLERROR EXIT 1
ALTER SYSTEM ARCHIVE LOG CURRENT;
EXIT 0
www.eeworm.com/read/120487/6073317
h header_test.h
#include "stdlib.h"
static void
Finish(char *msg)
{
fprintf(stderr, "Error in statement '%s':\n", msg);
sqlprint();
/* finish transaction */
exec sql rollback;
/* and remove test table */
exe
www.eeworm.com/read/120487/6073322
pgc test_init.pgc
exec sql include sqlca;
int fa() { return 2; }
int fb(int x) { return x; }
int fc(const char *x) { return *x; }
int fd(const char *x,int i) { return (*x)*i; }
enum e { ENUM0, ENUM1 };
int fe(enum e x