Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Returns an int value that indicates the number of milliseconds that the database will wait before reporting a lock time out.
Syntax
public int getLockTimeout()
Return Value
An int value that contains the number of milliseconds that the database will wait.
Remarks
The lock time out is the number of milliseconds to wait before the database reports a lock time out. The default value of -1 means that it will wait indefinitely. If specified, this value will be the default for all statements on the connection.
Note
A value of 0 means no wait. If the lockTimeout property is not set, the getLockTimeout method returns the default value of -1.