Parser pa = newCC.getParser();
LanguageConnectionFactory lcf = lcc.getLanguageConnectionFactory();
// Since this is always nested inside another SQL
// statement, so topLevel flag should be false
CreateViewNode cvn = (CreateViewNode)pa.parseStatement(
vd.getViewText());
// need a current dependent for bind
newCC.setCurrentDependent(dep);
cvn = (CreateViewNode) cvn.bind();