getSQLName

getSQLName(): String;

The getSQLName method of the JadeRelationalEntityIF interface returns the name to be used for the table in the relational view.

This method is called when you call the addUserTable method of the RelationalView class. The table name must be unique in the relational view. The maximum length of the table name is 80 characters.