메소드 | 설명 | |
---|---|---|
BeginExecuteNonQuery ( string cmdText, TdsMetaParameterCollection parameters, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginExecuteProcedure ( string prolog, string epilog, string cmdText, bool IsNonQuery, TdsMetaParameterCollection parameters, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginExecuteQuery ( string cmdText, TdsMetaParameterCollection parameters, AsyncCallback callback, object state ) : IAsyncResult | ||
Connect ( Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters ) : bool | ||
EndExecuteNonQuery ( IAsyncResult ar ) : void | ||
EndExecuteProcedure ( IAsyncResult ar ) : void | ||
EndExecuteQuery ( IAsyncResult ar ) : void | ||
ExecPrepared ( string commandText, TdsMetaParameterCollection parameters, int timeout, bool wantResults ) : void | ||
ExecProc ( string commandText, TdsMetaParameterCollection parameters, int timeout, bool wantResults ) : void | ||
Execute ( string commandText, TdsMetaParameterCollection parameters, int timeout, bool wantResults ) : void | ||
Prepare ( string commandText, TdsMetaParameterCollection parameters ) : string | ||
Reset ( ) : bool | ||
Tds70 ( string server, int port ) : System | ||
Tds70 ( string server, int port, int packetSize, int timeout ) : System | ||
Tds70 ( string server, int port, int packetSize, int timeout, TdsVersion version ) : System | ||
Unprepare ( string statementId ) : void |
메소드 | 설명 | |
---|---|---|
BuildExec ( string sql ) : string | ||
ExecRPC ( TdsRpcProcId rpcId, string sql, TdsMetaParameterCollection parameters, int timeout, bool wantResults ) : void | ||
ExecRPC ( string rpcName, TdsMetaParameterCollection parameters, int timeout, bool wantResults ) : void | ||
IsValidRowCount ( byte status, byte op ) : bool | ||
ProcessColumnInfo ( ) : void | ||
ProcessReturnStatus ( ) : void |
메소드 | 설명 | |
---|---|---|
BuildParameters ( ) : string | ||
BuildPreparedParameters ( ) : string | ||
BuildPreparedQuery ( string id ) : string | ||
BuildProcedureCall ( string procedure ) : string | ||
EncryptPassword ( string pass ) : string | ||
FormatParameter ( TdsMetaParameter parameter ) : string | ||
GetPrecision ( TdsColumnType type, int columnSize ) : byte | ||
GetScale ( TdsColumnType type, int columnSize ) : byte | ||
WriteParameterInfo ( TdsMetaParameter param ) : void | ||
WritePreparedParameterInfo ( TdsMetaParameterCollection parameters ) : void | ||
WriteRpcParameterInfo ( TdsMetaParameterCollection parameters ) : void |
public BeginExecuteNonQuery ( string cmdText, TdsMetaParameterCollection parameters, AsyncCallback callback, object state ) : IAsyncResult | ||
cmdText | string | |
parameters | TdsMetaParameterCollection | |
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public BeginExecuteProcedure ( string prolog, string epilog, string cmdText, bool IsNonQuery, TdsMetaParameterCollection parameters, AsyncCallback callback, object state ) : IAsyncResult | ||
prolog | string | |
epilog | string | |
cmdText | string | |
IsNonQuery | bool | |
parameters | TdsMetaParameterCollection | |
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public BeginExecuteQuery ( string cmdText, TdsMetaParameterCollection parameters, AsyncCallback callback, object state ) : IAsyncResult | ||
cmdText | string | |
parameters | TdsMetaParameterCollection | |
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public Connect ( Mono.Data.Tds.Protocol.TdsConnectionParameters connectionParameters ) : bool | ||
connectionParameters | Mono.Data.Tds.Protocol.TdsConnectionParameters | |
리턴 | bool |
public EndExecuteNonQuery ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
리턴 | void |
public EndExecuteProcedure ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
리턴 | void |
public ExecPrepared ( string commandText, TdsMetaParameterCollection parameters, int timeout, bool wantResults ) : void | ||
commandText | string | |
parameters | TdsMetaParameterCollection | |
timeout | int | |
wantResults | bool | |
리턴 | void |
public ExecProc ( string commandText, TdsMetaParameterCollection parameters, int timeout, bool wantResults ) : void | ||
commandText | string | |
parameters | TdsMetaParameterCollection | |
timeout | int | |
wantResults | bool | |
리턴 | void |
protected ExecRPC ( TdsRpcProcId rpcId, string sql, TdsMetaParameterCollection parameters, int timeout, bool wantResults ) : void | ||
rpcId | TdsRpcProcId | |
sql | string | |
parameters | TdsMetaParameterCollection | |
timeout | int | |
wantResults | bool | |
리턴 | void |
protected ExecRPC ( string rpcName, TdsMetaParameterCollection parameters, int timeout, bool wantResults ) : void | ||
rpcName | string | |
parameters | TdsMetaParameterCollection | |
timeout | int | |
wantResults | bool | |
리턴 | void |
public Execute ( string commandText, TdsMetaParameterCollection parameters, int timeout, bool wantResults ) : void | ||
commandText | string | |
parameters | TdsMetaParameterCollection | |
timeout | int | |
wantResults | bool | |
리턴 | void |
protected IsValidRowCount ( byte status, byte op ) : bool | ||
status | byte | |
op | byte | |
리턴 | bool |
public Prepare ( string commandText, TdsMetaParameterCollection parameters ) : string | ||
commandText | string | |
parameters | TdsMetaParameterCollection | |
리턴 | string |
public Tds70 ( string server, int port, int packetSize, int timeout ) : System | ||
server | string | |
port | int | |
packetSize | int | |
timeout | int | |
리턴 | System |
public Tds70 ( string server, int port, int packetSize, int timeout, TdsVersion version ) : System | ||
server | string | |
port | int | |
packetSize | int | |
timeout | int | |
version | TdsVersion | |
리턴 | System |