throw new InvalidArgumentException("driver", driver);
// get Statement
DBSQLScript script = new DBSQLScript();
driver.addEnableRelationStmt(this, enable, script);
if (script.getCount()!=1)
throw new UnexpectedReturnValueException(script.getCount(), "driver.addEnableRelationStatement");
return script.getStmt(0);
}