Implementation of
IQueryTemplates
for PostgreSQL database, providing templates for various SQL queries.
- Namespace
- DbSyncKit
.Templates .PostgreSQL - Interfaces
-
- IQueryTemplates
- IDisposable
- Base Types
-
- object
Syntax
public class QueryTemplates : IQueryTemplates, IDisposable
Properties
Name | Property Type | Summary |
---|---|---|
CommentTemplate | IFluidTemplate |
Gets the template for a COMMENT query.
|
DeleteTemplate | IFluidTemplate |
Gets the template for a DELETE query.
|
InsertTemplate | IFluidTemplate |
Gets the template for an INSERT query.
|
SelectTemplate | IFluidTemplate |
Gets the template for a SELECT query.
|
UpdateTemplate | IFluidTemplate |
Gets the template for an UPDATE query.
|
Methods
Name | Return Value | Summary |
---|---|---|
Dispose |
void |
Performs application-defined tasks associated with freeing, releasing, or resetting resources.
|