org.melati.poem.dbms
Class Oracle.OracleStringPoemType
java.lang.Object
org.melati.poem.BasePoemType<T>
org.melati.poem.AtomPoemType
org.melati.poem.SizedAtomPoemType
org.melati.poem.StringPoemType
org.melati.poem.dbms.Oracle.OracleStringPoemType
- All Implemented Interfaces:
- Cloneable, PoemType, SQLPoemType, SQLType
- Enclosing class:
- Oracle
public static class Oracle.OracleStringPoemType
- extends StringPoemType
Translates a Oracle String into a Poem StringPoemType
.
Methods inherited from class org.melati.poem.BasePoemType |
_possibleRaws, assertValidCooked, assertValidRaw, clone, cookedOfRaw, getLimitRaw, getLowRaw, getNullable, getRaw, possibleRaws, quotedRaw, rawOfCooked, rawOfString, saveColumnInfo, setRaw, setRawRange, sqlDefinition, sqlTypeCode, sqlTypeDefinition, stringOfCooked, stringOfRaw, withNullable |
Oracle.OracleStringPoemType
public Oracle.OracleStringPoemType(boolean nullable,
int size)
- Constructor.
- Parameters:
nullable
- nullabilitysize
- size
_canRepresent
protected boolean _canRepresent(SQLPoemType other)
- Description copied from class:
StringPoemType
-
- Overrides:
_canRepresent
in class StringPoemType
- See Also:
BasePoemType._canRepresent(org.melati.poem.SQLPoemType)
canRepresent
public PoemType canRepresent(PoemType other)
- Return a PoemType which can can represent another,
or null.
- Specified by:
canRepresent
in interface PoemType
- Overrides:
canRepresent
in class BasePoemType
- Parameters:
other
- the other type to check
- Returns:
- the other or null
- See Also:
BasePoemType.canRepresent(PoemType)
Copyright © 2000-2010 PanEris. All Rights Reserved.