RemoteDatabaseMetaData Members
The RemoteDatabaseMetaData type exposes the following members.
Methods
Name | Description | |
---|---|---|
DbSchemaDownloadAsync()()()() |
Downloads into a stream the schema of the remote database using HTML format.
|
|
DbSchemaDownloadAsync(String) |
Downloads into a stream the schema of the remote database, using the specified format.
|
|
DbSchemaDownloadAsync(String, String) |
Downloads into a stream the schema of the remote database.
|
|
GetJdbcDatabaseMetaDataAsync |
Gets the JDBC meta data of the remote database.
|
|
GetTableAsync |
Returns a table object with all it's elements from the remote database.
|
|
GetTableNamesAsync()()()() |
Returns the table names of the remote database.
|
|
GetTableNamesAsync(String) |
Returns the table names of the remote database.
|