Package org.mariadb.jdbc.type
Class Point
- java.lang.Object
-
- org.mariadb.jdbc.type.Point
-
-
Constructor Summary
Constructors Constructor Description Point(double x, double y)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)doublegetX()Get abscissadoublegetY()get ordinateinthashCode()StringtoString()
-