Class CoreDDFinderClassInfo
- java.lang.Object
-
- org.apache.derby.iapi.services.io.FormatableInstanceGetter
-
- org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo
-
- All Implemented Interfaces:
InstanceGetter
public class CoreDDFinderClassInfo extends FormatableInstanceGetter
FormatableInstanceGetter to load stored instances of DependableFinder. Class is registered in RegisteredFormatIds- See Also:
DependableFinder,RegisteredFormatIds
-
-
Field Summary
-
Fields inherited from class org.apache.derby.iapi.services.io.FormatableInstanceGetter
fmtId
-
-
Constructor Summary
Constructors Constructor Description CoreDDFinderClassInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetNewInstance()Create an instance of a class.-
Methods inherited from class org.apache.derby.iapi.services.io.FormatableInstanceGetter
setFormatId
-
-
-
-
Method Detail
-
getNewInstance
public java.lang.Object getNewInstance()
Description copied from interface:InstanceGetterCreate an instance of a class.
-
-