|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drizzle.jdbc.internal.common.query.parameters.BigDecimalParameter
public class BigDecimalParameter
User: marcuse Date: Feb 27, 2009 Time: 10:07:00 PM
| Constructor Summary | |
|---|---|
BigDecimalParameter(java.math.BigDecimal x)
|
|
| Method Summary | |
|---|---|
long |
length()
|
int |
writeTo(java.io.OutputStream os,
int offset,
int maxWriteSize)
Write at most maxWriteSize, return the amont actually written |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BigDecimalParameter(java.math.BigDecimal x)
| Method Detail |
|---|
public int writeTo(java.io.OutputStream os,
int offset,
int maxWriteSize)
throws java.io.IOException
ParameterHolder
writeTo in interface ParameterHolderos - the stream to write tooffset - where to start writingmaxWriteSize - max number of bytes to write
java.io.IOException - when everything goes wrongpublic long length()
length in interface ParameterHolder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||