com.retek.commons.domain.core.persistence.db
Class RetekPreparedStatement
java.lang.Object
com.retek.commons.domain.core.persistence.db.RetekPreparedStatement
- public class RetekPreparedStatement
- extends java.lang.Object
Method Summary |
void |
addBatch()
|
void |
close()
|
boolean |
execute()
|
int[] |
executeBatch()
|
RetekResultSet |
executeQuery()
|
int |
executeUpdate()
|
void |
setBigDecimal(java.math.BigDecimal bigDecimal)
|
void |
setBigDecimal(int parameterIndex,
java.math.BigDecimal bigDecimal)
|
void |
setBLob(java.sql.Blob blob)
|
void |
setBlob(int parameterIndex,
java.sql.Blob blob)
|
void |
setBoolean(boolean bool)
|
void |
setBoolean(int parameterIndex,
boolean bool)
|
void |
setCharacter(java.lang.Character character)
|
void |
setCharacter(int parameterIndex,
java.lang.Character character)
|
void |
setCharacterStream(int parameterIndex,
java.io.StringReader reader,
int length)
|
void |
setCharacterStream(java.io.StringReader reader,
int length)
|
void |
setClob(java.sql.Clob blob)
|
void |
setClob(int parameterIndex,
java.sql.Clob blob)
|
void |
setDouble(double d)
|
void |
setDouble(int parameterIndex,
double d)
|
void |
setEnum(Enum enum)
|
void |
setInt(int i)
|
void |
setInt(int parameterIndex,
int i)
|
void |
setInt(int parameterIndex,
java.lang.String intString)
|
void |
setInt(java.lang.String intString)
|
void |
setLong(int parameterIndex,
long l)
|
void |
setLong(int parameterIndex,
java.lang.String longString)
|
void |
setLong(long l)
|
void |
setLong(java.lang.String longString)
|
void |
setMoney(int parameterIndex,
Money money)
|
void |
setMoney(Money money)
|
void |
setObject(int parameterIndex,
java.lang.Object object)
|
void |
setObject(java.lang.Object object)
|
void |
setPercent(int parameterIndex,
Percent percent)
|
void |
setPercent(Percent percent)
|
void |
setQuantity(int parameterIndex,
Quantity qty)
|
void |
setQuantity(Quantity qty)
|
void |
setRDate(int parameterIndex,
RDate date)
|
void |
setRDate(RDate date)
|
void |
setReference(DistributedReference ref)
|
void |
setReference(int parameterIndex,
DistributedReference ref)
|
void |
setString(int parameterIndex,
java.lang.String string)
|
void |
setString(java.lang.String string)
|
void |
setTimestamp(int parameterIndex,
RDate date)
|
void |
setTimestamp(RDate date)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetekPreparedStatement
public RetekPreparedStatement(java.sql.PreparedStatement stmt)
setQuantity
public void setQuantity(int parameterIndex,
Quantity qty)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setPercent
public void setPercent(int parameterIndex,
Percent percent)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setPercent
public void setPercent(Percent percent)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setQuantity
public void setQuantity(Quantity qty)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setMoney
public void setMoney(int parameterIndex,
Money money)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setMoney
public void setMoney(Money money)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setObject
public void setObject(int parameterIndex,
java.lang.Object object)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setObject
public void setObject(java.lang.Object object)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setCharacterStream
public void setCharacterStream(int parameterIndex,
java.io.StringReader reader,
int length)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setCharacterStream
public void setCharacterStream(java.io.StringReader reader,
int length)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setRDate
public void setRDate(int parameterIndex,
RDate date)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setRDate
public void setRDate(RDate date)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setString
public void setString(int parameterIndex,
java.lang.String string)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setString
public void setString(java.lang.String string)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setReference
public void setReference(int parameterIndex,
DistributedReference ref)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setReference
public void setReference(DistributedReference ref)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setBoolean
public void setBoolean(int parameterIndex,
boolean bool)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setBoolean
public void setBoolean(boolean bool)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setTimestamp
public void setTimestamp(int parameterIndex,
RDate date)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setTimestamp
public void setTimestamp(RDate date)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setInt
public void setInt(int parameterIndex,
java.lang.String intString)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setInt
public void setInt(java.lang.String intString)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setInt
public void setInt(int parameterIndex,
int i)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setInt
public void setInt(int i)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setLong
public void setLong(int parameterIndex,
java.lang.String longString)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setLong
public void setLong(java.lang.String longString)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setLong
public void setLong(int parameterIndex,
long l)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setLong
public void setLong(long l)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setDouble
public void setDouble(int parameterIndex,
double d)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setDouble
public void setDouble(double d)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setCharacter
public void setCharacter(int parameterIndex,
java.lang.Character character)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setCharacter
public void setCharacter(java.lang.Character character)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setBigDecimal
public void setBigDecimal(int parameterIndex,
java.math.BigDecimal bigDecimal)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setBigDecimal
public void setBigDecimal(java.math.BigDecimal bigDecimal)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setBlob
public void setBlob(int parameterIndex,
java.sql.Blob blob)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setBLob
public void setBLob(java.sql.Blob blob)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setClob
public void setClob(int parameterIndex,
java.sql.Clob blob)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setClob
public void setClob(java.sql.Clob blob)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setEnum
public void setEnum(Enum enum)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
executeUpdate
public int executeUpdate()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
addBatch
public void addBatch()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
executeBatch
public int[] executeBatch()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
execute
public boolean execute()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
executeQuery
public RetekResultSet executeQuery()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
close
public void close()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28