Examples of using User-defined function in English and their translations into Spanish
{-}
-
Colloquial
-
Official
Call user-defined function to filter data.
There we have it; a simple user-defined function.
Is the user-defined function to be changed.
Is the name of the schema to which the user-defined function belongs.
To open a user-defined function for viewing or editing.
Generates a warning if called from outside of a user-defined function.
The name of the user-defined function to open.
This example demonstrates how to create an object with a User-Defined Function.
The view in which the user-defined function will open.
Each user-defined function carries certain properties or characteristics.
On the Function menu,click Create User-Defined Function.
A new system user-defined function has been added.
The caller is either the main mapping or another user-defined function.
Enter a name for the user-defined function you wish to create.
Inserts an Intermediate Variable which is equivalent to a regular(non-inline) user-defined function.
The following code assigns a user-defined function to the object's valueOf method.
The function to carry out a matchfix operation is an ordinary user-defined function.
Double-click the specific user-defined function in the Libraries window.
User-defined function keys and a large, innovative display make weighing applications fast and precise.
This query has a prefix,variable, or user-defined function.
Create a new user-defined function, for example using the name Grounds Lighting.
The following example shows how to create a user-defined function in XQuery.
An index on a user-defined function, however, does not impose a NOT NULL constraint on the index expression.
The SQL standard defines the following properties:Language- defines the programming language in which the user-defined function is implemented; examples include SQL, C, C and Java.
Array_walk() Applies a user-defined function to each element of an array.
For example, a function that converts Celsius to Fahrenheit might be declared like this: CREATE FUNCTION dbo. CtoF(Celsius FLOAT)RETURNS FLOAT RETURN(Celsius* 1.8)+ 32 Once created, a user-defined function may be used in expressions in SQL statements.
It invokes the CtoF user-defined function as declared above in order to convert the value in the column to a value in Fahrenheit.
XML Spreadsheet documents cannot store Visual Basic for Applications macros, auditing tracer arrows, chart and other graphic objects, custom views, drawing object layers, outlining, scenarios,shared workbook information and user-defined function categories.
A user-defined function(UDF) is a function provided by the user of a program or environment, in a context where the usual assumption is that functions are built into the program or environment.
In relational database management systems, a user-defined function provides a mechanism for extending the functionality of the database server by adding a function, that can be evaluated in standard query language(usually SQL) statements.