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ú.
Changes the holdability of SQLServerResultSet objects that are created by using this SQLServerSavepoint object to the given holdability.
Syntax
public void setHoldability(int nNewHold)
Parameters
nNewHold
An int value that contains one of the following holdability levels:
HOLD_CURSORS_OVER_COMMIT
CLOSE_CURSORS_AT_COMMIT
Exceptions
Remarks
This setHoldability method is specified by the setHoldability method in the java.sql.Connection interface.