Method | Description |
public void <init>(
)
| Default constructor |
public void <init>(
boolean force
)
| Constructor with force parameter |
public void <init>(
org.w3c.dom.Element holder, boolean force
)
throws biz.hammurapi.config.ConfigurationException | Constructor from DOM element |
public void <init>(
org.w3c.dom.Element holder, java.util.Properties pathMap, boolean force
)
throws biz.hammurapi.config.ConfigurationException | Constructor from DOM element |
public void <init>(
java.sql.ResultSet rs
)
throws java.sql.SQLException | Constructor from row |
public Object clone(
)
throws java.lang.CloneNotSupportedException | Deep clone - clones columns. |
public int getId(
)
| Accessor for ID |
public long getMeasurementTime(
)
| Accessor for MEASUREMENT_TIME |
public double getMeasurementValue(
)
| Accessor for MEASUREMENT_VALUE |
public int getSliceId(
)
| Accessor for SLICE_ID |
public static java.util.Collection project(
biz.hammurapi.sql.SQLProcessor processor, String sql, biz.hammurapi.sql.Parameterizer parameterizer
)
| Returns database backed collection with elements of type biz.hammurapi.metrics.persistent.MeasurementImpl |
public static java.util.Collection project(
biz.hammurapi.sql.SQLProcessor processor, String sql, biz.hammurapi.sql.Parameterizer parameterizer, java.util.Collection receiver
)
throws java.sql.SQLException | Populates receiver collection with elements of type biz.hammurapi.metrics.persistent.MeasurementImpl and returns it |
public void setId(
int Id
)
| Mutator for ID |
public void setMeasurementTime(
long MeasurementTime
)
| Mutator for MEASUREMENT_TIME |
public void setMeasurementValue(
double MeasurementValue
)
| Mutator for MEASUREMENT_VALUE |
public void setSliceId(
int SliceId
)
| Mutator for SLICE_ID |
Name | Type | Modifiers | Attributes |
_projector | biz.hammurapi.sql.Projector |
| |
Id | biz.hammurapi.sql.columns.IntColumn |
|
Name | Value |
column | yes |
database-name | ID |
java-type | int |
label | Id |
primary-key | yes |
|
MeasurementTime | biz.hammurapi.sql.columns.LongColumn |
|
Name | Value |
column | yes |
database-name | MEASUREMENT_TIME |
java-type | long |
label | Measurement time |
|
MeasurementValue | biz.hammurapi.sql.columns.DoubleColumn |
|
Name | Value |
column | yes |
database-name | MEASUREMENT_VALUE |
java-type | double |
label | Measurement value |
|
SliceId | biz.hammurapi.sql.columns.IntColumn |
|
Name | Value |
column | yes |
database-name | SLICE_ID |
java-type | int |
label | Slice id |
|