Package | Description |
---|---|
org.tinygroup.database.config.procedure | |
org.tinygroup.database.procedure | |
org.tinygroup.database.procedure.impl |
Modifier and Type | Method and Description |
---|---|
List<Procedure> |
Procedures.getProcedureList() |
Modifier and Type | Method and Description |
---|---|
void |
Procedures.setProcedureList(List<Procedure> procedureList) |
Modifier and Type | Method and Description |
---|---|
Procedure |
ProcedureProcessor.getProcedure(String procedureName) |
Modifier and Type | Method and Description |
---|---|
String |
ProcedureSqlProcessor.getCreateSql(Procedure procedure) |
String |
ProcedureSqlProcessor.getDropSql(Procedure procedure) |
Modifier and Type | Method and Description |
---|---|
Procedure |
ProcedureProcessorImpl.getProcedure(String procedureId) |
Modifier and Type | Method and Description |
---|---|
String |
ProcedureSqlProcessorImpl.getCreateSql(Procedure procedure) |
String |
ProcedureSqlProcessorImpl.getDropSql(Procedure procedure) |
Copyright © 2006–2018 TinyGroup. All rights reserved.