📄 concretefunction.html
字号:
<code>COUNT</code>: an aggregate function returning the number of rows.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/axiondb/functions/LowerFunction.html">LowerFunction</A></B></CODE>
<BR>
<tt>LOWER(string)</tt>: returns a <A HREF="../../../../org/axiondb/types/StringType.html"><CODE>string</CODE></A> containing the lower case version of the input <i>string</i>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/axiondb/functions/MaxFunction.html">MaxFunction</A></B></CODE>
<BR>
<code>MAX(<i>number</i>)</code>: an aggregate function returning the largest of the <A HREF="../../../../org/axiondb/types/IntegerType.html"><CODE>integer</CODE></A>-valued inputs.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/axiondb/functions/MinFunction.html">MinFunction</A></B></CODE>
<BR>
<code>MIN(<i>number</i>)</code>: an aggregate function returning the least of the <A HREF="../../../../org/axiondb/types/IntegerType.html"><CODE>integer</CODE></A>-valued inputs.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/axiondb/functions/RowNumFunction.html">RowNumFunction</A></B></CODE>
<BR>
Returns an one-based index indicating the order in which a row was selected from a table, join, etc.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/axiondb/functions/UpperFunction.html">UpperFunction</A></B></CODE>
<BR>
<tt>UPPER(string)</tt>: returns a <A HREF="../../../../org/axiondb/types/StringType.html"><CODE>string</CODE></A> representing the upper case version of the input <i>string</i>.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../org/axiondb/functions/package-summary.html">org.axiondb.functions</A> that return <A HREF="../../../../org/axiondb/functions/ConcreteFunction.html">ConcreteFunction</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/axiondb/functions/ConcreteFunction.html">ConcreteFunction</A></CODE></FONT></TD>
<TD><CODE><B>RowNumFunction.</B><B><A HREF="../../../../org/axiondb/functions/RowNumFunction.html#makeNewInstance()">makeNewInstance</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/axiondb/functions/ConcreteFunction.html">ConcreteFunction</A></CODE></FONT></TD>
<TD><CODE><B>MinFunction.</B><B><A HREF="../../../../org/axiondb/functions/MinFunction.html#makeNewInstance()">makeNewInstance</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/axiondb/functions/ConcreteFunction.html">ConcreteFunction</A></CODE></FONT></TD>
<TD><CODE><B>CharFunction.</B><B><A HREF="../../../../org/axiondb/functions/CharFunction.html#makeNewInstance()">makeNewInstance</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/axiondb/functions/ConcreteFunction.html">ConcreteFunction</A></CODE></FONT></TD>
<TD><CODE><B>UpperFunction.</B><B><A HREF="../../../../org/axiondb/functions/UpperFunction.html#makeNewInstance()">makeNewInstance</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/axiondb/functions/ConcreteFunction.html">ConcreteFunction</A></CODE></FONT></TD>
<TD><CODE><B>MaxFunction.</B><B><A HREF="../../../../org/axiondb/functions/MaxFunction.html#makeNewInstance()">makeNewInstance</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/axiondb/functions/ConcreteFunction.html">ConcreteFunction</A></CODE></FONT></TD>
<TD><CODE><B>ConcatFunction.</B><B><A HREF="../../../../org/axiondb/functions/ConcatFunction.html#makeNewInstance()">makeNewInstance</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/axiondb/functions/ConcreteFunction.html">ConcreteFunction</A></CODE></FONT></TD>
<TD><CODE><B>CountFunction.</B><B><A HREF="../../../../org/axiondb/functions/CountFunction.html#makeNewInstance()">makeNewInstance</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/axiondb/functions/ConcreteFunction.html">ConcreteFunction</A></CODE></FONT></TD>
<TD><CODE><B>LowerFunction.</B><B><A HREF="../../../../org/axiondb/functions/LowerFunction.html#makeNewInstance()">makeNewInstance</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/axiondb/functions/ConcreteFunction.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="ConcreteFunction.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
Copyright © 2002-2003 Axion Development Team. All Rights Reserved.
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -