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ú.
Sets the designated parameter to a null value, given the type of parameter to set.
Syntax
public void setNull(java.lang.String sCol,
int nType)
Parameters
sCol
A String that contains the parameter name.
nType
A JDBC type code that is defined by java.sql.Types.
Exceptions
Remarks
This setNull method is specified by the setNull method in the java.sql.CallableStatement interface.
See Also
setNull Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class