StiTableQuery Class
Namespace: Stimulsoft.Base
Constructors
| Constructor | Description |
|---|---|
| constructor(StiSqlDataConnector connector) |
constructor(connector: StiSqlDataConnector)
Parameters
- connector (StiSqlDataConnector)
Methods
| Method | Returns | Description |
|---|---|---|
| getCallQuery | string | |
| getCallQuery2 | string | |
| getExecuteQuery | string | |
| getExecuteQuery2 | string | |
| getName | string | |
| getProcQuery | void | |
| getProcQuery2 | string | |
| getSelectQuery | string | |
| getSelectQuery2 | string |
Method Details
getCallQuery
getCallQuery(table: string): string
Parameters
- table (string)
Returns string
getCallQuery2
getCallQuery2(schema: string, table: string): string
Parameters
- schema (string)
- table (string)
Returns string
getExecuteQuery
getExecuteQuery(table: string): string
Parameters
- table (string)
Returns string
getExecuteQuery2
getExecuteQuery2(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): void
Parameters
- table (string)
getProcQuery2
getProcQuery2(schema: string, table: string): string
Parameters
- schema (string)
- table (string)
Returns string
getSelectQuery
getSelectQuery(table: string): string
Parameters
- table (string)
Returns string
getSelectQuery2
getSelectQuery2(schema: string, table: string): string
Parameters
- schema (string)
- table (string)
Returns string