public class Package extends Object
Constructor and Description |
---|
Package() |
Modifier and Type | Method and Description |
---|---|
String |
getDatabase() |
List<Function> |
getFunctions() |
String |
getName() |
List<Procedure> |
getProcedures() |
String |
getSchema() |
void |
setDatabase(String database) |
void |
setFunctions(List<Function> functions) |
void |
setName(String name) |
void |
setProcedures(List<Procedure> procedures) |
void |
setSchema(String schema) |
Copyright © 2023. All rights reserved.