메소드 | 설명 | |
---|---|---|
CreateConnection ( ) : QvxConnection | ||
CreateConnectionString ( ) : string | ||
HandleJsonRequest ( string method, string userParameters, QvxConnection connection ) : string | ||
copyDictionaryToLocal ( String owner, String name, String displayName ) : QvDataContractResponse | ||
getDatabases ( String id, String source, QvxConnection connection ) : QvDataContractResponse | ||
getDictionary ( string id, String source, QvxConnection connection ) : string | ||
getDictionaryDef ( String id, String source, QvxConnection connection ) : QvDataContractResponse | ||
getFieldNamesForTable ( String tableName ) : string[] | ||
getFields ( String tableName ) : QvDataContractResponse | ||
getFieldsForTable ( String tableName ) : dynamic | ||
getLocalDictionaries ( ) : QvDataContractResponse | ||
getOnlineDictionaries ( ) : QvDataContractResponse | ||
getPreview ( String tableName ) : QvDataContractResponse | ||
getTables ( ) : QvDataContractResponse | ||
updateLocalCatalog ( ) : QvDataContractResponse |
public HandleJsonRequest ( string method, string userParameters, QvxConnection connection ) : string | ||
method | string | |
userParameters | string | |
connection | QvxConnection | |
리턴 | string |
public copyDictionaryToLocal ( String owner, String name, String displayName ) : QvDataContractResponse | ||
owner | String | |
name | String | |
displayName | String | |
리턴 | QvDataContractResponse |
public getDatabases ( String id, String source, QvxConnection connection ) : QvDataContractResponse | ||
id | String | |
source | String | |
connection | QvxConnection | |
리턴 | QvDataContractResponse |
public getDictionary ( string id, String source, QvxConnection connection ) : string | ||
id | string | |
source | String | |
connection | QvxConnection | |
리턴 | string |
public getDictionaryDef ( String id, String source, QvxConnection connection ) : QvDataContractResponse | ||
id | String | |
source | String | |
connection | QvxConnection | |
리턴 | QvDataContractResponse |
public getFieldNamesForTable ( String tableName ) : string[] | ||
tableName | String | |
리턴 | string[] |
public getFields ( String tableName ) : QvDataContractResponse | ||
tableName | String | |
리턴 | QvDataContractResponse |
public getFieldsForTable ( String tableName ) : dynamic | ||
tableName | String | |
리턴 | dynamic |
public getLocalDictionaries ( ) : QvDataContractResponse | ||
리턴 | QvDataContractResponse |
public getOnlineDictionaries ( ) : QvDataContractResponse | ||
리턴 | QvDataContractResponse |
public getPreview ( String tableName ) : QvDataContractResponse | ||
tableName | String | |
리턴 | QvDataContractResponse |
public updateLocalCatalog ( ) : QvDataContractResponse | ||
리턴 | QvDataContractResponse |