Returns the name of the database engine.

1 connection.getEngineTypeName

<connection.getEngineTypeName />
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>