|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.agimatec.sql.meta.script.DDLExpressions
com.agimatec.sql.meta.oracle.OracleDDLExpressions
public class OracleDDLExpressions
Description:
Build a CatalogDescription by parsing a SQL DDL script.
Caution: this class not not thread-safe.
Copyright: Copyright (c) 2007
Company: Agimatec GmbH
| Field Summary | |
|---|---|
static ExtractExpr[] |
expressions
|
| Constructor Summary | |
|---|---|
OracleDDLExpressions()
|
|
| Method Summary | |
|---|---|
void |
equalizeColumn(ColumnDescription cd)
equalize type names (between schema-import and ddl-parsing) |
ExtractExpr[] |
getExpressions()
|
| Methods inherited from class com.agimatec.sql.meta.script.DDLExpressions |
|---|
forDbms, getExpression, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ExtractExpr[] expressions
| Constructor Detail |
|---|
public OracleDDLExpressions()
| Method Detail |
|---|
public ExtractExpr[] getExpressions()
getExpressions in class DDLExpressionspublic void equalizeColumn(ColumnDescription cd)
equalizeColumn in class DDLExpressionscd -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||