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 IDatabaseConstraintName
All Known Implementing Classes:
DatabaseConstraintName
public interface
IDatabaseConstraintName
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getCatalogName
()
String
getConstraintName
()
String
getName
()
String
getSchemaName
()
Method Details
getName
String
getName
()
getSchemaName
String
getSchemaName
()
getCatalogName
String
getCatalogName
()
getConstraintName
String
getConstraintName
()