1 table.getTableType

<table.getTableType table='table'/>

Exceptions

Database required.

Missing specify the database.

Required attribute [...]

A required attribute has not been specified.

Example

Print the type of table capuntes.

Copy
<xsql-script name='test_getColumnType'>
    <body>
        <println>
            <table.getTableType table='capuntes' />
        </println>
    </body>
</xsql-script>