Method | Description | |
---|---|---|
fillParameters ( string dataSource ) : bool | ||
getColumnsInfo ( ) : |
||
getDataSource ( ) : string | ||
getDataSourceColumnsInfo ( string str, csDataSourceType csDataSourceType ) : bool | ||
getDataSourceType ( ) : csDataSourceType | ||
getParameters ( ) : |
||
setDataSource ( string dataSource ) : void | ||
setDataSourceType ( csDataSourceType dataSourceType ) : void | ||
setStrConnect ( string strConnect ) : void | ||
showOpenConnection ( ) : bool |
Method | Description | |
---|---|---|
fillColumns ( string sqlstmt ) : bool |
public fillParameters ( string dataSource ) : bool | ||
dataSource | string | |
return | bool |
public getDataSourceColumnsInfo ( string str, csDataSourceType csDataSourceType ) : bool | ||
str | string | |
csDataSourceType | csDataSourceType | |
return | bool |
public getDataSourceType ( ) : csDataSourceType | ||
return | csDataSourceType |
public setDataSource ( string dataSource ) : void | ||
dataSource | string | |
return | void |
public setDataSourceType ( csDataSourceType dataSourceType ) : void | ||
dataSourceType | csDataSourceType | |
return | void |
public setStrConnect ( string strConnect ) : void | ||
strConnect | string | |
return | void |