代码搜索:UDF
找到约 815 项符合「UDF」的源代码
代码结果 815
www.eeworm.com/read/398634/2375055
result udf.result
drop table if exists t1;
CREATE FUNCTION metaphon RETURNS STRING SONAME 'udf_example.so';
CREATE FUNCTION myfunc_double RETURNS REAL SONAME 'udf_example.so';
CREATE FUNCTION myfunc_nonexist RETURNS IN
www.eeworm.com/read/398634/2375485
test udf.test
--source include/have_udf.inc
#
# To run this tests the "sql/udf_example.cc" need to be compiled into
# udf_example.so and LD_LIBRARY_PATH should be setup to point out where
# the library are.
#
--d
www.eeworm.com/read/395929/2429238
s udf.s
.text
udf00 d0,d1
udf01 d0,d1
udf02 d0,d1
udf03 d0,d1
udf04 d0,d1
udf05 d0,d1
udf06 d0,d1
udf07 d0,d1
udf08 d0,d1
udf09 d0,d1
udf10 d0,d1
udf11 d0,d1
udf12 d0,d1
udf13 d0,d1
udf14 d0,d
www.eeworm.com/read/358128/3004072
result udf.result
drop table if exists t1;
CREATE FUNCTION metaphon RETURNS STRING SONAME "UDF_EXAMPLE_LIB";
CREATE FUNCTION myfunc_double RETURNS REAL SONAME "UDF_EXAMPLE_LIB";
CREATE FUNCTION myfunc_nonexist RETURNS
www.eeworm.com/read/358128/3004791
test udf.test
--source include/have_udf.inc
#
# To run this tests the "sql/udf_example.c" need to be compiled into
# udf_example.so and LD_LIBRARY_PATH should be setup to point out where
# the library are.
#
--di
www.eeworm.com/read/148267/12479073
h udf.h
#pragma once
/*************************************************************************
vStrip by [maven] (maven@maven.de)
**********************************************************************
www.eeworm.com/read/148267/12479117
cpp udf.cpp
/*************************************************************************
vStrip by [maven] (maven@maven.de)
udf.c: routines for udf-parsing (because windows just doesn't cut it),
refs: ud
www.eeworm.com/read/200109/15441071
dcu udf.dcu
www.eeworm.com/read/200109/15441072
pas udf.pas
unit UDF;
interface
uses
Windows, StrUtils, Math, DateUtils, IdGlobal;
const
//string
NOT_FIND = -1;
NUMBER_NOTCACULATED = 0;
ZERO_TIME = '00:00:00';
type
TTime = rec
www.eeworm.com/read/467760/7000795
sql tbudf_drop.sql
/* Script gerado pelo utilit醨io mkdrop.exe */
drop external function udf_Ver;
drop external function udf_Len;
drop external function udf_Pos;
drop external function udf_Copy;
drop external func