Modifier and Type | Method and Description |
---|---|
Timestamp |
JDBCResultSet.getTimestamp(int columnIndex)
Retrieves the value of the designated column in the current row
of this
ResultSet object as
a java.sql.Timestamp object in the Java programming language. |
Timestamp |
JDBCCallableStatement.getTimestamp(int parameterIndex)
Retrieves the value of the designated JDBC
TIMESTAMP
parameter as a java.sql.Timestamp object. |
Timestamp |
JDBCResultSet.getTimestamp(int columnIndex,
java.util.Calendar cal)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a java.sql.Timestamp object
in the Java programming language. |
Timestamp |
JDBCCallableStatement.getTimestamp(int parameterIndex,
java.util.Calendar cal)
Retrieves the value of the designated JDBC
TIMESTAMP parameter as a
java.sql.Timestamp object, using
the given Calendar object to construct
the Timestamp object. |
Timestamp |
JDBCResultSet.getTimestamp(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row
of this
ResultSet object as
a java.sql.Timestamp object in the Java programming language. |
Timestamp |
JDBCCallableStatement.getTimestamp(java.lang.String parameterName)
Retrieves the value of a JDBC
TIMESTAMP parameter as a
java.sql.Timestamp object. |
Timestamp |
JDBCResultSet.getTimestamp(java.lang.String columnLabel,
java.util.Calendar cal)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a java.sql.Timestamp object
in the Java programming language. |
Timestamp |
JDBCCallableStatement.getTimestamp(java.lang.String parameterName,
java.util.Calendar cal)
Retrieves the value of a JDBC
TIMESTAMP parameter as a
java.sql.Timestamp object, using
the given Calendar object to construct
the Timestamp object. |
Modifier and Type | Method and Description |
---|---|
void |
JDBCPreparedStatement.setTimestamp(int parameterIndex,
Timestamp x)
Sets the designated parameter to the given
java.sql.Timestamp value. |
void |
JDBCPreparedStatement.setTimestamp(int parameterIndex,
Timestamp x,
java.util.Calendar cal)
Sets the designated parameter to the given
java.sql.Timestamp value,
using the given Calendar object. |
void |
JDBCCallableStatement.setTimestamp(java.lang.String parameterName,
Timestamp x)
Sets the designated parameter to the given
java.sql.Timestamp value. |
void |
JDBCCallableStatement.setTimestamp(java.lang.String parameterName,
Timestamp x,
java.util.Calendar cal)
Sets the designated parameter to the given
java.sql.Timestamp value,
using the given Calendar object. |
void |
JDBCResultSet.updateTimestamp(int columnIndex,
Timestamp x)
Updates the designated column with a
java.sql.Timestamp
value. |
void |
JDBCResultSet.updateTimestamp(java.lang.String columnLabel,
Timestamp x)
Updates the designated column with a
java.sql.Timestamp
value. |
Modifier and Type | Method and Description |
---|---|
Timestamp |
DateTimeColumnImpl.get(int index) |
Timestamp |
DateTimeColumnWrapper.get(int index) |
Timestamp |
DateTimeColumn.get(int index) |
Modifier and Type | Method and Description |
---|---|
void |
DateTimeColumnImpl.append(Timestamp t) |
void |
DateTimeColumnWrapper.append(Timestamp t) |
void |
DateTimeColumn.append(Timestamp t) |
void |
DateTimeColumnImpl.assignWithValue(Timestamp t) |
void |
DateTimeColumnWrapper.assignWithValue(Timestamp t) |
void |
DateTimeColumn.assignWithValue(Timestamp t) |
void |
DateTimeColumnImpl.fillWithValue(Timestamp t,
int size) |
void |
DateTimeColumnWrapper.fillWithValue(Timestamp t,
int size) |
void |
DateTimeColumn.fillWithValue(Timestamp t,
int size) |
void |
DateTimeColumnImpl.set(int index,
Timestamp t) |
void |
DateTimeColumnWrapper.set(int index,
Timestamp t) |
void |
DateTimeColumn.set(int index,
Timestamp t) |
Modifier and Type | Method and Description |
---|---|
Timestamp |
Formatter.SqlTimestampFormatter.doParse(java.lang.String value) |
Timestamp |
Formatter.SqlTimestampFormatter.doParseFromLong(long value) |
Modifier and Type | Method and Description |
---|---|
Timestamp |
JsonDateTimeSerializers.DefaultSqlTimestampDeserializer.deserialize(JsonParser jp,
DeserializationContext ctxt) |
Timestamp |
JsonDateTimeSerializers.SqlTimestampDeserializer.deserialize(JsonParser jp,
DeserializationContext ctxt) |
Timestamp |
JsonDateTimeSerializers.OldFabricStyleSqlTimestampDeserializer.deserialize(JsonParser jp,
DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
void |
JsonDateTimeSerializers.DefaultSqlTimestampSerializer.serialize(Timestamp value,
JsonGenerator jgen,
SerializerProvider provider) |
void |
JsonDateTimeSerializers.SqlTimestampSerializer.serialize(Timestamp value,
JsonGenerator jgen,
SerializerProvider provider) |
void |
JsonDateTimeSerializers.OldFabricStyleSqlTimestampSerializer.serialize(Timestamp value,
JsonGenerator jgen,
SerializerProvider provider) |
void |
JsonDateTimeSerializers.OldFabricStyleSqlTimestampSerializer.serializeWithType(Timestamp value,
JsonGenerator jgen,
SerializerProvider provider,
TypeSerializer typeSer) |
Modifier and Type | Method and Description |
---|---|
Timestamp |
DatabaseCallableConnectionStatement.getTimestamp(int parameterIndex) |
Timestamp |
DatabaseCallableConnectionStatement.getTimestamp(int parameterIndex,
java.util.Calendar cal) |
Timestamp |
DatabaseCallableConnectionStatement.getTimestamp(java.lang.String parameterName) |
Timestamp |
DatabaseCallableConnectionStatement.getTimestamp(java.lang.String parameterName,
java.util.Calendar cal) |
Modifier and Type | Method and Description |
---|---|
void |
DatabasePreparedConnectionStatement.setTimestamp(int parameterIndex,
Timestamp x) |
void |
DatabasePreparedConnectionStatement.setTimestamp(int parameterIndex,
Timestamp x,
java.util.Calendar cal) |
void |
DatabaseCallableConnectionStatement.setTimestamp(java.lang.String parameterName,
Timestamp x) |
void |
DatabaseCallableConnectionStatement.setTimestamp(java.lang.String parameterName,
Timestamp x,
java.util.Calendar cal) |
Modifier and Type | Method and Description |
---|---|
Timestamp |
LogEvent.getLogTimestamp()
Returns the log record timestamp in this event.
|
Modifier and Type | Method and Description |
---|---|
void |
LogEvent.setLogTimestamp(Timestamp logTimestamp)
Sets the log record timestamp.
|
Modifier and Type | Method and Description |
---|---|
Timestamp |
RowSet.getTimestamp(int columnIndex) |
Timestamp |
RowSet.getTimestamp(int columnIndex,
java.util.Calendar cal) |
Timestamp |
RowSet.getTimestamp(java.lang.String columnName) |
Timestamp |
RowSet.getTimestamp(java.lang.String columnName,
java.util.Calendar cal) |
Modifier and Type | Method and Description |
---|---|
void |
RowSet.updateTimestamp(int columnIndex,
Timestamp x) |
void |
RowSet.updateTimestamp(java.lang.String columnName,
Timestamp x) |
Modifier and Type | Method and Description |
---|---|
Timestamp |
SwaggerTypeResolver.SwaggerJsonSqlTimestampDeserializer.deserialize(JsonParser jp,
DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
Timestamp |
TimestampResolverUtils.TimestampFragmentParser.parse(java.lang.String s) |
Timestamp |
TimestampResolverUtils.TimestampFragmentParserRegexp.parse(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
Timestamp |
ResultSet.getTimestamp(int columnIndex)
Retrieves the value of the designated column in the current row
of this
ResultSet object as
a java.sql.Timestamp object in the Java programming language. |
Timestamp |
CallableStatement.getTimestamp(int parameterIndex)
Retrieves the value of the designated JDBC
TIMESTAMP parameter as a
java.sql.Timestamp object. |
Timestamp |
ResultSet.getTimestamp(int columnIndex,
java.util.Calendar cal)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a java.sql.Timestamp object
in the Java programming language. |
Timestamp |
CallableStatement.getTimestamp(int parameterIndex,
java.util.Calendar cal)
Retrieves the value of the designated JDBC
TIMESTAMP parameter as a
java.sql.Timestamp object, using
the given Calendar object to construct
the Timestamp object. |
Timestamp |
ResultSet.getTimestamp(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row
of this
ResultSet object as
a java.sql.Timestamp object in the Java programming language. |
Timestamp |
CallableStatement.getTimestamp(java.lang.String parameterName)
Retrieves the value of a JDBC
TIMESTAMP parameter as a
java.sql.Timestamp object. |
Timestamp |
ResultSet.getTimestamp(java.lang.String columnLabel,
java.util.Calendar cal)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a java.sql.Timestamp object
in the Java programming language. |
Timestamp |
CallableStatement.getTimestamp(java.lang.String parameterName,
java.util.Calendar cal)
Retrieves the value of a JDBC
TIMESTAMP parameter as a
java.sql.Timestamp object, using
the given Calendar object to construct
the Timestamp object. |
Timestamp |
SQLInput.readTimestamp()
Reads the next attribute in the stream and returns it as a
java.sql.Timestamp object. |
static Timestamp |
Timestamp.valueOf(java.lang.String s)
Converts a
String object in JDBC timestamp escape format to a
Timestamp value. |
Modifier and Type | Method and Description |
---|---|
boolean |
Timestamp.after(Timestamp ts)
Indicates whether this
Timestamp object is
later than the given Timestamp object. |
boolean |
Timestamp.before(Timestamp ts)
Indicates whether this
Timestamp object is
earlier than the given Timestamp object. |
int |
Timestamp.compareTo(Timestamp ts)
Compares this
Timestamp object to the given
Timestamp object. |
boolean |
Timestamp.equals(Timestamp ts)
Tests to see if this
Timestamp object is
equal to the given Timestamp object. |
void |
PreparedStatement.setTimestamp(int parameterIndex,
Timestamp x)
Sets the designated parameter to the given
java.sql.Timestamp value. |
void |
PreparedStatement.setTimestamp(int parameterIndex,
Timestamp x,
java.util.Calendar cal)
Sets the designated parameter to the given
java.sql.Timestamp value,
using the given Calendar object. |
void |
CallableStatement.setTimestamp(java.lang.String parameterName,
Timestamp x)
Sets the designated parameter to the given
java.sql.Timestamp value. |
void |
CallableStatement.setTimestamp(java.lang.String parameterName,
Timestamp x,
java.util.Calendar cal)
Sets the designated parameter to the given
java.sql.Timestamp value,
using the given Calendar object. |
void |
ResultSet.updateTimestamp(int columnIndex,
Timestamp x)
Updates the designated column with a
java.sql.Timestamp
value. |
void |
ResultSet.updateTimestamp(java.lang.String columnLabel,
Timestamp x)
Updates the designated column with a
java.sql.Timestamp
value. |
void |
SQLOutput.writeTimestamp(Timestamp x)
Writes the next attribute to the stream as a java.sql.Timestamp object.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.