Reference
- Overview
- Getting started
- How-to guides
- Concepts
- CRUD operations
- Cluster on Cartridge
- Administration
- Connectors
- Tarantool Enterprise Edition
- Reference
- Configuration reference
- Tooling
- SQL reference
- What Tarantool’s SQL product delivers
- SQL user guide
- SQL statements and clauses
- SQL PLUS LUA – Adding Tarantool/NoSQL to Tarantool/SQL
- SQL features
- E011, Numeric data types
- E021, Character string types
- E031, Identifiers
- E051, Basic query specification
- E061, Basic predicates and search conditions
- E071, Basic query expressions
- E081, Basic privileges
- E091, Set functions
- E101, Basic data manipulation
- E111, Single row SELECT statement
- E121, Basic cursor support
- E131, Null value support
- E141, Basic integrity constraints
- E151, Transaction support
- E152, Basic SET TRANSACTION statement
- E*, Other
- F021, Basic information schema
- F031, Basic schema manipulation
- F041, Basic joined table
- F051, Basic date and time
- F081, UNION and EXCEPT in views
- F131, Grouped operations
- F181, Multiple module support
- F201, CAST function
- F221, Explicit defaults
- F261, CASE expression
- F311, Schema definition statement
- F*, Other
- S011, Distinct types
- T321, Basic SQL-invoked routines
- T*, Other
- Built-in modules reference
- Rocks reference
- Tarantool Cartridge
- Module membership
- Module metrics
- Module luatest
- Overview
- Requirements
- Installation
- Usage
- Tests order
- List of luatest functions
- XFail
- Capturing output
- Tests repeating
- Parametrization
- Test helpers
- luacov integration
- Development
- Contributing
- License
- API
- Module luatest.helpers
- Class luatest.group
- Class luatest.http_response
- Class luatest.runner
- Class luatest.server
- Functions
- Server.build_listen_uri (server_alias[, extra_path])
- Server:assert_follows_upstream (server_id)
- Server:call (fn_name[, args[, options]])
- Server:connect_net_box ()
- Server:copy_datadir ()
- Server:drop ()
- Server:eval (code[, args[, options]])
- Server:exec (fn[, args[, options]])
- Usage:
- Server:get_box_cfg ()
- Server:get_downstream_vclock (server_id)
- Server:get_election_term ()
- Server:get_instance_id ()
- Server:get_instance_uuid ()
- Server:get_synchro_queue_term ()
- Server:get_vclock ()
- Server:grep_log (pattern[, bytes_num[, opts]])
- Server:http_request (method, path[, options])
- Server:make_socketdir ()
- Server:make_workdir ()
- Server:new ([object[, extra]])
- Server:play_wal_until_synchro_queue_is_busy ()
- Server:restart ([params[, opts]])
- Server:start ([opts])
- Server:stop ()
- Server:update_box_cfg (cfg)
- Server:wait_for_downstream_to (server)
- Server:wait_for_election_leader ()
- Server:wait_for_election_state (state)
- Server:wait_for_election_term (term)
- Server:wait_for_synchro_queue_term (term)
- Server:wait_for_vclock (vclock)
- Server:wait_for_vclock_of (other_server)
- Server:wait_until_election_leader_found ()
- Server:wait_until_ready ()
- Class luatest.replica_set
- Module vshard
- SQL DBMS Modules
- Other rocks
- C API reference
- Internals
- Limitations
- Tips on Lua syntax
- Contributing
- Releases