Home | History | Annotate | Download | only in sql

Lines Matching refs:Timestamp

35 import java.sql.Timestamp;
1659 * to a supplied {@code java.sql.Timestamp}, converting it to an SQL {@code
1660 * TIMESTAMP} value using the system default {@code Calendar}.
1670 * @see java.sql.Timestamp
1672 public void setTimestamp(int parameterIndex, Timestamp theTimestamp)
1677 * to a supplied {@code java.sql.Timestamp}, converting it to an SQL {@code
1678 * TIMESTAMP} value using a supplied {@code Calendar}.
1690 * @see java.sql.Timestamp
1692 public void setTimestamp(int parameterIndex, Timestamp theTimestamp,
1697 * supplied java.sql.Timestamp converting to an SQL TIMESTAMP value
1707 public void setTimestamp(String parameterName, Timestamp theTimestamp)
1712 * supplied java.sql.Timestamp converting to an SQL TIMESTAMP value using a
1724 public void setTimestamp(String parameterName, Timestamp theTimestamp,