|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.agimatec.sql.meta.script.ExtractExprBuilder
public class ExtractExprBuilder
Description: Create an extract expr from its toString() representation
Copyright: Copyright (c) 2007
Company: Agimatec GmbH
| Constructor Summary | |
|---|---|
protected |
ExtractExprBuilder(java.lang.String aFormatString)
|
| Method Summary | |
|---|---|
static ExtractExpr |
buildExpr(java.lang.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 |
| Constructor Detail |
|---|
protected ExtractExprBuilder(java.lang.String aFormatString)
| Method Detail |
|---|
public static ExtractExpr buildExpr(java.lang.String format)
throws java.text.ParseException
format - - a string in ExtractExpr.toString() format
java.text.ParseException - if string format does not match (or if this class has a bug)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||