Package org.apache.derby.catalog.types
Class TypesImplInstanceGetter
- java.lang.Object
-
- org.apache.derby.iapi.services.io.FormatableInstanceGetter
-
- org.apache.derby.catalog.types.TypesImplInstanceGetter
-
- All Implemented Interfaces:
InstanceGetter
public class TypesImplInstanceGetter extends FormatableInstanceGetter
-
-
Field Summary
-
Fields inherited from class org.apache.derby.iapi.services.io.FormatableInstanceGetter
fmtId
-
-
Constructor Summary
Constructors Constructor Description TypesImplInstanceGetter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getNewInstance()
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:InstanceGetter
Create an instance of a class.
-
-