# Functions
ArtExpr returns a query modifier for the digital or pixel art category.
Created returns the Createdat time to use a dd-mmm-yyyy format.
DocumentExpr returns a query modifier for the document category.
Icon returns the extensionless name of a .gif image file to use as an icon for the filename.
InvalidExec returns true if the database context executor is invalid such as nil.
LeadStr takes a string and returns the leading whitespace padding, characters wide.
Published takes optional DateIssuedYear, DateIssuedMonth and DateIssuedDay values and formats them into dd-mmm-yyyy string format.
PublishedFW formats the publication year, month and day to a fixed-width length w value.
SelectHTML3 selects only the columns required by the HTML3 template.
SoftwareExpr returns a query modifier for the software category.
# Constants
ClauseNoSoftDel is the clause to exclude soft deleted records.
DescAsc order the ascending query using the record title.
DescDes order the descending query using the record title.
From is the name of the table containing records of files.
NameAsc order the ascending query using the filename.
NameDes order the descending query using the filename.
PostAsc order the ascending query using the date posted.
PostDes order the descending query using the date posted.
PublAsc order the ascending query using the date published.
PublDes order the descending query using the date published.
SizeAsc order the ascending query using the file size.
SizeDes order the descending query using the file size.
# Type aliases
Order the query using a table column.