Index
All Classes|All Packages
C
- CallableServerQuery - Class in com.aceql.jdbc.commons
-
The object used for executing a remote server class that implements
org.kawanfw.sql.api.server.executor.ServerQueryExecutor
and returns the producedResultSet
. - CatalogAndSchema - Class in com.aceql.jdbc.commons.metadata
-
Parent of all metadata of objects: they all belong to a catalog and schema.
- CatalogAndSchema() - Constructor for class com.aceql.jdbc.commons.metadata.CatalogAndSchema
- clearWarnings() - Method in class com.aceql.jdbc.commons.AceQLConnection
- clone() - Method in class com.aceql.jdbc.commons.AceQLConnection
- close() - Method in class com.aceql.jdbc.commons.AceQLConnection
- Column - Class in com.aceql.jdbc.commons.metadata
-
A SQL Column with it's defining elements.
- Column() - Constructor for class com.aceql.jdbc.commons.metadata.Column
- columnNoNulls - Static variable in class com.aceql.jdbc.commons.metadata.Column
- columnNullable - Static variable in class com.aceql.jdbc.commons.metadata.Column
- columnNullableUnknown - Static variable in class com.aceql.jdbc.commons.metadata.Column
- com.aceql.jdbc.commons.metadata - package com.aceql.jdbc.commons.metadata
-
Allows to download an HTML or text schema and provides wrapper classes for SQL Tables, Columns, etc.
- com.aceql.jdbc.driver.free - package com.aceql.jdbc.driver.free
-
Provides the class of the AceQL Client JDBC Driver
- commit() - Method in class com.aceql.jdbc.commons.AceQLConnection
- connect(String, Properties) - Method in class com.aceql.jdbc.driver.free.AceQLDriver
-
Attempts to make a database connection to the given URL.
- ConnectionInfo - Class in com.aceql.jdbc.commons
-
Allows to get all the info set and passed when creating an SQL
Connection
to the remote AceQL Server. - createBlob() - Method in class com.aceql.jdbc.commons.AceQLConnection
- createCallableServerQuery() - Method in class com.aceql.jdbc.commons.AceQLConnection
-
Creates a
CallableServerQuery
object for calling a remoteServerQueryExecutor
implementation. - createClob() - Method in class com.aceql.jdbc.commons.AceQLConnection
- createStatement() - Method in class com.aceql.jdbc.commons.AceQLConnection
- createStatement(int, int) - Method in class com.aceql.jdbc.commons.AceQLConnection
- createStatement(int, int, int) - Method in class com.aceql.jdbc.commons.AceQLConnection
All Classes|All Packages