Method description
getAllEngines()
This method gets all engines.
Return:
Type | Description |
---|---|
String | The engines list. |
Example:
getEngineOption(optionName)
This method returns the engine option by the name specified.
Parameter(s):
Name | Type | Mandatory | Default Value |
---|---|---|---|
optionName | String | Y | N |
Return:
Type | Description |
---|---|
SimpleEngine object | The object containing engine option. |
Example:
getOptionValueForTable(optionName, tableName)
Parameter(s):
Name | Type | Mandatory | Default Value |
---|---|---|---|
optionName | String | Y | N |
tableName | String | Y | N |
Return:
Type | Description |
---|---|
String | The option value for the table specified. |
Example:
isEngineEnable(tableName)
This method returns if the engine enabled for the table specified.
Parameter(s):
Name | Type | Mandatory | Default Value |
---|---|---|---|
tableName | String | Y | N |
Return:
Type | Description |
---|---|
Boolean | If an engine is enabled for the table specified then the method returns TRUE; otherwise, it returns FALSE. |
Example: