if(!raw.forwardIfCurrent('}'))
throw new SQLParserException("Invalid Syntax Closing [}] not found");
raw.removeSpace();
try {
return new ValueDate("{"+str.toString()+"}");
}
catch (PageException e) {
throw new SQLParserException("can't cast value [{"+str.toString()+"}] to date object");
}
}