public interface ParameterSets
| Modifier and Type | Method and Description |
|---|---|
void |
clearParameters() |
void |
setArray(int parameterIndex,
Array x) |
void |
setAsciiStream(int parameterIndex,
InputStream x) |
void |
setAsciiStream(int parameterIndex,
InputStream x,
int length) |
void |
setAsciiStream(int parameterIndex,
InputStream x,
long length) |
void |
setBigDecimal(int parameterIndex,
BigDecimal x) |
void |
setBinaryStream(int parameterIndex,
InputStream x) |
void |
setBinaryStream(int parameterIndex,
InputStream x,
int length) |
void |
setBinaryStream(int parameterIndex,
InputStream x,
long length) |
void |
setBlob(int parameterIndex,
Blob x) |
void |
setBlob(int parameterIndex,
InputStream inputStream) |
void |
setBlob(int parameterIndex,
InputStream inputStream,
long length) |
void |
setBoolean(int parameterIndex,
boolean x) |
void |
setByte(int parameterIndex,
byte x) |
void |
setBytes(int parameterIndex,
byte[] x) |
void |
setCharacterStream(int parameterIndex,
Reader reader) |
void |
setCharacterStream(int parameterIndex,
Reader reader,
int length) |
void |
setCharacterStream(int parameterIndex,
Reader reader,
long length) |
void |
setClob(int parameterIndex,
Clob x) |
void |
setClob(int parameterIndex,
Reader reader) |
void |
setClob(int parameterIndex,
Reader reader,
long length) |
void |
setDate(int parameterIndex,
Date x) |
void |
setDate(int parameterIndex,
Date x,
Calendar cal) |
void |
setDouble(int parameterIndex,
double x) |
void |
setEscapeProcessing(boolean enable) |
void |
setFloat(int parameterIndex,
float x) |
void |
setInt(int parameterIndex,
int x) |
void |
setLong(int parameterIndex,
long x) |
void |
setNCharacterStream(int parameterIndex,
Reader value) |
void |
setNCharacterStream(int parameterIndex,
Reader value,
long length) |
void |
setNClob(int parameterIndex,
NClob value) |
void |
setNClob(int parameterIndex,
Reader reader) |
void |
setNClob(int parameterIndex,
Reader reader,
long length) |
void |
setNString(int parameterIndex,
String value) |
void |
setNull(int parameterIndex,
int sqlType) |
void |
setNull(int parameterIndex,
int sqlType,
String typeName) |
void |
setObject(int parameterIndex,
Object x) |
void |
setObject(int parameterIndex,
Object x,
int targetSqlType) |
void |
setObject(int parameterIndex,
Object x,
int targetSqlType,
int scaleOrLength) |
void |
setObject(int parameterIndex,
Object x,
SQLType targetSqlType) |
void |
setObject(int parameterIndex,
Object x,
SQLType targetSqlType,
int scaleOrLength) |
void |
setPoolable(boolean poolable) |
void |
setRef(int parameterIndex,
Ref x) |
void |
setRowId(int parameterIndex,
RowId x) |
void |
setShort(int parameterIndex,
short x) |
void |
setSQLXML(int parameterIndex,
SQLXML xmlObject) |
void |
setString(int parameterIndex,
String x) |
void |
setTime(int parameterIndex,
Time x) |
void |
setTime(int parameterIndex,
Time x,
Calendar cal) |
void |
setTimestamp(int parameterIndex,
Timestamp x) |
void |
setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal) |
void |
setUnicodeStream(int parameterIndex,
InputStream x,
int length)
Deprecated.
|
void |
setURL(int parameterIndex,
URL x) |
void setBlob(int parameterIndex,
InputStream inputStream,
long length)
throws MintleafException
MintleafExceptionvoid setBlob(int parameterIndex,
Blob x)
throws MintleafException
MintleafExceptionvoid setEscapeProcessing(boolean enable)
throws MintleafException
MintleafExceptionvoid setURL(int parameterIndex,
URL x)
throws MintleafException
MintleafExceptionvoid setNCharacterStream(int parameterIndex,
Reader value)
throws MintleafException
MintleafExceptionvoid setBytes(int parameterIndex,
byte[] x)
throws MintleafException
MintleafException@Deprecated void setUnicodeStream(int parameterIndex, InputStream x, int length) throws MintleafException
MintleafExceptionvoid clearParameters()
throws MintleafException
MintleafExceptionvoid setByte(int parameterIndex,
byte x)
throws MintleafException
MintleafExceptionvoid setCharacterStream(int parameterIndex,
Reader reader,
long length)
throws MintleafException
MintleafExceptionvoid setClob(int parameterIndex,
Reader reader)
throws MintleafException
MintleafExceptionvoid setNClob(int parameterIndex,
NClob value)
throws MintleafException
MintleafExceptionvoid setRowId(int parameterIndex,
RowId x)
throws MintleafException
MintleafExceptionvoid setLong(int parameterIndex,
long x)
throws MintleafException
MintleafExceptionvoid setRef(int parameterIndex,
Ref x)
throws MintleafException
MintleafExceptionvoid setTimestamp(int parameterIndex,
Timestamp x)
throws MintleafException
MintleafExceptionvoid setAsciiStream(int parameterIndex,
InputStream x,
long length)
throws MintleafException
MintleafExceptionvoid setBinaryStream(int parameterIndex,
InputStream x,
int length)
throws MintleafException
MintleafExceptionvoid setSQLXML(int parameterIndex,
SQLXML xmlObject)
throws MintleafException
MintleafExceptionvoid setPoolable(boolean poolable)
throws MintleafException
MintleafExceptionvoid setInt(int parameterIndex,
int x)
throws MintleafException
MintleafExceptionvoid setBoolean(int parameterIndex,
boolean x)
throws MintleafException
MintleafExceptionvoid setString(int parameterIndex,
String x)
throws MintleafException
MintleafExceptionvoid setBinaryStream(int parameterIndex,
InputStream x)
throws MintleafException
MintleafExceptionvoid setNull(int parameterIndex,
int sqlType)
throws MintleafException
MintleafExceptionvoid setDouble(int parameterIndex,
double x)
throws MintleafException
MintleafExceptionvoid setArray(int parameterIndex,
Array x)
throws MintleafException
MintleafExceptionvoid setDate(int parameterIndex,
Date x,
Calendar cal)
throws MintleafException
MintleafExceptionvoid setNull(int parameterIndex,
int sqlType,
String typeName)
throws MintleafException
MintleafExceptionvoid setObject(int parameterIndex,
Object x,
SQLType targetSqlType)
throws MintleafException
MintleafExceptionvoid setAsciiStream(int parameterIndex,
InputStream x,
int length)
throws MintleafException
MintleafExceptionvoid setShort(int parameterIndex,
short x)
throws MintleafException
MintleafExceptionvoid setNClob(int parameterIndex,
Reader reader)
throws MintleafException
MintleafExceptionvoid setTime(int parameterIndex,
Time x,
Calendar cal)
throws MintleafException
MintleafExceptionvoid setCharacterStream(int parameterIndex,
Reader reader,
int length)
throws MintleafException
MintleafExceptionvoid setObject(int parameterIndex,
Object x,
SQLType targetSqlType,
int scaleOrLength)
throws MintleafException
MintleafExceptionvoid setNString(int parameterIndex,
String value)
throws MintleafException
MintleafExceptionvoid setBlob(int parameterIndex,
InputStream inputStream)
throws MintleafException
MintleafExceptionvoid setClob(int parameterIndex,
Clob x)
throws MintleafException
MintleafExceptionvoid setBigDecimal(int parameterIndex,
BigDecimal x)
throws MintleafException
MintleafExceptionvoid setNClob(int parameterIndex,
Reader reader,
long length)
throws MintleafException
MintleafExceptionvoid setAsciiStream(int parameterIndex,
InputStream x)
throws MintleafException
MintleafExceptionvoid setTime(int parameterIndex,
Time x)
throws MintleafException
MintleafExceptionvoid setNCharacterStream(int parameterIndex,
Reader value,
long length)
throws MintleafException
MintleafExceptionvoid setFloat(int parameterIndex,
float x)
throws MintleafException
MintleafExceptionvoid setClob(int parameterIndex,
Reader reader,
long length)
throws MintleafException
MintleafExceptionvoid setObject(int parameterIndex,
Object x)
throws MintleafException
MintleafExceptionvoid setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal)
throws MintleafException
MintleafExceptionvoid setCharacterStream(int parameterIndex,
Reader reader)
throws MintleafException
MintleafExceptionvoid setObject(int parameterIndex,
Object x,
int targetSqlType)
throws MintleafException
MintleafExceptionvoid setObject(int parameterIndex,
Object x,
int targetSqlType,
int scaleOrLength)
throws MintleafException
MintleafExceptionvoid setDate(int parameterIndex,
Date x)
throws MintleafException
MintleafExceptionvoid setBinaryStream(int parameterIndex,
InputStream x,
long length)
throws MintleafException
MintleafExceptionCopyright © 2017. All rights reserved.