CREATE TABLE myTab ( ID int, JCol MyClass); INSERT INTO myTab (ID, JCol) VALUES (1, Jvar);