Naming conventions

If you enable the camel case option (see “Camel case option”), PowerScript identifiers that contain underscores are mapped to Java names using lowerCamelCase for NVO methods; for example, “my_simple_method” maps to “mySimpleMethod.”

A similar mapping is used for structure names, but the first letter is capitalized; for example, “my_structure” maps to “MyStructure.”

Component names are not changed from the names you enter in the Project painter. Sybase recommends that you use the Java class naming conventions; for example, “MyComp.”

An NVO implementation class can use any name.