returns all stored fields of this stored class.
[Visual Basic] Function getStoredFields() As StoredField() [C#] StoredField[] getStoredFields(); [C++] StoredField* getStoredFields() __gc[]; [JScript] function getStoredFields(): StoredField[];
returns all stored fields of this stored class.
StoredClass Interface | com.db4o.ext Namespace