Class HeapClassInfo
- java.lang.Object
-
- org.apache.derby.iapi.services.io.FormatableInstanceGetter
-
- org.apache.derby.impl.store.access.heap.HeapClassInfo
-
- All Implemented Interfaces:
InstanceGetter
public class HeapClassInfo extends FormatableInstanceGetter
-
-
Field Summary
-
Fields inherited from class org.apache.derby.iapi.services.io.FormatableInstanceGetter
fmtId
-
-
Constructor Summary
Constructors Constructor Description HeapClassInfo()
-
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.
-
-