Interface IPreparedStatement
.NET interface for TO BE DEFINED FROM USER
public interface IPreparedStatement : IStatement
- Inherited Members
Properties
MetaData
ResultSetMetaData MetaData { get; }
Property Value
ParameterMetaData
ParameterMetaData ParameterMetaData { get; }
Property Value
Methods
AddBatch()
void AddBatch()
Exceptions
ClearParameters()
void ClearParameters()
Exceptions
Execute()
bool Execute()
Returns
Exceptions
ExecuteLargeUpdate()
long ExecuteLargeUpdate()
Returns
Exceptions
ExecuteQuery()
ResultSet ExecuteQuery()
Returns
Exceptions
ExecuteUpdate()
int ExecuteUpdate()
Returns
Exceptions
SetArray(int, Array)
void SetArray(int arg0, Array arg1)
Parameters
Exceptions
SetAsciiStream(int, InputStream)
void SetAsciiStream(int arg0, InputStream arg1)
Parameters
arg0
intarg1
InputStream
Exceptions
SetAsciiStream(int, InputStream, int)
void SetAsciiStream(int arg0, InputStream arg1, int arg2)
Parameters
arg0
intarg1
InputStreamarg2
int
Exceptions
SetAsciiStream(int, InputStream, long)
void SetAsciiStream(int arg0, InputStream arg1, long arg2)
Parameters
arg0
intarg1
InputStreamarg2
long
Exceptions
SetBigDecimal(int, BigDecimal)
void SetBigDecimal(int arg0, BigDecimal arg1)
Parameters
arg0
intarg1
BigDecimal
Exceptions
SetBinaryStream(int, InputStream)
void SetBinaryStream(int arg0, InputStream arg1)
Parameters
arg0
intarg1
InputStream
Exceptions
SetBinaryStream(int, InputStream, int)
void SetBinaryStream(int arg0, InputStream arg1, int arg2)
Parameters
arg0
intarg1
InputStreamarg2
int
Exceptions
SetBinaryStream(int, InputStream, long)
void SetBinaryStream(int arg0, InputStream arg1, long arg2)
Parameters
arg0
intarg1
InputStreamarg2
long
Exceptions
SetBlob(int, InputStream)
void SetBlob(int arg0, InputStream arg1)
Parameters
arg0
intarg1
InputStream
Exceptions
SetBlob(int, InputStream, long)
void SetBlob(int arg0, InputStream arg1, long arg2)
Parameters
arg0
intarg1
InputStreamarg2
long
Exceptions
SetBlob(int, Blob)
void SetBlob(int arg0, Blob arg1)
Parameters
Exceptions
SetBoolean(int, bool)
void SetBoolean(int arg0, bool arg1)
Parameters
Exceptions
SetByte(int, byte)
void SetByte(int arg0, byte arg1)
Parameters
Exceptions
SetBytes(int, byte[])
void SetBytes(int arg0, byte[] arg1)
Parameters
Exceptions
SetCharacterStream(int, Reader)
void SetCharacterStream(int arg0, Reader arg1)
Parameters
Exceptions
SetCharacterStream(int, Reader, int)
void SetCharacterStream(int arg0, Reader arg1, int arg2)
Parameters
Exceptions
SetCharacterStream(int, Reader, long)
void SetCharacterStream(int arg0, Reader arg1, long arg2)
Parameters
Exceptions
SetClob(int, Reader)
void SetClob(int arg0, Reader arg1)
Parameters
Exceptions
SetClob(int, Reader, long)
void SetClob(int arg0, Reader arg1, long arg2)
Parameters
Exceptions
SetClob(int, Clob)
void SetClob(int arg0, Clob arg1)
Parameters
Exceptions
SetDate(int, Date)
void SetDate(int arg0, Date arg1)
Parameters
Exceptions
SetDate(int, Date, Calendar)
void SetDate(int arg0, Date arg1, Calendar arg2)
Parameters
Exceptions
SetDouble(int, double)
void SetDouble(int arg0, double arg1)
Parameters
Exceptions
SetFloat(int, float)
void SetFloat(int arg0, float arg1)
Parameters
Exceptions
SetInt(int, int)
void SetInt(int arg0, int arg1)
Parameters
Exceptions
SetLong(int, long)
void SetLong(int arg0, long arg1)
Parameters
Exceptions
SetNCharacterStream(int, Reader)
void SetNCharacterStream(int arg0, Reader arg1)
Parameters
Exceptions
SetNCharacterStream(int, Reader, long)
void SetNCharacterStream(int arg0, Reader arg1, long arg2)
Parameters
Exceptions
SetNClob(int, Reader)
void SetNClob(int arg0, Reader arg1)
Parameters
Exceptions
SetNClob(int, Reader, long)
void SetNClob(int arg0, Reader arg1, long arg2)
Parameters
Exceptions
SetNClob(int, NClob)
void SetNClob(int arg0, NClob arg1)
Parameters
Exceptions
SetNString(int, String)
void SetNString(int arg0, String arg1)
Parameters
Exceptions
SetNull(int, int)
void SetNull(int arg0, int arg1)
Parameters
Exceptions
SetNull(int, int, String)
void SetNull(int arg0, int arg1, String arg2)
Parameters
Exceptions
SetObject(int, object)
void SetObject(int arg0, object arg1)
Parameters
Exceptions
SetObject(int, object, SQLType)
void SetObject(int arg0, object arg1, SQLType arg2)
Parameters
Exceptions
SetObject(int, object, SQLType, int)
void SetObject(int arg0, object arg1, SQLType arg2, int arg3)
Parameters
Exceptions
SetObject(int, object, int)
void SetObject(int arg0, object arg1, int arg2)
Parameters
Exceptions
SetObject(int, object, int, int)
void SetObject(int arg0, object arg1, int arg2, int arg3)
Parameters
Exceptions
SetRef(int, Ref)
void SetRef(int arg0, Ref arg1)
Parameters
Exceptions
SetRowId(int, RowId)
void SetRowId(int arg0, RowId arg1)
Parameters
Exceptions
SetSQLXML(int, SQLXML)
void SetSQLXML(int arg0, SQLXML arg1)
Parameters
Exceptions
SetShort(int, short)
void SetShort(int arg0, short arg1)
Parameters
Exceptions
SetString(int, String)
void SetString(int arg0, String arg1)
Parameters
Exceptions
SetTime(int, Time)
void SetTime(int arg0, Time arg1)
Parameters
Exceptions
SetTime(int, Time, Calendar)
void SetTime(int arg0, Time arg1, Calendar arg2)
Parameters
Exceptions
SetTimestamp(int, Timestamp)
void SetTimestamp(int arg0, Timestamp arg1)
Parameters
Exceptions
SetTimestamp(int, Timestamp, Calendar)
void SetTimestamp(int arg0, Timestamp arg1, Calendar arg2)
Parameters
Exceptions
SetURL(int, URL)
void SetURL(int arg0, URL arg1)