Method
GomCommandBuilderbuild_insert
Declaration [src]
GomCommand*
gom_command_builder_build_insert (
GomCommandBuilder* builder,
GomResource* resource
)
Description [src]
Builds a new GomCommand
that will insert the parameters of the resource
into the underlying database.
Parameters
resource
-
Type:
GomResource
A
GomResource
.The data is owned by the caller of the method.
Return value
Type: GomCommand
A GomCommand
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |