inline function meaning in English
联机功能
内联函式
内联函数
行内函式
直接插入函数
Examples
- Generates both the class constructor and the class definition as inline functions in the header file
内联将类构造函数和类定义两者生成为头文件中的内联函数。 - When an inline function returns a table , you can use that function in the from clause of another query
当内联函数返回表时,您可以在另一个查询的from子句中使用该函数。 - For example , if you begin with an inline function , you cannot modify the sql statements to a scalar - valued function
例如,在开始处理一个内联函数时,不能修改sql语句将该函数变成标量值函数。 - Is an inline function , meaning the compiled code makes the conversion , often without generating a function call
是一个“内联函数” ,这意味着转换是由已编译的代码执行的,通常不会生成函数调用。 - The order by clause is not valid in views , inline functions , derived tables , and subqueries , unless top is also specified
除非同时指定了top ,否则order by子句在视图、内联函数、派生表和子查询中无效。