|
|
Preparses the query the way it will be preparsed normally before the query is send to the database.
Syntax
| Smartsite SXML |
|
|---|---|
string database.preparse(string query) string database.preparse(string connectionId, string query) |
|
Parameters
| Name | Data Type | Description |
|---|---|---|
| query | String | The query that will be preparsed. |
| connectionId | String | The connection id of a databsae connection. |
Return Value
| Data Type | Description |
|---|---|
| String | Returns the query after it has been processed by the Query Preparser. |