Searched refs:getTimestamp (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DCodeSigner.java95 public Timestamp getTimestamp() { method in class:CodeSigner
136 Timestamp thatTimestamp = that.getTimestamp();
H A DTimestamp.java88 public Date getTimestamp() { method in class:Timestamp
133 return (timestamp.equals(that.getTimestamp()) &&
/openjdk7/jdk/src/share/classes/java/sql/
H A DCallableStatement.java358 java.sql.Timestamp getTimestamp(int parameterIndex) method in interface:CallableStatement
571 java.sql.Timestamp getTimestamp(int parameterIndex, Calendar cal) method in interface:CallableStatement
1023 * @see #getTimestamp
1292 * @see #getTimestamp
1533 java.sql.Timestamp getTimestamp(String parameterName) throws SQLException; method in interface:CallableStatement
1742 java.sql.Timestamp getTimestamp(String parameterName, Calendar cal) method in interface:CallableStatement
H A DResultSet.java418 java.sql.Timestamp getTimestamp(int columnIndex) throws SQLException; method in interface:ResultSet
704 java.sql.Timestamp getTimestamp(String columnLabel) throws SQLException; method in interface:ResultSet
2714 java.sql.Timestamp getTimestamp(int columnIndex, Calendar cal) method in interface:ResultSet
2736 java.sql.Timestamp getTimestamp(String columnLabel, Calendar cal) method in interface:ResultSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java1224 public java.sql.Timestamp getTimestamp(int columnIndex) throws SQLException { method in class:JoinRowSetImpl
1225 return crsInternal.getTimestamp(columnIndex);
1503 public java.sql.Timestamp getTimestamp(String columnName) throws SQLException { method in class:JoinRowSetImpl
1504 return crsInternal.getTimestamp(columnName);
3683 public java.sql.Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException { method in class:JoinRowSetImpl
3684 return crsInternal.getTimestamp(columnIndex, cal);
3706 public java.sql.Timestamp getTimestamp(String columnName, Calendar cal) throws SQLException { method in class:JoinRowSetImpl
3707 return crsInternal.getTimestamp(columnName, cal);
H A DJdbcRowSetImpl.java1108 public java.sql.Timestamp getTimestamp(int columnIndex) throws SQLException { method in class:JdbcRowSetImpl
1111 return rs.getTimestamp(columnIndex);
1421 public java.sql.Timestamp getTimestamp(String columnName) throws SQLException { method in class:JdbcRowSetImpl
1422 return getTimestamp(findColumn(columnName));
3462 public java.sql.Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException { method in class:JdbcRowSetImpl
3465 return rs.getTimestamp(columnIndex, cal);
3486 public java.sql.Timestamp getTimestamp(String columnName, Calendar cal) throws SQLException { method in class:JdbcRowSetImpl
3487 return getTimestamp(findColumn(columnName), cal);
6116 * @see #getTimestamp
6828 * @see #getTimestamp
[all...]
H A DCachedRowSetImpl.java2244 public java.sql.Timestamp getTimestamp(int columnIndex) throws SQLException { method in class:CachedRowSetImpl
2720 public java.sql.Timestamp getTimestamp(String columnName) throws SQLException { method in class:CachedRowSetImpl
2721 return getTimestamp(getColIdxByName(columnName));
6174 public java.sql.Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException { method in class:CachedRowSetImpl
6234 public java.sql.Timestamp getTimestamp(String columnName, Calendar cal) throws SQLException { method in class:CachedRowSetImpl
6235 return getTimestamp(getColIdxByName(columnName), cal);
9183 * @see #getTimestamp
9907 * @see #getTimestamp
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java1363 public java.sql.Timestamp getTimestamp(int columnIndex) throws SQLException { method in class:SyncResolverImpl
1723 public java.sql.Timestamp getTimestamp(String columnName) throws SQLException { method in class:SyncResolverImpl
4043 public java.sql.Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException { method in class:SyncResolverImpl
4066 public java.sql.Timestamp getTimestamp(String columnName, Calendar cal) throws SQLException { method in class:SyncResolverImpl
H A DWebRowSetXmlWriter.java437 java.sql.Timestamp ts = caller.getTimestamp(idx);
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DSignatureFileVerifier.java488 signers.add(new CodeSigner(certChain, getTimestamp(info)));
523 private Timestamp getTimestamp(SignerInfo info) method in class:SignatureFileVerifier
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DJarSigner.java943 Object[] source = { timestamp.getTimestamp() };
1492 Timestamp ts = signer.getTimestamp();
1496 timestamp = ts.getTimestamp();
H A DKeyTool.java2300 Timestamp ts = signer.getTimestamp();

Completed in 214 milliseconds