public abstract static class DBURLFactory.URLHelper extends java.lang.Object implements DBURLFactory.Helper
| Constructor and Description |
|---|
DBURLFactory.URLHelper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreateURL(DBObjectProvider pro)
Deprecated.
|
abstract java.net.URL |
createProviderURL(DBObjectProvider pro)
Returns the URL for the given DBObjectProvider if the provider is supported by this helper.
|
java.net.URL |
createURL(DBObjectProvider pro, SchemaObject obj, java.lang.String subType)
Deprecated.
|
abstract java.net.URL |
createURL(DBObjectProvider pro, SystemObject obj)
Returns the URL for the given SystemObject that is from the given provider.
|
public abstract java.net.URL createURL(DBObjectProvider pro, SystemObject obj)
pro - the containing DBObjectProviderthe - object, e.g. a tablespace, table, function, pacakge spec or package bodypublic abstract java.net.URL createProviderURL(DBObjectProvider pro)
pro - the DBObjectprovider to get a URL for@Deprecated public final boolean canCreateURL(DBObjectProvider pro)
canCreateURL in interface DBURLFactory.Helper@Deprecated public final java.net.URL createURL(DBObjectProvider pro, SchemaObject obj, java.lang.String subType)
DBURLFactory.HelpercreateURL in interface DBURLFactory.Helper