Sets the value of a specified parameter to a supplied java.sql.
Syntax
[Android.Runtime.Register("setTimestamp", "(ILjava/sql/Timestamp;)V", "GetSetTimestamp_ILjava_sql_Timestamp_Handler:Java.Sql.IPreparedStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
void SetTimestamp (
int parameterIndex,
Timestamp theTimestamp)
Parameters
- parameterIndex
- the parameter number index, where the first parameter has
index 1.
- theTimestamp
- the java.sql.Timestamp value to which the parameter at parameterIndex is set.
Exceptions
Remarks
Requirements
Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1