Returns the name of the database engine.
1 connection.getEngineTypeName
<connection.getEngineTypeName />
Returns | |
---|---|
Type | Description |
String | Returns the name of the database engine. The possible values are:
|
Example
Returns the name of the database engine.
Copy
<xsql-script name='getEngineTypeName'> <body> <println>The current engine name is: <connection.getEngineTypeName /></println> </body> </xsql-script>