1 connection.metadata.getMaxRowSize
<connection.metadata.getMaxRowSize />
Returns | |
---|---|
Type | Description |
Integer | Returns the maximum number of bytes which this database allows for a row. |
Example
Maximum number of bytes for a row.
Copy
<xsql-script name='connection_getMaxRowSize_test1'> <body> <println> <connection.metadata.getMaxRowSize /> </println> </body> </xsql-script>