com.agimatec.sql.meta.script
Class ExtractExprBuilder
java.lang.Object
com.agimatec.sql.meta.script.ExtractExprBuilder
public class ExtractExprBuilder
- extends Object
Description: Create an extract expr from its toString() representation
Copyright: Copyright (c) 2007
Company: Agimatec GmbH
- Author:
- Roman Stumm
|
Method Summary |
static ExtractExpr |
buildExpr(String format)
API - parse the ExtractExpr.toString() representation to create an instance of ExtractExpr. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtractExprBuilder
protected ExtractExprBuilder(String aFormatString)
buildExpr
public static ExtractExpr buildExpr(String format)
throws ParseException
- API - parse the ExtractExpr.toString() representation to create an instance of ExtractExpr.
- Parameters:
format - - a string in ExtractExpr.toString() format
- Returns:
- a extractexpr
- Throws:
ParseException - if string format does not match (or if this class has a bug)
Copyright © 2008-2012. All Rights Reserved.