Modifier and Type | Method and Description |
---|---|
Time |
JDBCResultSet.getTime(int columnIndex)
Retrieves the value of the designated column in the current row
of this
ResultSet object as
a java.sql.Time object in the Java programming language. |
Time |
JDBCCallableStatement.getTime(int parameterIndex)
Retrieves the value of the designated JDBC
TIME parameter as a
java.sql.Time object. |
Time |
JDBCResultSet.getTime(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.Time
object in the Java programming language. |
Time |
JDBCCallableStatement.getTime(int parameterIndex,
java.util.Calendar cal)
Retrieves the value of the designated JDBC
TIME parameter as a
java.sql.Time object, using
the given Calendar object
to construct the time. |
Time |
JDBCResultSet.getTime(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row
of this
ResultSet object as
a java.sql.Time object in the Java programming language. |
Time |
JDBCCallableStatement.getTime(java.lang.String parameterName)
Retrieves the value of a JDBC
TIME parameter as a
java.sql.Time object. |
Time |
JDBCResultSet.getTime(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.Time object
in the Java programming language. |
Time |
JDBCCallableStatement.getTime(java.lang.String parameterName,
java.util.Calendar cal)
Retrieves the value of a JDBC
TIME parameter as a
java.sql.Time object, using
the given Calendar object
to construct the time. |
Modifier and Type | Method and Description |
---|---|
void |
JDBCPreparedStatement.setTime(int parameterIndex,
Time x)
Sets the designated parameter to the given
java.sql.Time value. |
void |
JDBCPreparedStatement.setTime(int parameterIndex,
Time x,
java.util.Calendar cal)
Sets the designated parameter to the given
java.sql.Time value,
using the given Calendar object. |
void |
JDBCCallableStatement.setTime(java.lang.String parameterName,
Time x)
Sets the designated parameter to the given
java.sql.Time value. |
void |
JDBCCallableStatement.setTime(java.lang.String parameterName,
Time x,
java.util.Calendar cal)
Sets the designated parameter to the given
java.sql.Time value,
using the given Calendar object. |
void |
JDBCResultSet.updateTime(int columnIndex,
Time x)
Updates the designated column with a
java.sql.Time value. |
void |
JDBCResultSet.updateTime(java.lang.String columnLabel,
Time x)
Updates the designated column with a
java.sql.Time value. |
Modifier and Type | Method and Description |
---|---|
Time |
TimeColumnWrapper.get(int index) |
Time |
TimeColumnImpl.get(int index) |
Time |
TimeColumn.get(int index) |
Modifier and Type | Method and Description |
---|---|
void |
TimeColumnWrapper.append(Time t) |
void |
TimeColumnImpl.append(Time t) |
void |
TimeColumn.append(Time t) |
void |
TimeColumnWrapper.assignWithValue(Time t) |
void |
TimeColumnImpl.assignWithValue(Time t) |
void |
TimeColumn.assignWithValue(Time t) |
void |
TimeColumnWrapper.fillWithValue(Time t,
int size) |
void |
TimeColumnImpl.fillWithValue(Time t,
int size) |
void |
TimeColumn.fillWithValue(Time t,
int size) |
void |
TimeColumnWrapper.set(int index,
Time t) |
void |
TimeColumnImpl.set(int index,
Time t) |
void |
TimeColumn.set(int index,
Time t) |
Modifier and Type | Method and Description |
---|---|
Time |
Formatter.SqlTimeFormatter.doParse(java.lang.String value) |
Time |
Formatter.SqlTimeFormatter.doParseFromLong(long value) |
Modifier and Type | Method and Description |
---|---|
Time |
JsonDateTimeSerializers.DefaultSqlTimeDeserializer.deserialize(JsonParser jp,
DeserializationContext ctxt) |
Time |
JsonDateTimeSerializers.SqlTimeDeserializer.deserialize(JsonParser jp,
DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
void |
JsonDateTimeSerializers.DefaultSqlTimeSerializer.serialize(Time value,
JsonGenerator jgen,
SerializerProvider provider) |
void |
JsonDateTimeSerializers.SqlTimeSerializer.serialize(Time value,
JsonGenerator jgen,
SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
Time |
DatabaseCallableConnectionStatement.getTime(int parameterIndex) |
Time |
DatabaseCallableConnectionStatement.getTime(int parameterIndex,
java.util.Calendar cal) |
Time |
DatabaseCallableConnectionStatement.getTime(java.lang.String parameterName) |
Time |
DatabaseCallableConnectionStatement.getTime(java.lang.String parameterName,
java.util.Calendar cal) |
Modifier and Type | Method and Description |
---|---|
void |
DatabasePreparedConnectionStatement.setTime(int parameterIndex,
Time x) |
void |
DatabasePreparedConnectionStatement.setTime(int parameterIndex,
Time x,
java.util.Calendar cal) |
void |
DatabaseCallableConnectionStatement.setTime(java.lang.String parameterName,
Time x) |
void |
DatabaseCallableConnectionStatement.setTime(java.lang.String parameterName,
Time x,
java.util.Calendar cal) |
Modifier and Type | Method and Description |
---|---|
Time |
RowSet.getTime(int columnIndex) |
Time |
RowSet.getTime(int columnIndex,
java.util.Calendar cal) |
Time |
RowSet.getTime(java.lang.String columnName) |
Time |
RowSet.getTime(java.lang.String columnName,
java.util.Calendar cal) |
Modifier and Type | Method and Description |
---|---|
void |
RowSet.updateTime(int columnIndex,
Time x) |
void |
RowSet.updateTime(java.lang.String columnName,
Time x) |
Modifier and Type | Method and Description |
---|---|
Time |
SwaggerTypeResolver.SwaggerJsonSqlTimeDeserializer.deserialize(JsonParser jp,
DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
void |
SwaggerTypeResolver.SwaggerJsonSqlTimeSerializer.serialize(Time value,
JsonGenerator jgen,
SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
Time |
ResultSet.getTime(int columnIndex)
Retrieves the value of the designated column in the current row
of this
ResultSet object as
a java.sql.Time object in the Java programming language. |
Time |
CallableStatement.getTime(int parameterIndex)
Retrieves the value of the designated JDBC
TIME parameter as a
java.sql.Time object. |
Time |
ResultSet.getTime(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.Time object
in the Java programming language. |
Time |
CallableStatement.getTime(int parameterIndex,
java.util.Calendar cal)
Retrieves the value of the designated JDBC
TIME parameter as a
java.sql.Time object, using
the given Calendar object
to construct the time. |
Time |
ResultSet.getTime(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row
of this
ResultSet object as
a java.sql.Time object in the Java programming language. |
Time |
CallableStatement.getTime(java.lang.String parameterName)
Retrieves the value of a JDBC
TIME parameter as a
java.sql.Time object. |
Time |
ResultSet.getTime(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.Time object
in the Java programming language. |
Time |
CallableStatement.getTime(java.lang.String parameterName,
java.util.Calendar cal)
Retrieves the value of a JDBC
TIME parameter as a
java.sql.Time object, using
the given Calendar object
to construct the time. |
Time |
SQLInput.readTime()
Reads the next attribute in the stream and returns it as a
java.sql.Time object. |
static Time |
Time.valueOf(java.lang.String s)
Converts a string in JDBC time escape format to a
Time value. |
Modifier and Type | Method and Description |
---|---|
void |
PreparedStatement.setTime(int parameterIndex,
Time x)
Sets the designated parameter to the given
java.sql.Time value. |
void |
PreparedStatement.setTime(int parameterIndex,
Time x,
java.util.Calendar cal)
Sets the designated parameter to the given
java.sql.Time value,
using the given Calendar object. |
void |
CallableStatement.setTime(java.lang.String parameterName,
Time x)
Sets the designated parameter to the given
java.sql.Time value. |
void |
CallableStatement.setTime(java.lang.String parameterName,
Time x,
java.util.Calendar cal)
Sets the designated parameter to the given
java.sql.Time value,
using the given Calendar object. |
void |
ResultSet.updateTime(int columnIndex,
Time x)
Updates the designated column with a
java.sql.Time value. |
void |
ResultSet.updateTime(java.lang.String columnLabel,
Time x)
Updates the designated column with a
java.sql.Time value. |
void |
SQLOutput.writeTime(Time x)
Writes the next attribute to the stream as a java.sql.Time object.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.