Definition at line 20 of file SqlDayToSecond.cs.
Deveel.Data.Sql.Objects.SqlDayToSecond.SqlDayToSecond |
( |
bool |
isNull | ) |
|
|
inlineprivate |
Deveel.Data.Sql.Objects.SqlDayToSecond.SqlDayToSecond |
( |
int |
hours, |
|
|
int |
minutes, |
|
|
int |
seconds |
|
) |
| |
|
inline |
Deveel.Data.Sql.Objects.SqlDayToSecond.SqlDayToSecond |
( |
int |
days, |
|
|
int |
hours, |
|
|
int |
minutes, |
|
|
int |
seconds |
|
) |
| |
|
inline |
Deveel.Data.Sql.Objects.SqlDayToSecond.SqlDayToSecond |
( |
int |
days, |
|
|
int |
hours, |
|
|
int |
minutes, |
|
|
int |
seconds, |
|
|
int |
milliseconds |
|
) |
| |
|
inline |
Definition at line 116 of file SqlDayToSecond.cs.
122 var ts =
new TimeSpan(interval.Days, interval.Hours, interval.Minutes, interval.Seconds, interval.Milliseconds);
123 var result =
value.Value.Add(ts);
124 return new SqlDayToSecond(result.Days, result.Hours, result.Minutes, result.Seconds, result.Milliseconds);
SqlDayToSecond(bool isNull)
void Deveel.Data.Sql.Objects.SqlDayToSecond.AssertNotNull |
( |
| ) |
|
|
inlineprivate |
int IComparable. Deveel.Data.Sql.Objects.SqlDayToSecond.CompareTo |
( |
object |
obj | ) |
|
|
inline |
Definition at line 42 of file SqlDayToSecond.cs.
int IComparable. CompareTo(object obj)
SqlDayToSecond(bool isNull)
Definition at line 46 of file SqlDayToSecond.cs.
int IComparable. CompareTo(object obj)
SqlDayToSecond(bool isNull)
int Deveel.Data.Sql.Objects.SqlDayToSecond.CompareTo |
( |
SqlDayToSecond |
other | ) |
|
|
inline |
bool Deveel.Data.Sql.Objects.SqlDayToSecond.Equals |
( |
SqlDayToSecond |
other | ) |
|
|
inline |
override bool Deveel.Data.Sql.Objects.SqlDayToSecond.Equals |
( |
object |
obj | ) |
|
|
inline |
Definition at line 149 of file SqlDayToSecond.cs.
bool Equals(SqlDayToSecond other)
SqlDayToSecond(bool isNull)
override int Deveel.Data.Sql.Objects.SqlDayToSecond.GetHashCode |
( |
| ) |
|
|
inline |
bool ISqlObject. Deveel.Data.Sql.Objects.SqlDayToSecond.IsComparableTo |
( |
ISqlObject |
other | ) |
|
|
inline |
Checks if the current object is comparable with the given one.
- Parameters
-
- Returns
- Returns
true
if the current object is comparable with the given one, false
otherwise.
Implements Deveel.Data.Sql.Objects.ISqlObject.
Definition at line 101 of file SqlDayToSecond.cs.
SqlDayToSecond(bool isNull)
Definition at line 127 of file SqlDayToSecond.cs.
133 var ts =
new TimeSpan(interval.Days, interval.Hours, interval.Minutes, interval.Seconds, interval.Milliseconds);
134 var result =
value.Value.Subtract(ts);
135 return new SqlDayToSecond(result.Days, result.Hours, result.Minutes, result.Seconds, result.Milliseconds);
SqlDayToSecond(bool isNull)
byte [] Deveel.Data.Sql.Objects.SqlDayToSecond.ToByArray |
( |
| ) |
|
|
inline |
readonly TimeSpan Deveel.Data.Sql.Objects.SqlDayToSecond.value |
|
private |
int Deveel.Data.Sql.Objects.SqlDayToSecond.Days |
|
get |
int Deveel.Data.Sql.Objects.SqlDayToSecond.Hours |
|
get |
bool Deveel.Data.Sql.Objects.SqlDayToSecond.IsNull |
|
get |
int Deveel.Data.Sql.Objects.SqlDayToSecond.Milliseconds |
|
get |
int Deveel.Data.Sql.Objects.SqlDayToSecond.Minutes |
|
get |
int Deveel.Data.Sql.Objects.SqlDayToSecond.Seconds |
|
get |
double Deveel.Data.Sql.Objects.SqlDayToSecond.TotalMilliseconds |
|
get |
The documentation for this struct was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql.Objects/SqlDayToSecond.cs