Uses of Class
com.tableau.hyperapi.Inserter
Package
Description
This is the public Tableau Hyper API documentation version 0.0.21200
-
Uses of Inserter in com.tableau.hyperapi
Modifier and TypeMethodDescriptionInserter.add
(boolean value) Sets the current field to the given boolean value.Inserter.add
(byte[] value) Sets the current field to the given byte array value.Inserter.add
(byte[] value, int offset, int length) Sets the current field to the given value.Inserter.add
(double value) Sets the current field to the given double value.Inserter.add
(float value) Sets the current field to the given float value.Inserter.add
(int value) Sets the current field to the given int value.Inserter.add
(long value) Sets the current field to the given long value.Inserter.add
(short value) Sets the current field to the given short value.Sets the current INTERVAL field to the given value.Sets the current field to the given String value.Inserter.add
(BigDecimal value) Sets the current field to the given BigDecimal value.Sets the current TIMESTAMP or TIMESTAMPTZ field to the given Instant value.Sets the current DATE field to the given LocalDate value.Inserter.add
(LocalDateTime value) Sets the current TIMESTAMP field to the given value.Sets the current TIME field to the given value.Inserter.add
(OffsetDateTime value) Sets the current TIMESTAMPTZ field to the given value.Inserter.add
(ZonedDateTime value) Sets the current TIMESTAMPTZ field to the given value.Sets the current TIMESTAMP or TIMESTAMPTZ field to the given java.util.Date value.Inserter.addDate
(int year, int month, int day) Sets the current DATE field to the given value.Inserter.addInterval
(int years, int months, int days, int hours, int minutes, int seconds, int microseconds) Sets the current INTERVAL field to the given value.Inserter.addNull()
Sets the current field to null.Inserter.addTime
(int hour, int minute, int second) Sets the current TIME field to the given value.Inserter.addTime
(int hour, int minute, int second, int microsecond) Sets the current TIME field to the given value.Inserter.addTimestamp
(int year, int month, int day, int hour, int minute, int second, int microsecond) Sets the current TIMESTAMP or TIMESTAMPTZ field to the given value.Inserter.endRow()
Advances the inserter to the next row.