Expand description
Box: spaces
CRUD operations in Tarantool are implemented by the box.space submodule. It has the data-manipulation functions select, insert, replace, update, upsert, delete, get, put.
See also:
Structs§
- Builder
- Field
- Func
Metadata - Metadata
- Space metadata. Represents a tuple of a system
_space
space. - Privilege
- Space
- Space
Create Options - Options for new space, used by Space::create. (for details see Options for box.schema.space.create).
- Update
Ops - A builder-style helper struct for
Space::update
,Space::upsert
,Index::update
,Index::upsert
methods.
Enums§
- Field
Type - Type of a field in the space format definition.
- IsNullable
- An enum specifying whether or not the given space field can be null.
- Space
Engine Type - Type of engine, used by space.
- Space
Type - Possible values for the
SpaceCreateOptions::space_type
field. - System
Space - Provides access to system spaces
Constants§
- SPACE_
ID_ MAX - Maximum possible space id.
- SYSTEM_
ID_ MAX - End of the reserved range of system spaces.
Functions§
- clear_
cache - Clear the space and index cache so that the next call to
Space::find_cached
&Space::index_cached
will have to update the cache. - space_
id_ temporary_ min - Returns
None
if fully temporary spaces aren’t supported in the current tarantool executable.
Type Aliases§
- Space
Field Format Deprecated - Space
Field Type Deprecated - SpaceId