public class LockResult extends Object
Proc.databases(LockResult)
Modifier and Type | Field and Description |
---|---|
StringList |
read
List of databases to read lock.
|
boolean |
readAll
Flag if global read lock is required.
|
StringList |
write
List of databases to write lock.
|
boolean |
writeAll
Flag if global write lock is required.
|
Constructor and Description |
---|
LockResult() |
public final StringList read
public final StringList write
public boolean readAll
public boolean writeAll
Copyright © 2005–2015 BaseX Team. All rights reserved.