| Syntax | $sql.metaData.getMaxRowSize{jdbcProfileName} |
| Documentation | Retrieves the maximum number of bytes this database allows in a single row.:
Paramter:
Requieres one parameter, this is your JDBC profile name.
Returns:
the maximum number of bytes allowed for a row; a result of zero means that there is no limit or the limit is not known
Throws:
SQLException - if a database access error occurs
|
| Examples |
|
| Group | SQL |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 1 |