@Override
public Void execute(ISession session, SeConnection connection) throws SeException,
IOException {
SeInsert insert = new SeInsert(connection);
insert.intoTable(layer.getName(), columns);
insert.setWriteMode(true);
Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("GMT"));
// Year, month, date, hour, minute, second.
cal.set(2004, 06, 1, 0, 0, 0);