代码搜索:tmsp
找到约 11 项符合「tmsp」的源代码
代码结果 11
www.eeworm.com/read/101082/6240472
c times.c
#ifndef lint
static char *sccsid = "@(#)times.c 4.1 (ULTRIX) 7/3/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1987 by
www.eeworm.com/read/323119/13352443
result delayed.result
drop table if exists t1;
create table t1 (a char(10), tmsp timestamp);
insert into t1 set a = 1;
insert delayed into t1 set a = 2;
insert into t1 set a = 3, tmsp=NULL;
insert delayed into t1 set a = 4
www.eeworm.com/read/323119/13353206
test delayed.test
#
# test of DELAYED insert and timestamps
# (Can't be tested with purify :( )
#
# This tests not performed with embedded server
-- source include/not_embedded.inc
--disable_warnings
drop table if ex
www.eeworm.com/read/136812/5857538
c times.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)times.c 1.1 92/07/30 SMI"; /* from UCB 4.2 83/06/02 */
#endif
#include
#include
#include
www.eeworm.com/read/365798/9846329
html timestamp_8c-source.html
OCILIB (C Driver for Oracle): C:/Users/vincent/Dat
www.eeworm.com/read/136812/5857546
c times.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)times.c 1.1 92/07/30 SMI"; /* from UCB 4.2 83/06/02 */
#endif
#include
#include
/*
* Backwards compa
www.eeworm.com/read/486859/6531173
c timestamp.c
/*
+----------------------------------------------------------------------+
| |
| OCILIB - C Dri
www.eeworm.com/read/398634/2375069
result delayed.result
drop table if exists t1;
create table t1 (a char(10), tmsp timestamp);
insert into t1 set a = 1;
insert delayed into t1 set a = 2;
insert into t1 set a = 3, tmsp=NULL;
insert delayed into t1 set a = 4
www.eeworm.com/read/358128/3004088
result delayed.result
drop table if exists t1;
create table t1 (a char(10), tmsp timestamp);
insert into t1 set a = 1;
insert delayed into t1 set a = 2;
insert into t1 set a = 3, tmsp=NULL;
insert delayed into t1 set a = 4
www.eeworm.com/read/365798/9846384
c timestamp.c
/*
+----------------------------------------------------------------------+
| |
| OCILIB - C Dri