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子句在视图、内联函数、派生表和子查询中无效。
That ' s it . as you can see , this program is really just a simple inline function hook , no more complex than the example from chapter 5 就这样了。可以看到,这个程序不过是个简单的内嵌函数挂勾,不比第5章的例子复杂多少。
When order by is used in the definition of a view , inline function , derived table , or subquery , the clause is used only to determine the rows returned by the top clause 在视图定义中使用order by时,该子句仅用于确定用top子句返回的行。
Inline functions are always packaged if they are instantiated as calls which occurs , for example , if inlining is turned off or you take a function address 如果内联函数实例化为调用(例如,当关闭内联或获取函数地址时出现这种情况) ,则始终打包内联函数。
For example , if there exists a function a that frequently calls function b , and function b is relatively small , then profile - guided optimizations will inline function b in function a 内联例如,如果有一个频繁调用函数b的函数a ,而函数b相对较小,按配置优化会将函数b内联到函数a中。
Inline function if a user - defined function contains a single select statement and that statement is updatable , then the tabular result returned by the function is also updatable 内联函数如果用户定义的某个函数包含一个select语句,并且该语句是可更新的,则该函数所返回的表格格式结果也是可更新的。