db4o

StoredClass.getStoredFields Method 

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[];

Remarks

returns all stored fields of this stored class.

See Also

StoredClass Interface | com.db4o.ext Namespace