Uses of Class
com.workingdogs.village.Value

Uses of Value in com.workingdogs.village
 

Methods in com.workingdogs.village that return Value
 Value Record.getValue(int i)
          gets the value at index i
 Value Record.getValue(java.lang.String columnName)
          TODO: DOCUMENT ME!
 

Methods in com.workingdogs.village with parameters of type Value
 Record Record.setValue(int pos, Value value)
          sets the value at pos with a Value
 Record Record.setValue(java.lang.String columnName, Value value)
          sets the value at column name with a Value
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.