Interface | Description |
---|---|
Globals |
Class | Description |
---|---|
CommanderConnection |
This class represents one connection to the underlying DBMS.
|
MapType | |
Table_Layer |
This class accomplishes tuple-at-a-time access to the Layer table,
encapsulating SQL statements.
|
Table_PyramidLevels |
This class accomplishes tuple-at-a-time access to the PyramidLevel table,
encapsulating SQL statements.
|
Table_Service |
This class accomplishes tuple-at-a-time access to the Service table,
encapsulating SQL statements.
|
Table_ServiceLayer |
This class accomplishes tuple-at-a-time access to the ServiceLayer table,
encapsulating SQL statements.
|
Table_Style |
This class accomplishes tuple-at-a-time access to the Style table,
encapsulating SQL statements.
|
Exception | Description |
---|---|
CommanderException |
This is the superclass of all exceptions.
|
ConfigurationException |
ConfigurationException: error evaluating configuration file
|
ConnectionFailedException |
ConnectionFailedException: error connecting to database
|
InvalidInputException |
InvalidInputException: invalid input passed from web form
|