The Program.SqlPreparedStatement is a nested class representing a prepared executable version of a SQL command statement.
For a list of all members of this type, see Program.SqlPreparedStatement Class Members.
Inheritance Hierarchy
ASNA.Monarch ASNA.Monarch.Program ASNA.Monarch.Program.SqlPreparedStatement
Syntax
BegClass Program.SqlPreparedStatement Access(public) Inherits (ASNA.Monarch.Program)
Thread Safety
Any public static (Shared) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Remarks
When a PREPARE statement is executed, the statement string is parsed and checked for errors. If the statement is valid, a prepared statement is created. A prepared statement can then be executed multiple times within the scope of the source program in which it is defined.
Requirements
| Namespace: | ASNA.Monarch |
| Assembly: | ASNA.VisualRPG.Runtime.DLL |
| Platforms: | Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8 Pro, Windows 10 Pro |
