InsertStatement allows the construction of INSERT statement.
Default constructor
public Void InsertStatement()
Initializes a new instance of InsertStatement.
public Void InsertStatement(repository)
Name | Type | Summary |
---|---|---|
repository | Repository | The underlaying repository. |
Initializes a new instance of InsertStatement.
public Void InsertStatement(name, repository)
Name | Type | Summary |
---|---|---|
name | String | The name of the statement. |
repository | Repository | The underlaying repository. |
In this document