MySQL Connector/J Reference
v8.0.32
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected int |
day |
protected int |
month |
protected int |
year |
-
Constructor Summary
Constructors
| Constructor and Description |
InternalDate()
Constructs a zero date.
|
InternalDate(int year,
int month,
int day) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
month
protected int month
-
Constructor Detail
-
InternalDate
public InternalDate()
Constructs a zero date.
-
Method Detail
-
getYear
public int getYear()
-
getMonth
public int getMonth()
-
getDay
public int getDay()
-
isZero
public boolean isZero()
MySQL Connector/J Reference
v8.0.32
Copyright © 2016, 2023, Oracle and/or its affiliates.