org.melati.poem.dbms
Class Oracle.OracleStringPoemType
java.lang.Object
   org.melati.poem.BasePoemType<T>
org.melati.poem.BasePoemType<T>
       org.melati.poem.AtomPoemType
org.melati.poem.AtomPoemType
           org.melati.poem.SizedAtomPoemType
org.melati.poem.SizedAtomPoemType
               org.melati.poem.StringPoemType
org.melati.poem.StringPoemType
                   org.melati.poem.dbms.Oracle.OracleStringPoemType
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- nullability
- size- size
 
_canRepresent
protected boolean _canRepresent(SQLPoemType other)
- Description copied from class: StringPoemType
- 
 
- 
- Overrides:
- _canRepresentin 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:
- canRepresentin interface- PoemType
- Overrides:
- canRepresentin 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.