Uses of Class
com.aceql.jdbc.commons.AceQLException
| Package | Description |
|---|---|
| com.aceql.jdbc.commons |
Provides main public JDBC classes in order to access a remote SQL database over http using a JDBC Driver
|
| com.aceql.jdbc.commons.main.metadata |
Allows to download an HTML or text schema and provides wrapper classes for SQL Tables, Columns, etc.
|
-
Uses of AceQLException in com.aceql.jdbc.commons
Methods in com.aceql.jdbc.commons that throw AceQLException Modifier and Type Method Description StringAceQLConnection. getServerVersion()Returns the server product version -
Uses of AceQLException in com.aceql.jdbc.commons.main.metadata
Methods in com.aceql.jdbc.commons.main.metadata that throw AceQLException Modifier and Type Method Description voidRemoteDatabaseMetaData. dbSchemaDownload(File file)Downloads in HTML format the whole schema of the remote database in the passed file.voidRemoteDatabaseMetaData. dbSchemaDownload(File file, String format)Downloads the whole schema of the remote database in the passed file, in the specified HTML or Text format.voidRemoteDatabaseMetaData. dbSchemaDownload(File file, String format, String tableName)Downloads the schema extract for a table name in the specified HTML or Text format.JdbcDatabaseMetaDataRemoteDatabaseMetaData. getJdbcDatabaseMetaData()Returns the basic meta data values of the remote database, as sent by the the remote JDBC Driver of the remote database.TableRemoteDatabaseMetaData. getTable(String name)Returns from the remote database a Table object that contains all the table's details.List<String>RemoteDatabaseMetaData. getTableNames()Returns the table names of the remote database.List<String>RemoteDatabaseMetaData. getTableNames(String tableType)Returns the table names of the remote database.