CreateDriverSchema
Creates a driver schema file for the specified table or view.
Input
| Name | Type | Required | Description |
| TableName | String | True | The name of the table or view. |
| FileName | String | False | The full file path and name of the schema to generate. Ex : 'C:\\Users\\User\\Desktop\\HarperDB\\table.rsd' |
Result Set Columns
| Name | Type | Description |
| FileData | String | The generated schema encoded in base64. Only returned if none of FileName or FileStream are set. |
| Result | String | Returns Success or Failure. |