You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Method description


getAllEngines()


This method gets all engines.


Return:

TypeDescription
StringThe engines list.


Example:


getEngineOption(optionName)


This method returns the engine option by the name specified.

Parameter(s):

NameTypeMandatoryDefault Value
optionNameStringYN


Return:

TypeDescription
SimpleEngine objectThe object containing engine option.


Example:


getOptionValueForTable(optionName, tableName)




Parameter(s):

NameTypeMandatoryDefault Value
optionNameStringYN
tableNameStringYN


Return:

TypeDescription
StringThe option value for the table specified.


Example:


isEngineEnable(tableName)


This method returns if the engine enabled for the table specified.

Parameter(s):

NameTypeMandatoryDefault Value
tableNameStringYN


Return:

TypeDescription
BooleanIf an engine is enabled for the table specified then the method returns TRUE; otherwise, it returns FALSE.


Example:


  • No labels