proto/cosmos/orm/v1/export library
Classes
- Orm
- PrimaryKeyDescriptor
- PrimaryKeyDescriptor describes a table primary key.
- SecondaryIndexDescriptor
- PrimaryKeyDescriptor describes a table secondary index.
- SingletonDescriptor
- TableDescriptor describes an ORM singleton table which has at most one instance.
- TableDescriptor
- TableDescriptor describes an ORM table.
Constants
-
PrimaryKeyDescriptor$json
→ const Map<
String, Object> -
SecondaryIndexDescriptor$json
→ const Map<
String, Object> -
SingletonDescriptor$json
→ const Map<
String, Object> -
TableDescriptor$json
→ const Map<
String, Object>
Properties
- primaryKeyDescriptorDescriptor → Uint8List
-
Descriptor for
PrimaryKeyDescriptor
. Decode as agoogle.protobuf.DescriptorProto
.final - secondaryIndexDescriptorDescriptor → Uint8List
-
Descriptor for
SecondaryIndexDescriptor
. Decode as agoogle.protobuf.DescriptorProto
.final - singletonDescriptorDescriptor → Uint8List
-
Descriptor for
SingletonDescriptor
. Decode as agoogle.protobuf.DescriptorProto
.final - tableDescriptorDescriptor → Uint8List
-
Descriptor for
TableDescriptor
. Decode as agoogle.protobuf.DescriptorProto
.final