jas.statistics.db
Class Column

java.lang.Object
  extended by jas.statistics.db.Column
Direct Known Subclasses:
DoubleColumn, FloatColumn, IntColumn, LongColumn, StringColumn

public class Column
extends java.lang.Object

It represents a column of table in the database.

Title: JAS

Description: Java Agent-based Simulation library

Copyright (C) 2002 Michele Sonnessa

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.

Author:
Michele Sonnessa

Method Summary
 java.lang.String generateCreationStatement()
           
 java.lang.String getColumnName()
           
 java.lang.String getValue()
           
 void setColumnName(java.lang.String string)
           
 void setIdentity(boolean b)
           
 void setValue(java.lang.String string)
           
 java.lang.String toString()
           
 void updateColumn()
           
 void updateColumn(java.lang.Object from)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

generateCreationStatement

public java.lang.String generateCreationStatement()

getColumnName

public java.lang.String getColumnName()
Returns:

getValue

public java.lang.String getValue()

setColumnName

public void setColumnName(java.lang.String string)
Parameters:
string -

setIdentity

public void setIdentity(boolean b)
Parameters:
b -

setValue

public void setValue(java.lang.String string)
Parameters:
string -

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

updateColumn

public void updateColumn()

updateColumn

public void updateColumn(java.lang.Object from)