JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
net.anwiba.commons.jdbc
Package
net.anwiba.commons.jdbc.name
Interface IDatabaseTriggerName
All Superinterfaces:
Serializable
All Known Implementing Classes:
DatabaseTriggerName
public interface
IDatabaseTriggerName
extends
Serializable
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getCatalogName
()
String
getName
()
String
getSchemaName
()
String
getTriggerName
()
Method Details
getName
String
getName
()
getSchemaName
String
getSchemaName
()
getCatalogName
String
getCatalogName
()
getTriggerName
String
getTriggerName
()