Difference between revisions of "Public.qrtz locks (table)"

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.qrtz_locks |- |} {| border="1" cellpadding="5" cellspacing="0" style=...)
 
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
 
| '''Table
 
| '''Table
 
| public.qrtz_locks
 
| public.qrtz_locks
|-
 
 
|}
 
|}
  
 
+
=== Columns ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 15: Line 14:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
+
 
+
|- valign="top"
|-
 
 
| lock_name
 
| lock_name
 +
| varchar(40)
 +
| not null
 
|  
 
|  
| not null
 
 
|  
 
|  
 +
|}
 +
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|- valign="top"
 
| pk_qrtz_locks
 
| pk_qrtz_locks
|  
+
| lock_name
 
|}
 
|}

Latest revision as of 00:39, 25 June 2010

wikibot[edit]

Table public.qrtz_locks

Columns[edit]

Column Data Type Nullable Default Description
lock_name varchar(40) not null

Primary Key[edit]

Primary Key Columns
pk_qrtz_locks lock_name