MySQL Connector/J Reference
v9.4.0
-
-
Field Summary
Fields
| Modifier and Type |
Field |
Description |
protected int |
day |
|
protected int |
month |
|
protected int |
year |
|
-
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
v9.4.0
Copyright © 2016, 2025, Oracle and/or its affiliates.