หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Sets the number of seconds the driver will wait for a SQLServerStatement object to run to the given number of seconds.
Syntax
public final void setQueryTimeout(int seconds)
Parameters
seconds
An int that indicates the number of seconds to wait, or 0 if there is no limit.
Exceptions
Remarks
This setQueryTimeout method is specified by the setQueryTimeout method in the java.sql.Statement interface.