|
Altium C++ SDK 3.0
|
#include <EDP.Interfaces.h>
Public Member Functions | |
| bool | HasComponent (int ATableIndex, std::wstring const AComponentKeys) |
| bool | HasDatafileEntity (int ATableIndex, std::wstring const ADatafileEntityName, std::wstring const ADatafileType) |
| bool | HasModel (int ATableIndex, std::wstring const AComponentKeys, std::wstring const AModelName, std::wstring const AModelType) |
| std::wstring | GetCommaDelimitedFieldValues (int ATableIndex, int AFieldIndex) |
| void | ShowTableBrowser () |
| std::wstring | GetWhereClause (int ATableIndex, std::wstring const AComponentKeys) |
| std::wstring | GetLeftQuote () |
| std::wstring | GetRightQuote () |
| std::wstring | GetTableNameForSQL (int ATableIndex) |
| TFieldType | GetFieldTypeAt (int ATableIndex, int AFieldIndex) |
| TDatabaseType | GetDatabaseType () |
| std::wstring EDP::IDataBaseLibCommands::GetCommaDelimitedFieldValues | ( | int | ATableIndex, |
| int | AFieldIndex ) |
| TDatabaseType EDP::IDataBaseLibCommands::GetDatabaseType | ( | ) |
| TFieldType EDP::IDataBaseLibCommands::GetFieldTypeAt | ( | int | ATableIndex, |
| int | AFieldIndex ) |
| std::wstring EDP::IDataBaseLibCommands::GetLeftQuote | ( | ) |
| std::wstring EDP::IDataBaseLibCommands::GetRightQuote | ( | ) |
| std::wstring EDP::IDataBaseLibCommands::GetTableNameForSQL | ( | int | ATableIndex | ) |
| std::wstring EDP::IDataBaseLibCommands::GetWhereClause | ( | int | ATableIndex, |
| std::wstring const | AComponentKeys ) |
| bool EDP::IDataBaseLibCommands::HasComponent | ( | int | ATableIndex, |
| std::wstring const | AComponentKeys ) |
| bool EDP::IDataBaseLibCommands::HasDatafileEntity | ( | int | ATableIndex, |
| std::wstring const | ADatafileEntityName, | ||
| std::wstring const | ADatafileType ) |
| bool EDP::IDataBaseLibCommands::HasModel | ( | int | ATableIndex, |
| std::wstring const | AComponentKeys, | ||
| std::wstring const | AModelName, | ||
| std::wstring const | AModelType ) |
| void EDP::IDataBaseLibCommands::ShowTableBrowser | ( | ) |