| Package | Description |
|---|---|
| com.agimatec.dbtransform | |
| com.agimatec.sql.meta.mysql | |
| com.agimatec.sql.meta.oracle | |
| com.agimatec.sql.meta.postgres | |
| com.agimatec.sql.meta.script |
| Modifier and Type | Method and Description |
|---|---|
ExtractExpr[] |
SomeDDLExpressions.getExpressions() |
| Modifier and Type | Field and Description |
|---|---|
static ExtractExpr[] |
MySqlDDLExpressions.expressions |
| Modifier and Type | Method and Description |
|---|---|
ExtractExpr[] |
MySqlDDLExpressions.getExpressions() |
| Modifier and Type | Field and Description |
|---|---|
static ExtractExpr[] |
OracleDDLExpressions.expressions |
| Modifier and Type | Method and Description |
|---|---|
ExtractExpr[] |
OracleDDLExpressions.getExpressions() |
| Modifier and Type | Field and Description |
|---|---|
static ExtractExpr[] |
PostgresDDLExpressions.expressions |
| Modifier and Type | Method and Description |
|---|---|
ExtractExpr[] |
PostgresDDLExpressions.getExpressions() |
| Modifier and Type | Method and Description |
|---|---|
ExtractExpr |
ExtractExpr.addExpr(ExtractExpr expr) |
ExtractExpr |
ExtractExpr.addOptionalExpr(ExtractExpr expr) |
ExtractExpr |
ExtractExpr.addOptionalProperty(String prop) |
ExtractExpr |
ExtractExpr.addOptionalProperty(String word,
String propName) |
ExtractExpr |
ExtractExpr.addOptionalWord(String word) |
ExtractExpr |
ExtractExpr.addProperty(String prop) |
ExtractExpr |
ExtractExpr.addProperty(String word,
String propName) |
ExtractExpr |
ExtractExpr.addProperty(String word,
String propName,
boolean isOptional,
String startDelim,
String endDelim) |
ExtractExpr |
ExtractExpr.addSeparator() |
ExtractExpr |
ExtractExpr.addSeparator(String seperator) |
ExtractExpr |
ExtractExpr.addWord(String word) |
static ExtractExpr |
ExtractExprBuilder.buildExpr(String format)
API - parse the ExtractExpr.toString() representation to create an instance of ExtractExpr.
|
static ExtractExpr[] |
DDLExpressions.compileExpressions(String ddlXmlPath) |
static ExtractExpr[] |
DDLScriptSqlMetaFactory.compileExpressions(String[] statementFormats) |
ExtractExpr |
DDLExpressions.getExpression(String expName) |
abstract ExtractExpr[] |
DDLExpressions.getExpressions() |
| Modifier and Type | Method and Description |
|---|---|
ExtractExpr |
ExtractExpr.addExpr(ExtractExpr expr) |
ExtractExpr |
ExtractExpr.addOptionalExpr(ExtractExpr expr) |
Map |
PropertiesExtractor.extract(String aText,
ExtractExpr aExpr) |
Copyright © 2008–2018. All rights reserved.