Schema
public
Owner
albenard
Descriptions
There is no description for function lockrow
Options
Option | Value |
---|---|
Returns |
integer |
Language |
sql |
Parameters |
text text text text |
Definition
CREATE OR REPLACE FUNCTION public.lockrow (
text,
text,
text,
text
)
RETURNS integer AS
$span$
SELECT LockRow($1, $2, $3, $4, now()::timestamp+'1:00');
$span$
LANGUAGE 'sql'
VOLATILE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 100;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 26/02/2014 11:51 |