Package | Description |
---|---|
org.tinygroup.database.config.customsql | |
org.tinygroup.database.config.procedure | |
org.tinygroup.database.config.trigger | |
org.tinygroup.database.config.view |
Modifier and Type | Method and Description |
---|---|
List<SqlBody> |
CustomSql.getSqlBodyList() |
Modifier and Type | Method and Description |
---|---|
void |
CustomSql.setSqlBodyList(List<SqlBody> sqlBodyList) |
Modifier and Type | Method and Description |
---|---|
List<SqlBody> |
Procedure.getProcedureBodyList() |
Modifier and Type | Method and Description |
---|---|
void |
Procedure.setProcedureBodyList(List<SqlBody> procedureBodyList) |
Modifier and Type | Method and Description |
---|---|
List<SqlBody> |
Trigger.getTriggerSqls() |
Modifier and Type | Method and Description |
---|---|
void |
Trigger.setTriggerSqls(List<SqlBody> triggerSqls) |
Modifier and Type | Method and Description |
---|---|
List<SqlBody> |
View.getSqlBodyList() |
Modifier and Type | Method and Description |
---|---|
void |
View.setSqlBodyList(List<SqlBody> sqlBodyList) |
Copyright © 2006–2018 TinyGroup. All rights reserved.