다음을 통해 공유


setTimestamp Method (java.lang.String, java.sql.Timestamp)

Sets the designated parameter to the given timestamp value.

public void setTimestamp(java.lang.String sCol,
                         java.sql.Timestamp t)

매개 변수

sCol

A String that contains the parameter name.

t

A Timestamp object.

예외

SQLServerException

주의

This setTimestamp method is specified by the setTimestamp method in the java.sql.CallableStatement interface.

참고

참조

SQLServerCallableStatement Class

개념

setTimestamp Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members