类 InternalDate
- java.lang.Object
-
- com.mysql.cj.protocol.InternalDate
-
- 直接已知子类:
InternalTimestamp
public class InternalDate extends Object
-
-
构造器概要
构造器 构造器 说明 InternalDate()Constructs a zero date.InternalDate(int year, int month, int day)
-
-
-
方法详细资料
-
from
public static InternalDate from(java.time.LocalDate x)
-
from
public static InternalDate from(Calendar x)
-
getYear
public int getYear()
-
setYear
public void setYear(int year)
-
getMonth
public int getMonth()
-
setMonth
public void setMonth(int month)
-
getDay
public int getDay()
-
setDay
public void setDay(int day)
-
isZero
public boolean isZero()
-
-