Klasse ValueSetter
java.lang.Object
io.github.sebasbaumh.postgis.binary.ValueSetter
- Bekannte direkte Unterklassen:
BinaryValueSetter
,StringValueSetter
A base class for value setters.
- Autor:
- Sebastian Baumhekel
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
ValueSetter
public ValueSetter()Constructs an instance.
-
-
Methodendetails
-
setByte
public abstract void setByte(byte b) Sets a byte.- Parameter:
b
- byte value to set with
-
setDouble
public void setDouble(double data) Writes a double.- Parameter:
data
- double value to be set with
-
setInt
public void setInt(int value) Sets a 32-Bit integer- Parameter:
value
- int value to be set with
-
setLong
public void setLong(long value) Sets a long value. This is not needed directly, but as a nice side-effect from setDouble.- Parameter:
value
- value value to be set with
-