summaryrefslogtreecommitdiff
path: root/VC++Files/examples/udf_example/udf_example.def
blob: 9764343e5f2387cd873f89c020f7aeb597efa62c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LIBRARY		MYUDF
DESCRIPTION	'MySQL Sample for UDF'
VERSION		1.0
EXPORTS
  metaphon_init
  metaphon_deinit
  metaphon
  myfunc_double_init
  myfunc_double
  myfunc_int
  sequence_init
  sequence_deinit
  sequence
  avgcost_init
  avgcost_deinit
  avgcost_reset
  avgcost_add
  avgcost