SQLMutationCommand
classin packageklyn.data.sql.internal
public final class SQLMutationCommand:
SQLMutationCommand

Structured mutation command plus generated-identity retrieval policy.

Properties
Modifier and Type Member Description
public readonly property command
command as SQLCommand
Prepared SQL and ordered parameter values.
public readonly property generatedIdentityMode
generatedIdentityMode as SQLGeneratedIdentityMode
Provider result shape for generated identities.
public readonly property generatedIdentityQuery
generatedIdentityQuery as String
Optional scalar query executed after the INSERT on the same connection.
Constructors
Modifier and Type Member Description
public SQLMutationCommand
SQLMutationCommand( command as SQLCommand, generatedIdentityMode as SQLGeneratedIdentityMode = SQLGeneratedIdentityMode.NONE, generatedIdentityQuery as String = "" ):
Creates an immutable mutation command.