Class SQLProcedure
- java.lang.Object
-
- org.teichert.databaseexplorer.sqlitems.SQLProcedure
-
public class SQLProcedure extends Object
Represents a procedure with catalog, schema and the name as information.
-
-
Constructor Summary
Constructors Constructor Description SQLProcedure(String catalog, String schema, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCatalog()
String
getName()
String
getSchema()
void
setCatalog(String catalog)
void
setName(String name)
void
setSchema(String schema)
String
toString()
-