org.melati.poem.dbms
Class Oracle.OracleBooleanPoemType
java.lang.Object
org.melati.poem.BasePoemType<T>
org.melati.poem.AtomPoemType
org.melati.poem.BooleanPoemType
org.melati.poem.dbms.Oracle.OracleBooleanPoemType
- All Implemented Interfaces:
- Cloneable, PoemType, SQLPoemType, SQLType
- Enclosing class:
- Oracle
public static class Oracle.OracleBooleanPoemType
- extends BooleanPoemType
Translates an Oracle Boolean into a Poem BooleanPoemType
.
Methods inherited from class org.melati.poem.BasePoemType |
assertValidCooked, assertValidRaw, canRepresent, clone, cookedOfRaw, getLimitRaw, getLowRaw, getNullable, getRaw, possibleRaws, quotedRaw, rawOfCooked, rawOfString, saveColumnInfo, setRaw, setRawRange, sqlDefinition, sqlTypeCode, sqlTypeDefinition, stringOfCooked, stringOfRaw, toString, withNullable |
Oracle.OracleBooleanPoemType
public Oracle.OracleBooleanPoemType(boolean nullable)
- Constructor.
- Parameters:
nullable
- nullability
_getRaw
protected Object _getRaw(ResultSet rs,
int col)
throws SQLException
- Overrides:
_getRaw
in class BooleanPoemType
- Throws:
SQLException
_setRaw
protected void _setRaw(PreparedStatement ps,
int col,
Object bool)
throws SQLException
- Overrides:
_setRaw
in class BooleanPoemType
- Throws:
SQLException
Copyright © 2000-2010 PanEris. All Rights Reserved.