StiTableQuery Class
Namespace: Stimulsoft.Base
Constructors
| Constructor | Description |
|---|---|
| StiTableQuery(StiSqlDataConnector connector) |
StiTableQuery(connector: StiSqlDataConnector)
Parameters
- connector (StiSqlDataConnector)
Methods
| Method | Returns | Description |
|---|---|---|
Get static |
StiTableQuery | |
| GetCallQuery (+1 overloads) | string | |
| GetExecuteQuery (+1 overloads) | string | |
| GetName | string | |
| GetProcQuery (+1 overloads) | string | |
| GetSelectQuery (+1 overloads) | string |
Method Details
Get static
Get(connector: StiSqlDataConnector): StiTableQuery
Parameters
- connector (StiSqlDataConnector)
Returns StiTableQuery
GetCallQuery
GetCallQuery(table: string): string
Parameters
- table (string)
Returns string
GetCallQuery(schema: string, table: string): string
Parameters
- schema (string)
- table (string)
Returns string
GetExecuteQuery
GetExecuteQuery(table: string): string
Parameters
- table (string)
Returns string
GetExecuteQuery(schema: string, table: string): string
Parameters
- schema (string)
- table (string)
Returns string
GetName
GetName(schema: string, table: string): string
Parameters
- schema (string)
- table (string)
Returns string
GetProcQuery
GetProcQuery(table: string): string
Parameters
- table (string)
Returns string
GetProcQuery(schema: string, table: string): string
Parameters
- schema (string)
- table (string)
Returns string
GetSelectQuery
GetSelectQuery(table: string): string
Parameters
- table (string)
Returns string
GetSelectQuery(schema: string, table: string): string
Parameters
- schema (string)
- table (string)
Returns string