org.ow2.orchestra.pvm.internal.lob
Class ClobStrategyChopped
java.lang.Object
org.ow2.orchestra.pvm.internal.lob.ClobStrategyChopped
- All Implemented Interfaces:
- ClobStrategy
public class ClobStrategyChopped
- extends Object
- implements ClobStrategy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClobStrategyChopped
public ClobStrategyChopped()
get
public char[] get(Clob clob)
- Specified by:
get in interface ClobStrategy
set
public void set(char[] chars,
Clob clob)
- Specified by:
set in interface ClobStrategy
chop
public List<String> chop(char[] chars)
glue
public char[] glue(List<String> chops)
Copyright © 2011 OW2 Consortium. All Rights Reserved.