|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectorException | |
|---|---|
| org.teiid.connector.api | |
| org.teiid.connector.basic | |
| org.teiid.connector.language | |
| org.teiid.connector.metadata.runtime | |
| org.teiid.connector.xa.api | |
| Uses of ConnectorException in org.teiid.connector.api |
|---|
| Subclasses of ConnectorException in org.teiid.connector.api | |
|---|---|
class |
DataNotAvailableException
Used by asynch connectors to indicate data is not available and results should be polled for after the given delay. |
| Methods in org.teiid.connector.api that throw ConnectorException | |
|---|---|
void |
Execution.cancel()
Cancels the execution abnormally. |
void |
Execution.close()
Terminates the execution normally. |
Execution |
Connection.createExecution(ICommand command,
ExecutionContext executionContext,
RuntimeMetadata metadata)
Create an execution object for the specified command |
ConnectorIdentity |
Connector.createIdentity(ExecutionContext context)
Create an identity object based on a security context. |
void |
Execution.execute()
Execute the associated command. |
Connection |
Connector.getConnection(ExecutionContext context)
Obtain a connection with the connector. |
java.util.List<?> |
ProcedureExecution.getOutputParameterValues()
Get the output parameter values. |
int[] |
UpdateExecution.getUpdateCounts()
|
java.util.List<?> |
ResultSetExecution.next()
|
static CredentialMap |
CredentialMap.parseCredentials(java.lang.String inputStr)
Method to parse a credentials substring extracted from a JDBC URL. |
void |
Connection.setConnectorIdentity(ConnectorIdentity context)
Called by the pool when an existing connection is leased so that the underlying Connection may have it's identity switched to a different user. |
void |
Connector.start(ConnectorEnvironment environment)
Start the connector with the connector environment. |
| Uses of ConnectorException in org.teiid.connector.basic |
|---|
| Methods in org.teiid.connector.basic that throw ConnectorException | |
|---|---|
Execution |
BasicConnection.createExecution(ICommand command,
ExecutionContext executionContext,
RuntimeMetadata metadata)
|
ConnectorIdentity |
BasicConnector.createIdentity(ExecutionContext context)
|
ProcedureExecution |
BasicConnection.createProcedureExecution(IProcedure command,
ExecutionContext executionContext,
RuntimeMetadata metadata)
|
ResultSetExecution |
BasicConnection.createResultSetExecution(IQueryCommand command,
ExecutionContext executionContext,
RuntimeMetadata metadata)
|
UpdateExecution |
BasicConnection.createUpdateExecution(ICommand command,
ExecutionContext executionContext,
RuntimeMetadata metadata)
|
void |
BasicConnection.setConnectorIdentity(ConnectorIdentity context)
|
void |
BasicConnector.start(ConnectorEnvironment environment)
|
| Uses of ConnectorException in org.teiid.connector.language |
|---|
| Methods in org.teiid.connector.language that throw ConnectorException | |
|---|---|
java.lang.Class<?>[] |
IProcedure.getResultSetColumnTypes()
Get the procedure result set column types |
| Uses of ConnectorException in org.teiid.connector.metadata.runtime |
|---|
| Methods in org.teiid.connector.metadata.runtime that throw ConnectorException | |
|---|---|
byte[] |
RuntimeMetadata.getBinaryVDBResource(java.lang.String resourcePath)
Gets the contents of a VDB resource in binary form. |
java.lang.String |
RuntimeMetadata.getCharacterVDBResource(java.lang.String resourcePath)
Gets the contents of a VDB resource as a String. |
java.util.List<Element> |
Group.getChildren()
|
java.util.List<Element> |
Parameter.getChildren()
|
java.lang.Object |
TypeModel.getDefaultValue()
Get default value of this element. |
int |
Parameter.getDirection()
Get direction of the parameter, as specified by direction constants. |
Element |
RuntimeMetadata.getElement(java.lang.String fullName)
Look up an object by identifier |
java.lang.String |
Element.getFormat()
Get the Format property |
Group |
RuntimeMetadata.getGroup(java.lang.String fullName)
Look up an object by identifier |
int |
Parameter.getIndex()
Index of the parameter in the procedure. |
java.lang.Class |
TypeModel.getJavaType()
Get the expected Java class that should be returned for this element. |
int |
TypeModel.getLength()
Get length of this element or 0 if no length is available. |
java.lang.Object |
Element.getMaximumValue()
Get maximum value |
java.lang.Object |
Element.getMinimumValue()
Get minimum value |
java.lang.String |
TypeModel.getModeledBaseType()
Get the base type of the design-time model type name. |
java.lang.String |
TypeModel.getModeledPrimitiveType()
Get the primitive type of the design-time model type name. |
java.lang.String |
TypeModel.getModeledType()
Get the design-time model type name. |
java.lang.String |
MetadataObject.getNameInSource()
Get name in source for this object, as provided in the model |
java.lang.String |
Element.getNativeType()
Get the native type imported for this column. |
int |
TypeModel.getNullability()
Get nullability of this column. |
Group |
Element.getParent()
Get the parent |
Procedure |
Parameter.getParent()
Get the parent |
int |
Element.getPosition()
Get position of this element in it's group. |
int |
TypeModel.getPrecision()
Get precision of this column. |
Procedure |
RuntimeMetadata.getProcedure(java.lang.String fullName)
Look up an object by identifier |
java.util.Properties |
MetadataObject.getProperties()
Get any arbitrary properties that are provided on this object. |
int |
TypeModel.getScale()
Get scale of this column. |
int |
Element.getSearchability()
Get searchability of this column. |
java.lang.String[] |
RuntimeMetadata.getVDBResourcePaths()
Gets the resource paths of all the resources in the VDB. |
boolean |
Element.isAutoIncremented()
Is auto-incremented? |
boolean |
Element.isCaseSensitive()
Is case sensitive? |
| Uses of ConnectorException in org.teiid.connector.xa.api |
|---|
| Methods in org.teiid.connector.xa.api that throw ConnectorException | |
|---|---|
XAConnection |
XAConnector.getXAConnection(ExecutionContext executionContext,
TransactionContext transactionContext)
Obtain a connection with the connector. |
javax.transaction.xa.XAResource |
XAConnection.getXAResource()
Get XAResource for this connection |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||