Documentation for this section has not yet been entered.
Type Reason Java.Sql.SQLException if an error occurs accessing the database. Java.Sql.SQLException if an error occurs accessing the database or if seconds 0.
Get method documentation [Android Documentation]
Gets the timeout value for the statement's execution time. The JDBC
driver will wait up to this value for the execution to complete - after
the limit is exceeded an SQL Exception is thrown.
Set method documentation [Android Documentation]
Sets the timeout, in seconds, for queries - how long the driver will
allow for completion of a statement execution. If the timeout is
exceeded, the query will throw an SQLException.