File: FUNCTION.html

package info (click to toggle)
flamerobin 0.9.13.ds.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,300 kB
  • sloc: cpp: 59,818; sh: 10,505; xml: 1,029; ansic: 302; makefile: 27
file content (60 lines) | stat: -rw-r--r-- 2,662 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<html>
<head>
  <title>Function</title>
</head>
<body>
{%header:Summary%}
<br>
<br>
<font size=+2>{%object_name%}</font><br>
Owner: {%owner_name%}<br>
{%sql_security%}<br>
{%object_description%} [<a
 href="fr://edit_description?parent_window={%parent_window%}&amp;object_handle={%object_handle%}&amp;object_type=FUNCTION&amp;object_name={%object_name%}">edit</a>]
<br>
<br>
<table cellspacing=1 cellpadding=2 border=0 bgcolor=black>
  <tbody>
    <tr bgcolor="navy">
      <td nowrap><b><font color=white>Input parameter</font></b></td>
      <td nowrap><b><font color=white>Type</font></b></td>
      <td><b><font color=white>Not Null</font></b></td>
      <td><b><font color=white>Default</font></b></td>
      <td nowrap><b><font color=white>Description</font></b></td>
    </tr>
    {%foreach:parameter::input:
    <tr bgcolor="{%alternate:#DDDDFF:#CCCCFF%}">
      <td nowrap valign="top">{%object_name%}</td>
      <td nowrap valign="top">{%columninfo:datatype%}</td>
      <td nowrap valign="top"><center>{%ifeq:{%columninfo:is_nullable%}:false:<img src="{%template_root%}ok.png">%}</center></td>
      <td nowrap valign="top">{%columninfo:default_expression%}</td>
      <td valign="top"><font size=-1>{%object_description%} [<a
        href="fr://edit_description?parent_window={%parent_window%}&amp;object_handle={%object_handle%}&amp;object_type=COLUMN&amp;object_name={%object_name%}">edit</a>]</font></td>
    </tr>%}
  </tbody>
</table>
<br><br>
<table cellspacing=1 cellpadding=2 border=0 bgcolor=black>
  <tbody>
    {%foreach:parameter::output:
    <tr bgcolor="{%alternate:#DDDDFF:#CCCCFF%}">
	  <td nowrap valign="top" bgcolor="navy"><b><font color=white>Return Type</font></b></td>
      <td nowrap valign="top"><b>{%columninfo:datatype%}</b></td>
      <td nowrap valign="top"><center>{%ifeq:{%columninfo:is_nullable%}:false:<img src="{%template_root%}ok.png">%}</center></td>
      <td nowrap valign="top">{%columninfo:default_expression%}</td>
      <td valign="top"><font size=-1>{%object_description%} [<a
        href="fr://edit_description?parent_window={%parent_window%}&amp;object_handle={%object_handle%}&amp;object_type=COLUMN&amp;object_name={%object_name%}">edit</a>]</font></td>
    </tr>%}
  </tbody>
</table>
<br><br>
<table cellspacing=1 cellpadding=3 border=0 width="98%" bgcolor="black">
<tr><td bgcolor="navy"><font color=white><b>Source</b> [<a
    href="fr://edit_function?parent_window={%parent_window%}&amp;object_handle={%object_handle%}"><font
    color="yellow">edit</font></a>]</font></td>
</tr>
<tr><td bgcolor="#DDDDFF"><font size=-1><pre>{%functioninfo:source%}</pre></font></td></tr>
</table>

</body>
</html>