Object-oriented wrapper for accessing a particular space. Encapsulates the identifier of the space and provides more convenient syntax for database operations.
Create Space instance.
Parameters: |
|
---|
Execute CALL request. Call stored Lua function.
Parameters: |
|
---|---|
Return type: | Response instance |
Delete records by its primary key.
Parameters: |
|
---|---|
Return type: | Response instance |
Insert single record into the space.
Parameters: |
|
---|---|
Return type: | Response instance |
Execute SELECT request. Select and retrieve data from the database.
Parameters: | |
---|---|
Return type: | Response instance |