getMaxCharLiteralLength()
Syntax:
int getMaxCharLiteralLength()
                            throws SQLException
                                        Description:
Retrieves the maximum number of characters this database allows for a character literal.
Returns:
the maximum number of characters allowed for a character literal; a result of zero means that there is no limit or the limit is not known
Throws:
SQLException - if a database access error occurs