Class DBObjectColumn

java.lang.Object
ghidra.util.database.DBObjectColumn

public class DBObjectColumn extends Object
An opaque handle to the column backing an object field

Each should be declared as a static field of the same class whose field it describes, probably with package-only access. Each must also be annotated with DBAnnotatedColumn. For an example, see the documentation of DBAnnotatedObject. The annotated field receives its value the first time a store is created for the containing class. Until then, it is uninitialized.