代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/183001/5260079
c interval.c
#include "postgres_fe.h"
#include
#include
#ifdef __FAST_MATH__
#error -ffast-math is known to break this code
#endif
#include "extern.h"
#include "dt.h"
#include "pgtypes_error.h"
www.eeworm.com/read/183001/5260251
out interval.out
--
-- INTERVAL
--
SET DATESTYLE = 'ISO';
-- check acceptance of "time zone style"
SELECT INTERVAL '01:00' AS "One hour";
One hour
----------
01:00:00
(1 row)
SELECT INTERVAL '+02:00' AS "Two hours
www.eeworm.com/read/183001/5260443
sql interval.sql
--
-- INTERVAL
--
SET DATESTYLE = 'ISO';
-- check acceptance of "time zone style"
SELECT INTERVAL '01:00' AS "One hour";
SELECT INTERVAL '+02:00' AS "Two hours";
SELECT INTERVAL '-08:00' AS "Eight h
www.eeworm.com/read/179311/5305804
cpp interval.cpp
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//================================
www.eeworm.com/read/179311/5305809
h interval.h
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//================================
www.eeworm.com/read/168845/5432360
hpp interval.hpp
/* Boost interval/interval.hpp header file
*
* Copyright 2002-2003 Herv
www.eeworm.com/read/164348/5497317
dep interval.dep
thumb-rel32\obj\interval.obj: "interval.cpp"
thumb-rel32\obj\interval.obj: "..\..\..\common\runtime\pub\hlxclib/stdlib.h"
thumb-rel32\obj\interval.obj: "..\..\..\common\include\hxtypes.h"
thumb-rel
www.eeworm.com/read/164348/5497335
h interval.h
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: interval.h,v 1.2.32.1 2004/07/09 02:04:26 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved
www.eeworm.com/read/164348/5497341
cpp interval.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: interval.cpp,v 1.3.32.1 2004/07/09 02:04:33 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserv
www.eeworm.com/read/163883/5506364
cpp interval.cpp
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//================================