|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.aida.ref.sql.SQLTupleColumn
public class SQLTupleColumn
SQLTupleColumn
extends FTupleColumn
with SQL backend.
$Log: SQLTupleColumn.java,v $
Revision 1.8 2007/05/23 16:38:44 hrivnac
logical connections for Plotter; better UML
Revision 1.7 2005/09/02 14:10:31 hrivnac
moved to JAS3 0.8.2
Revision 1.6 2004/10/13 12:25:39 hrivnac
defaults work fine
Revision 1.5 2004/10/13 09:21:21 hrivnac
defaults used
Revision 1.4 2004/10/12 19:26:59 hrivnac
MySQL Connector 3.0.14
Revision 1.3 2004/05/22 15:12:59 hrivnac
class id reformated
Revision 1.2 2004/05/04 08:50:33 hrivnac
can run with JAS3
Revision 1.1 2004/05/03 19:22:30 hrivnac
basic support for JAS3
Field Summary | |
---|---|
private int |
_column
|
private SQLTuple |
_tuple
|
private static Logger |
log
Logging . |
Constructor Summary | |
---|---|
SQLTupleColumn(SQLTuple tuple,
int column)
Create with reference to SQLTuple . |
Method Summary | |
---|---|
void |
defaultValue(Value value)
Give the default value stored in the column. |
boolean |
hasDefaultValue()
Check if the columns have default values. |
double |
maximum()
Give the maximum value stored in the column. |
void |
maxValue(Value value)
Give the maximum value stored in the column. |
double |
mean()
Give the mean value stored in the column. |
void |
meanValue(Value value)
Give the mean value stored in the column. |
double |
minimum()
Give the minimum value stored in the column. |
void |
minValue(Value value)
Give the minimum value stored in the column. |
String |
name()
Give the name of che column. |
double |
rms()
Give the rms value stored in the column. |
void |
rmsValue(Value value)
Give the rms value stored in the column. |
Class |
type()
Give the type of the column. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private SQLTuple _tuple
private int _column
private static Logger log
Constructor Detail |
---|
public SQLTupleColumn(SQLTuple tuple, int column)
SQLTuple
.
tuple
- The SQLTuple
containing requested column.column
- The requested column number.Method Detail |
---|
public String name()
name
in interface IBaseTupleColumn
name
in interface FTupleColumn
public Class type()
type
in interface IBaseTupleColumn
type
in interface FTupleColumn
public double mean()
mean
in interface IBaseTupleColumn
public double rms()
rms
in interface IBaseTupleColumn
public double minimum()
minimum
in interface IBaseTupleColumn
public double maximum()
maximum
in interface IBaseTupleColumn
public void minValue(Value value)
minValue
in interface FTupleColumn
value
- The Value
object in which the minimum value is passed.public void maxValue(Value value)
maxValue
in interface FTupleColumn
value
- The Value
object in which the maximum value is passed.public void meanValue(Value value)
meanValue
in interface FTupleColumn
value
- The Value
object in which the mean value is passed.public void rmsValue(Value value)
rmsValue
in interface FTupleColumn
value
- The Value
object in which the rms value is passed.public void defaultValue(Value value)
defaultValue
in interface FTupleColumn
value
- The Value
object in which the default value is passed.public boolean hasDefaultValue()
hasDefaultValue
in interface FTupleColumn
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |