C# 클래스 MySql.Data.MySqlClient.Tests.BaseTest

Summary description for BaseTest.
파일 보기 프로젝트 열기: Top-Cat/SteamBot

보호된 프로퍼티들

프로퍼티 타입 설명
accessToMySqlDb bool
conn MySql.Data.MySqlClient.MySqlConnection
csAdditions string
database0 string
database1 string
host string
maxPacketSize int
memoryName string
password string
pipeName string
port int
rootConn MySql.Data.MySqlClient.MySqlConnection
rootPassword string
rootUser string
table string
user string
version System.Version

공개 메소드들

메소드 설명
BaseTest ( ) : System

보호된 메소드들

메소드 설명
CountProcesses ( ) : int
ExecuteSQLAsRoot ( string sql ) : void
FillTable ( string sql ) : DataTable
GetConnectionInfo ( ) : string
GetConnectionString ( bool includedb ) : string
GetConnectionString ( string userId, string pw, bool includedb ) : string
GetConnectionString ( string userId, string pw, bool persistSecurityInfo, bool includedb ) : string
GetPoolingConnectionString ( ) : string
Initialize ( ) : void
KillConnection ( MySqlConnection c ) : void
KillPooledConnection ( string connStr ) : void
LoadBaseConfiguration ( ) : void
Open ( ) : void
SetAccountPerms ( bool includeProc ) : void
TableExists ( string tableName ) : bool
createTable ( string sql, string engine ) : void
execReader ( string sql ) : IDataReader
execSQL ( string sql ) : void
suExecSQL ( string sql ) : void

비공개 메소드들

메소드 설명
CheckOrphanedConnections ( ) : void
DropDatabase ( string name ) : void
KillOrphanedConnections ( ) : void
Setup ( ) : void
SetupRootConnection ( ) : void
Teardown ( ) : void

메소드 상세

BaseTest() 공개 메소드

public BaseTest ( ) : System
리턴 System

CountProcesses() 보호된 메소드

protected CountProcesses ( ) : int
리턴 int

ExecuteSQLAsRoot() 보호된 메소드

protected ExecuteSQLAsRoot ( string sql ) : void
sql string
리턴 void

FillTable() 보호된 메소드

protected FillTable ( string sql ) : DataTable
sql string
리턴 System.Data.DataTable

GetConnectionInfo() 보호된 메소드

protected GetConnectionInfo ( ) : string
리턴 string

GetConnectionString() 보호된 메소드

protected GetConnectionString ( bool includedb ) : string
includedb bool
리턴 string

GetConnectionString() 보호된 메소드

protected GetConnectionString ( string userId, string pw, bool includedb ) : string
userId string
pw string
includedb bool
리턴 string

GetConnectionString() 보호된 메소드

protected GetConnectionString ( string userId, string pw, bool persistSecurityInfo, bool includedb ) : string
userId string
pw string
persistSecurityInfo bool
includedb bool
리턴 string

GetPoolingConnectionString() 보호된 메소드

protected GetPoolingConnectionString ( ) : string
리턴 string

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

KillConnection() 보호된 메소드

protected KillConnection ( MySqlConnection c ) : void
c MySql.Data.MySqlClient.MySqlConnection
리턴 void

KillPooledConnection() 보호된 메소드

protected KillPooledConnection ( string connStr ) : void
connStr string
리턴 void

LoadBaseConfiguration() 보호된 메소드

protected LoadBaseConfiguration ( ) : void
리턴 void

Open() 보호된 메소드

protected Open ( ) : void
리턴 void

SetAccountPerms() 보호된 메소드

protected SetAccountPerms ( bool includeProc ) : void
includeProc bool
리턴 void

TableExists() 보호된 메소드

protected TableExists ( string tableName ) : bool
tableName string
리턴 bool

createTable() 보호된 메소드

protected createTable ( string sql, string engine ) : void
sql string
engine string
리턴 void

execReader() 보호된 메소드

protected execReader ( string sql ) : IDataReader
sql string
리턴 IDataReader

execSQL() 보호된 메소드

protected execSQL ( string sql ) : void
sql string
리턴 void

suExecSQL() 보호된 메소드

protected suExecSQL ( string sql ) : void
sql string
리턴 void

프로퍼티 상세

accessToMySqlDb 보호되어 있는 프로퍼티

protected bool accessToMySqlDb
리턴 bool

conn 보호되어 있는 프로퍼티

protected MySqlConnection,MySql.Data.MySqlClient conn
리턴 MySql.Data.MySqlClient.MySqlConnection

csAdditions 보호되어 있는 프로퍼티

protected string csAdditions
리턴 string

database0 보호되어 있는 프로퍼티

protected string database0
리턴 string

database1 보호되어 있는 프로퍼티

protected string database1
리턴 string

host 보호되어 있는 프로퍼티

protected string host
리턴 string

maxPacketSize 보호되어 있는 프로퍼티

protected int maxPacketSize
리턴 int

memoryName 보호되어 있는 프로퍼티

protected string memoryName
리턴 string

password 보호되어 있는 프로퍼티

protected string password
리턴 string

pipeName 보호되어 있는 프로퍼티

protected string pipeName
리턴 string

port 보호되어 있는 프로퍼티

protected int port
리턴 int

rootConn 보호되어 있는 프로퍼티

protected MySqlConnection,MySql.Data.MySqlClient rootConn
리턴 MySql.Data.MySqlClient.MySqlConnection

rootPassword 보호되어 있는 프로퍼티

protected string rootPassword
리턴 string

rootUser 보호되어 있는 프로퍼티

protected string rootUser
리턴 string

table 보호되어 있는 프로퍼티

protected string table
리턴 string

user 보호되어 있는 프로퍼티

protected string user
리턴 string

version 보호되어 있는 프로퍼티

protected Version,System version
리턴 System.Version