A statement function must appear only after the specification statements and before the first executable statement of the program unit in which it is referenced. A statement function is not executed at the point where it is specified. It is executed, as any other, by the execution of a functi...
Section 1.3, “What Is New in MySQL 8.0” Section 25.2.4, “What is New in MySQL NDB Cluster 8.0”ALTER EVENT Section 19.1.2.8, “Adding Replicas to a Replication Environment” Section 15.1.2, “ALTER DATABASE Statement” Section 15.1.3, “ALTER EVENT Statement” Section 15.1.13, “CREAT...
MoveToDropIndexOption MultiPartIdentifier MultiPartIdentifierCallTarget NamedTableReference NameFileDeclarationOption NextValueForExpression NonTransactedFileStreamAccess NullableConstraintDefinition NullIfExpression NullLiteral NullNotNull NumericLiteral OdbcConvertSpecification OdbcFunctionCall OdbcLiteral OdbcLiteral...
The following example begins by opening a new session and adding theAutoexists=3property to the connection string. You must open a new connection in order to do the example. Once the connection is established with the Autoexist setting it will remain in effect until that connection is finished...
Section 1.6.1, “MySQL Extensions to Standard SQL” Section 4.6.7, “mysqlbinlog — Utility for Processing Binary Log Files” Section 4.5.4, “mysqldump — A Database Backup Program” Section 16.1.6.3, “Replica Server Options and Variables” Section 1.3, “What Is New in MySQL 5.7”ALTER...
In this case, we take advantage of the fact that statements can search on nested properties. The path to the property is the same as that which you would normally use to get at the property on the corresponding Value Object: If aDataModuleobject does not use a Data Dictionary, itsdataDi...
The statement is not valid within a Sub, Function, property Get, or property Set procedure. Some statements can be placed at the module or class level. Others, such as Option Strict, must be at namespace level and precede all other declarations.Error ID: BC30024...
MoveToDropIndexOption MultiPartIdentifier MultiPartIdentifierCallTarget NamedTableReference NameFileDeclarationOption NextValueForExpression NonTransactedFileStreamAccess NullableConstraintDefinition NullIfExpression NullLiteral NullNotNull NumericLiteral OdbcConvertSpecification OdbcFunctionCall OdbcLiteral OdbcLiteralType ...
Member properties are not supported in local cubes. You cannot create a local cube from a perspective. When you include a semi-additive measure to a local cube, the following rules apply: You must include the Account dimension if the AggregateFunction property for the measure being added is By...
[Exit Function] [statements] [name=expression] End Function TheFunctionstatement syntax has these parts: PartDescription PublicOptional. Indicates that theFunctionprocedure is accessible to all other procedures in allmodules. If used in a module that contains anOption Private, the procedure is not av...