1 table.getTableType
<table.getTableType table='table'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Atable | string | Name of the table. |
Returns | |
---|---|
Type | Description |
String | Returns the type of table. The typical types are:
|
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>