Interface ICallableStatement
.NET interface for TO BE DEFINED FROM USER
public interface ICallableStatement : IPreparedStatement, IStatement
- Inherited Members
Methods
GetArray(String)
Array GetArray(String arg0)
Parameters
Returns
Exceptions
GetArray(int)
Array GetArray(int arg0)
Parameters
Returns
Exceptions
GetBigDecimal(String)
BigDecimal GetBigDecimal(String arg0)
Parameters
Returns
Exceptions
GetBigDecimal(int)
BigDecimal GetBigDecimal(int arg0)
Parameters
Returns
Exceptions
GetBlob(String)
Blob GetBlob(String arg0)
Parameters
Returns
Exceptions
GetBlob(int)
Blob GetBlob(int arg0)
Parameters
Returns
Exceptions
GetBoolean(String)
bool GetBoolean(String arg0)
Parameters
Returns
Exceptions
GetBoolean(int)
bool GetBoolean(int arg0)
Parameters
Returns
Exceptions
GetByte(String)
byte GetByte(String arg0)
Parameters
Returns
Exceptions
GetByte(int)
byte GetByte(int arg0)
Parameters
Returns
Exceptions
GetBytes(String)
byte[] GetBytes(String arg0)
Parameters
Returns
Exceptions
GetBytes(int)
byte[] GetBytes(int arg0)
Parameters
Returns
Exceptions
GetCharacterStream(String)
Reader GetCharacterStream(String arg0)
Parameters
Returns
Exceptions
GetCharacterStream(int)
Reader GetCharacterStream(int arg0)
Parameters
Returns
Exceptions
GetClob(String)
Clob GetClob(String arg0)
Parameters
Returns
Exceptions
GetClob(int)
Clob GetClob(int arg0)
Parameters
Returns
Exceptions
GetDate(String)
Date GetDate(String arg0)
Parameters
Returns
Exceptions
GetDate(String, Calendar)
Date GetDate(String arg0, Calendar arg1)
Parameters
Returns
Exceptions
GetDate(int)
Date GetDate(int arg0)
Parameters
Returns
Exceptions
GetDate(int, Calendar)
Date GetDate(int arg0, Calendar arg1)
Parameters
Returns
Exceptions
GetDouble(String)
double GetDouble(String arg0)
Parameters
Returns
Exceptions
GetDouble(int)
double GetDouble(int arg0)
Parameters
Returns
Exceptions
GetFloat(String)
float GetFloat(String arg0)
Parameters
Returns
Exceptions
GetFloat(int)
float GetFloat(int arg0)
Parameters
Returns
Exceptions
GetInt(String)
int GetInt(String arg0)
Parameters
Returns
Exceptions
GetInt(int)
int GetInt(int arg0)
Parameters
Returns
Exceptions
GetLong(String)
long GetLong(String arg0)
Parameters
Returns
Exceptions
GetLong(int)
long GetLong(int arg0)
Parameters
Returns
Exceptions
GetNCharacterStream(String)
Reader GetNCharacterStream(String arg0)
Parameters
Returns
Exceptions
GetNCharacterStream(int)
Reader GetNCharacterStream(int arg0)
Parameters
Returns
Exceptions
GetNClob(String)
NClob GetNClob(String arg0)
Parameters
Returns
Exceptions
GetNClob(int)
NClob GetNClob(int arg0)
Parameters
Returns
Exceptions
GetNString(String)
String GetNString(String arg0)
Parameters
Returns
Exceptions
GetNString(int)
String GetNString(int arg0)
Parameters
Returns
Exceptions
GetObject(String)
object GetObject(String arg0)
Parameters
Returns
Exceptions
GetObject(String, Map<String, Class>)
object GetObject(String arg0, Map<String, Class> arg1)
Parameters
Returns
Exceptions
GetObject(int)
object GetObject(int arg0)
Parameters
Returns
Exceptions
GetObject(int, Map<String, Class>)
object GetObject(int arg0, Map<String, Class> arg1)
Parameters
Returns
Exceptions
GetObject<T>(String, Class)
T GetObject<T>(String arg0, Class arg1)
Parameters
Returns
- T
T
Type Parameters
T
Exceptions
GetObject<T>(int, Class)
T GetObject<T>(int arg0, Class arg1)
Parameters
Returns
- T
T
Type Parameters
T
Exceptions
GetRef(String)
Ref GetRef(String arg0)
Parameters
Returns
Exceptions
GetRef(int)
Ref GetRef(int arg0)
Parameters
Returns
Exceptions
GetRowId(String)
RowId GetRowId(String arg0)
Parameters
Returns
Exceptions
GetRowId(int)
RowId GetRowId(int arg0)
Parameters
Returns
Exceptions
GetSQLXML(String)
SQLXML GetSQLXML(String arg0)
Parameters
Returns
Exceptions
GetSQLXML(int)
SQLXML GetSQLXML(int arg0)
Parameters
Returns
Exceptions
GetShort(String)
short GetShort(String arg0)
Parameters
Returns
Exceptions
GetShort(int)
short GetShort(int arg0)
Parameters
Returns
Exceptions
GetString(String)
String GetString(String arg0)
Parameters
Returns
Exceptions
GetString(int)
String GetString(int arg0)
Parameters
Returns
Exceptions
GetTime(String)
Time GetTime(String arg0)
Parameters
Returns
Exceptions
GetTime(String, Calendar)
Time GetTime(String arg0, Calendar arg1)
Parameters
Returns
Exceptions
GetTime(int)
Time GetTime(int arg0)
Parameters
Returns
Exceptions
GetTime(int, Calendar)
Time GetTime(int arg0, Calendar arg1)
Parameters
Returns
Exceptions
GetTimestamp(String)
Timestamp GetTimestamp(String arg0)
Parameters
Returns
Exceptions
GetTimestamp(String, Calendar)
Timestamp GetTimestamp(String arg0, Calendar arg1)
Parameters
Returns
Exceptions
GetTimestamp(int)
Timestamp GetTimestamp(int arg0)
Parameters
Returns
Exceptions
GetTimestamp(int, Calendar)
Timestamp GetTimestamp(int arg0, Calendar arg1)
Parameters
Returns
Exceptions
GetURL(String)
URL GetURL(String arg0)
Parameters
Returns
Exceptions
GetURL(int)
URL GetURL(int arg0)
Parameters
Returns
Exceptions
RegisterOutParameter(String, SQLType)
void RegisterOutParameter(String arg0, SQLType arg1)
Parameters
Exceptions
RegisterOutParameter(String, SQLType, String)
void RegisterOutParameter(String arg0, SQLType arg1, String arg2)
Parameters
Exceptions
RegisterOutParameter(String, SQLType, int)
void RegisterOutParameter(String arg0, SQLType arg1, int arg2)
Parameters
Exceptions
RegisterOutParameter(String, int)
void RegisterOutParameter(String arg0, int arg1)
Parameters
Exceptions
RegisterOutParameter(String, int, String)
void RegisterOutParameter(String arg0, int arg1, String arg2)
Parameters
Exceptions
RegisterOutParameter(String, int, int)
void RegisterOutParameter(String arg0, int arg1, int arg2)
Parameters
Exceptions
RegisterOutParameter(int, SQLType)
void RegisterOutParameter(int arg0, SQLType arg1)
Parameters
Exceptions
RegisterOutParameter(int, SQLType, String)
void RegisterOutParameter(int arg0, SQLType arg1, String arg2)
Parameters
Exceptions
RegisterOutParameter(int, SQLType, int)
void RegisterOutParameter(int arg0, SQLType arg1, int arg2)
Parameters
Exceptions
RegisterOutParameter(int, int)
void RegisterOutParameter(int arg0, int arg1)
Parameters
Exceptions
RegisterOutParameter(int, int, String)
void RegisterOutParameter(int arg0, int arg1, String arg2)
Parameters
Exceptions
RegisterOutParameter(int, int, int)
void RegisterOutParameter(int arg0, int arg1, int arg2)
Parameters
Exceptions
SetAsciiStream(String, InputStream)
void SetAsciiStream(String arg0, InputStream arg1)
Parameters
arg0
Stringarg1
InputStream
Exceptions
SetAsciiStream(String, InputStream, int)
void SetAsciiStream(String arg0, InputStream arg1, int arg2)
Parameters
arg0
Stringarg1
InputStreamarg2
int
Exceptions
SetAsciiStream(String, InputStream, long)
void SetAsciiStream(String arg0, InputStream arg1, long arg2)
Parameters
arg0
Stringarg1
InputStreamarg2
long
Exceptions
SetBigDecimal(String, BigDecimal)
void SetBigDecimal(String arg0, BigDecimal arg1)
Parameters
arg0
Stringarg1
BigDecimal
Exceptions
SetBinaryStream(String, InputStream)
void SetBinaryStream(String arg0, InputStream arg1)
Parameters
arg0
Stringarg1
InputStream
Exceptions
SetBinaryStream(String, InputStream, int)
void SetBinaryStream(String arg0, InputStream arg1, int arg2)
Parameters
arg0
Stringarg1
InputStreamarg2
int
Exceptions
SetBinaryStream(String, InputStream, long)
void SetBinaryStream(String arg0, InputStream arg1, long arg2)
Parameters
arg0
Stringarg1
InputStreamarg2
long
Exceptions
SetBlob(String, InputStream)
void SetBlob(String arg0, InputStream arg1)
Parameters
arg0
Stringarg1
InputStream
Exceptions
SetBlob(String, InputStream, long)
void SetBlob(String arg0, InputStream arg1, long arg2)
Parameters
arg0
Stringarg1
InputStreamarg2
long
Exceptions
SetBlob(String, Blob)
void SetBlob(String arg0, Blob arg1)
Parameters
Exceptions
SetBoolean(String, bool)
void SetBoolean(String arg0, bool arg1)
Parameters
Exceptions
SetByte(String, byte)
void SetByte(String arg0, byte arg1)
Parameters
Exceptions
SetBytes(String, byte[])
void SetBytes(String arg0, byte[] arg1)
Parameters
Exceptions
SetCharacterStream(String, Reader)
void SetCharacterStream(String arg0, Reader arg1)
Parameters
Exceptions
SetCharacterStream(String, Reader, int)
void SetCharacterStream(String arg0, Reader arg1, int arg2)
Parameters
Exceptions
SetCharacterStream(String, Reader, long)
void SetCharacterStream(String arg0, Reader arg1, long arg2)
Parameters
Exceptions
SetClob(String, Reader)
void SetClob(String arg0, Reader arg1)
Parameters
Exceptions
SetClob(String, Reader, long)
void SetClob(String arg0, Reader arg1, long arg2)
Parameters
Exceptions
SetClob(String, Clob)
void SetClob(String arg0, Clob arg1)
Parameters
Exceptions
SetDate(String, Date)
void SetDate(String arg0, Date arg1)
Parameters
Exceptions
SetDate(String, Date, Calendar)
void SetDate(String arg0, Date arg1, Calendar arg2)
Parameters
Exceptions
SetDouble(String, double)
void SetDouble(String arg0, double arg1)
Parameters
Exceptions
SetFloat(String, float)
void SetFloat(String arg0, float arg1)
Parameters
Exceptions
SetInt(String, int)
void SetInt(String arg0, int arg1)
Parameters
Exceptions
SetLong(String, long)
void SetLong(String arg0, long arg1)
Parameters
Exceptions
SetNCharacterStream(String, Reader)
void SetNCharacterStream(String arg0, Reader arg1)
Parameters
Exceptions
SetNCharacterStream(String, Reader, long)
void SetNCharacterStream(String arg0, Reader arg1, long arg2)
Parameters
Exceptions
SetNClob(String, Reader)
void SetNClob(String arg0, Reader arg1)
Parameters
Exceptions
SetNClob(String, Reader, long)
void SetNClob(String arg0, Reader arg1, long arg2)
Parameters
Exceptions
SetNClob(String, NClob)
void SetNClob(String arg0, NClob arg1)
Parameters
Exceptions
SetNString(String, String)
void SetNString(String arg0, String arg1)
Parameters
Exceptions
SetNull(String, int)
void SetNull(String arg0, int arg1)
Parameters
Exceptions
SetNull(String, int, String)
void SetNull(String arg0, int arg1, String arg2)
Parameters
Exceptions
SetObject(String, object)
void SetObject(String arg0, object arg1)
Parameters
Exceptions
SetObject(String, object, SQLType)
void SetObject(String arg0, object arg1, SQLType arg2)
Parameters
Exceptions
SetObject(String, object, SQLType, int)
void SetObject(String arg0, object arg1, SQLType arg2, int arg3)
Parameters
Exceptions
SetObject(String, object, int)
void SetObject(String arg0, object arg1, int arg2)
Parameters
Exceptions
SetObject(String, object, int, int)
void SetObject(String arg0, object arg1, int arg2, int arg3)
Parameters
Exceptions
SetRowId(String, RowId)
void SetRowId(String arg0, RowId arg1)
Parameters
Exceptions
SetSQLXML(String, SQLXML)
void SetSQLXML(String arg0, SQLXML arg1)
Parameters
Exceptions
SetShort(String, short)
void SetShort(String arg0, short arg1)
Parameters
Exceptions
SetString(String, String)
void SetString(String arg0, String arg1)
Parameters
Exceptions
SetTime(String, Time)
void SetTime(String arg0, Time arg1)
Parameters
Exceptions
SetTime(String, Time, Calendar)
void SetTime(String arg0, Time arg1, Calendar arg2)
Parameters
Exceptions
SetTimestamp(String, Timestamp)
void SetTimestamp(String arg0, Timestamp arg1)
Parameters
Exceptions
SetTimestamp(String, Timestamp, Calendar)
void SetTimestamp(String arg0, Timestamp arg1, Calendar arg2)
Parameters
Exceptions
SetURL(String, URL)
void SetURL(String arg0, URL arg1)
Parameters
Exceptions
WasNull()
bool WasNull()