| com.triactive.jdo.store.PrimaryKeyColumnNotAllowedException
PrimaryKeyColumnNotAllowedException | public class PrimaryKeyColumnNotAllowedException extends JDOFatalInternalException (Code) | | A PrimaryKeyColumnNotAllowedException is thrown if an attempt is made to
add a primary key column to a view.
author: Mike Martin version: $Revision: 1.3 $ See Also: View.newColumn(ClassString) |
PrimaryKeyColumnNotAllowedException | public PrimaryKeyColumnNotAllowedException(View view, Column column)(Code) | | Constructs a primary key not allowed exception.
Parameters: view - The view being initialized. Parameters: column - The column having the duplicate name. |
|
|