cfxdb.meta.attribute¶
Classes¶
Generic meta-data attributes that can be stored on objects in tables. |
|
Generic meta-data attributes that can be stored on objects in tables. Primary key of this table is |
|
Expand methods on the class code generated by flatc. |
Module Contents¶
- class Attribute(from_fbs=None)[source]¶
Bases:
objectGeneric meta-data attributes that can be stored on objects in tables.
- property modified: numpy.datetime64[source]¶
Timestamp when the attribute was last modified (or first created).
- class Attributes(slot=None, compress=None, build=None, cast=None)[source]¶
Bases:
zlmdb.MapUuidUuidStringFlatBuffersGeneric meta-data attributes that can be stored on objects in tables. Primary key of this table is
(table_oid, object_oid, attribute).Map
zlmdb.MapUuidUuidStringFlatBuffersfrom(table_oid, object_oid, attribute)tocfxdb.meta.Attribute
- class _AttributeGen[source]¶
Bases:
cfxdb.gen.meta.Attribute.AttributeExpand methods on the class code generated by flatc.
FIXME: come up with a PR for flatc to generated this stuff automatically.