|
jacquard 1.12.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.co.weft.dbutil.ColumnDescriptor
uk.co.weft.dbutil.BooleanColumnDescriptor
A descriptor for an boolean column
| Constructor Summary | |
BooleanColumnDescriptor(java.lang.String n)
Creates a new BooleanColumnDescriptor object. |
|
| Method Summary | |
protected java.lang.String |
format(Context c)
Format a boolean for sending to the database. |
protected java.lang.Object |
interpret(Context context,
java.sql.ResultSet results)
put into this context an interpretation of the value of my name in these results. |
| Methods inherited from class uk.co.weft.dbutil.ColumnDescriptor |
createColumnDescriptor, formatForInsert, formatForMatch, formatForMatch, formatForSelect, formatForUpdate, genKey, quoteValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BooleanColumnDescriptor(java.lang.String n)
n - my name| Method Detail |
protected java.lang.String format(Context c)
throws DataFormatException
format in class ColumnDescriptorDataFormatException
protected java.lang.Object interpret(Context context,
java.sql.ResultSet results)
throws DataFormatException
interpret in class ColumnDescriptorDataFormatException
|
jacquard 1.12.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||