<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://www.awareim.com/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.awareim.com/dokuwiki/feed.php">
        <title>Documentation - docs:3500:0500</title>
        <description></description>
        <link>http://www.awareim.com/dokuwiki/</link>
        <image rdf:resource="http://www.awareim.com/dokuwiki/_media/logo.png" />
       <dc:date>2026-06-03T09:11:28+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.awareim.com/dokuwiki/docs/3500/0500/0510?rev=1683077594&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.awareim.com/dokuwiki/docs/3500/0500/0520?rev=1749695763&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.awareim.com/dokuwiki/docs/3500/0500/0530?rev=1680756323&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.awareim.com/dokuwiki/_media/logo.png">
        <title>Documentation</title>
        <link>http://www.awareim.com/dokuwiki/</link>
        <url>http://www.awareim.com/dokuwiki/_media/logo.png</url>
    </image>
    <item rdf:about="http://www.awareim.com/dokuwiki/docs/3500/0500/0510?rev=1683077594&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-03T01:33:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Implementing function library</title>
        <link>http://www.awareim.com/dokuwiki/docs/3500/0500/0510?rev=1683077594&amp;do=diff</link>
        <description>programmers_reference ifunctionlibrary_interface

Implementing function library

To implement a function library you need to write a class that implements the IFunctionLibrary interface. The implementation of the following methods must be provided:</description>
    </item>
    <item rdf:about="http://www.awareim.com/dokuwiki/docs/3500/0500/0520?rev=1749695763&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-12T02:36:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ISQLBuilderHelper interface</title>
        <link>http://www.awareim.com/dokuwiki/docs/3500/0500/0520?rev=1749695763&amp;do=diff</link>
        <description>programmers_reference isqlbuilderhelper_interface

ISQLBuilderHelper interface

This interface has quite a number of methods. Most of the methods, however, are used by AwareIM only and are of no interest to a function library developer. The only method that may be useful to developers of function libraries is the method that returns the specific database interface used by</description>
    </item>
    <item rdf:about="http://www.awareim.com/dokuwiki/docs/3500/0500/0530?rev=1680756323&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-04-06T04:45:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Function library example</title>
        <link>http://www.awareim.com/dokuwiki/docs/3500/0500/0530?rev=1680756323&amp;do=diff</link>
        <description>programmers_reference example ifunctionlibrary_interface

Function library example

See the code snippet below for an example of a function library. For illustration purposes this code snippet contains only a handful of functions supported by the standard Date Function Library.

public class DateFunctionLibrary implements IFunctionLibrary
{
    supported date functions
    public static final StringDAY_OF_WEEK_FUNCTION=&quot;DAY_OF_WEEK&quot;;
    public static final StringCURRENT_YEAR_FUNCTION=&quot;CURRENT_Y…</description>
    </item>
</rdf:RDF>
