Vertx PostgreSQL Client 3.8.3.redhat-00001
-
public class Line
extends Object
Line data type in Postgres represented by the linear equation Ax + By + C = 0, where A and B are not both zero.
-
-
Constructor Summary
Constructors
Constructor and Description |
Line() |
Line(double a,
double b,
double c) |
Line(io.vertx.core.json.JsonObject json) |
-
-
Method Detail
-
getA
public double getA()
-
getB
public double getB()
-
getC
public double getC()
Vertx PostgreSQL Client 3.8.3.redhat-00001
Copyright © 2019 Eclipse. All rights reserved.