代码搜索:source
找到约 10,000 项符合「source」的源代码
代码结果 10,000
www.eeworm.com/read/120487/6073648
source create_function_2.source
--
-- CREATE_FUNCTION_2
--
CREATE FUNCTION hobbies(person)
RETURNS setof hobbies_r
AS 'select * from hobbies_r where person = $1.name'
LANGUAGE 'sql';
CREATE FUNCTION hobby_construct(text, t
www.eeworm.com/read/110972/6163160
cpp audio_oss_source.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/110972/6163216
h audio_oss_source.h
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/101039/6260639
sql m_transaction_source.sql
DECLARE
CURSOR M_Trx IS
SELECT * FROM M_Transaction
WHERE M_Locator_ID=1000001
AND M_Product_ID IN (1008347)
ORDER BY M_Product_ID, MovementDate;
ProductName VARCHAR2(60);
SourceI
www.eeworm.com/read/100285/6271909
source create_function_1.source
--
-- create.source
--
--
CREATE FUNCTION widget_in(opaque)
RETURNS widget
AS '_OBJWD_/regress_DLSUFFIX_'
LANGUAGE 'c';
CREATE FUNCTION widget_out(opaque)
RETURNS opaque
AS '_OBJWD_/r
www.eeworm.com/read/100285/6271910
source create_function_2.source
--
-- FUNCTION DEFINITIONS
--
CREATE FUNCTION hobbies(person)
RETURNS setof hobbies_r
AS 'select * from hobbies_r where person = $1.name'
LANGUAGE 'sql';
CREATE FUNCTION hobby_construct(te