Serialized Form
-
Package org.teiid.client
-
Class org.teiid.client.ProcedureErrorInstructionException extends TeiidProcessingException implements Serializable
- serialVersionUID:
- 895480748445855790L
-
Class org.teiid.client.RequestMessage extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.teiid.client.ResultsMessage extends Object implements Serializable
- serialVersionUID:
- 3546924172976187793L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.client.SourceWarning extends TeiidException implements Serializable
-
-
Package org.teiid.client.lob
-
Class org.teiid.client.lob.LobChunk extends Object implements Serializable
- serialVersionUID:
- -5634014429424520672L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Package org.teiid.client.metadata
-
Class org.teiid.client.metadata.MetadataResult extends Object implements Serializable
- serialVersionUID:
- -1520482281079030324L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.client.metadata.ParameterInfo extends Object implements Serializable
- serialVersionUID:
- -683851729051138932L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Package org.teiid.client.plan
-
Class org.teiid.client.plan.Annotation extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.teiid.client.plan.PlanNode extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.teiid.client.plan.PlanNode.Property extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.teiid.client.security
-
Class org.teiid.client.security.InvalidSessionException extends TeiidSecurityException implements Serializable
- serialVersionUID:
- 594047711693346844L
-
Class org.teiid.client.security.LogonException extends TeiidSecurityException implements Serializable
- serialVersionUID:
- -4407245748107257061L
-
Class org.teiid.client.security.LogonResult extends Object implements Serializable
- serialVersionUID:
- 4481443514871448269L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.client.security.SessionToken extends Object implements Serializable
- serialVersionUID:
- -2853708320435636107L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.client.security.TeiidSecurityException extends TeiidProcessingException implements Serializable
-
-
Package org.teiid.client.util
-
Class org.teiid.client.util.ExceptionHolder extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.teiid.client.xa
-
Class org.teiid.client.xa.XATransactionException extends TeiidProcessingException implements Serializable
- serialVersionUID:
- 5685144848609237877L
-
Serialized Fields
-
errorCode
int errorCode
-
-
Class org.teiid.client.xa.XidImpl extends Object implements Serializable
- serialVersionUID:
- -7078441828703404308L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Package org.teiid.jdbc
-
Class org.teiid.jdbc.AsynchPositioningException extends TeiidSQLException implements Serializable
- serialVersionUID:
- 4965087364648306848L
-
Class org.teiid.jdbc.BaseDataSource extends WrapperImpl implements Serializable
-
Serialized Fields
-
additionalProperties
String additionalProperties
String to hold additional properties that are not represented with an explicit getter/setter -
ansiQuotedIdentifiers
boolean ansiQuotedIdentifiers
-
applicationName
String applicationName
The name of the application. Supplying this property may allow an administrator of a Teiid Server to better identify individual connections and usage patterns. This property is optional. -
databaseName
String databaseName
The name of the virtual database on a particular Teiid Server. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is required. -
databaseVersion
String databaseVersion
The version number of the virtual database to which a connection is to be established. This property is optional; if not specified, the assumption is that the latest version on the Teiid Server is to be used. -
dataSourceName
String dataSourceName
The logical name for the underlyingXADataSource
orConnectionPoolDataSource
; used only when pooling connections or distributed transactions are implemented. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is optional. -
description
String description
The description of this data source. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is optional. -
disableLocalTxn
String disableLocalTxn
-
fetchSize
int fetchSize
Default fetch size, <= 0 indicates not set. -
loginTimeout
int loginTimeout
The number of milliseconds before timing out. This property is optional and defaults to "0" (meaning no time out). -
noExec
boolean noExec
-
partialResultsMode
String partialResultsMode
Support partial results mode or not. -
password
String password
The user's password. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is required. -
queryTimeout
int queryTimeout
-
resultSetCacheMode
String resultSetCacheMode
Whether to use result set cache if it available -
showPlan
String showPlan
-
transactionAutoWrap
String transactionAutoWrap
-
useJDBC4ColumnNameAndLabelSemantics
boolean useJDBC4ColumnNameAndLabelSemantics
-
user
String user
The user's name. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is required.
-
-
-
Class org.teiid.jdbc.PartialResultsWarning extends SQLWarning implements Serializable
- serialVersionUID:
- 5301215068719177369L
-
Serialized Fields
-
failures
Map failures
-
-
Class org.teiid.jdbc.TeiidDataSource extends BaseDataSource implements Serializable
- serialVersionUID:
- -5170316154373144878L
-
Serialized Fields
-
alternateServers
String alternateServers
Holds a comma delimited list of alternate Server(s):Port(s) that can be used for connection fail-over.- Since:
- 5.5
-
autoFailover
String autoFailover
The auto failover mode for calls made to the query engine. If true query engine calls that fail will allow the connection to choose another process. -
driver
TeiidDriver driver
-
encryptRequests
boolean encryptRequests
If not using ssl determines whether requests with the associated command payload should be encrypted -
jaasName
String jaasName
Name of the jass configuration to use from the -Djava.security.auth.login.config=login.conf property -
kerberosServicePrincipleName
String kerberosServicePrincipleName
Name of Kerberos KDC service principle name -
passthroughAuthentication
boolean passthroughAuthentication
when "true", in the "embedded" scenario, authentication is information is read in pass though manner. -
portNumber
int portNumber
The port number where a server is listening for requests. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is required. -
secure
boolean secure
Specify whether to make a secure (SSL, mms:) connection or a normal non-SSL mm: connection. the default is to use a non-secure connection.- Since:
- 5.0.2
-
serverName
String serverName
The name of the host where the sServer is running. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is required.
-
-
Class org.teiid.jdbc.TeiidSQLException extends SQLException implements Serializable
- serialVersionUID:
- 3672305321346173922L
-
Serialized Fields
-
teiidCode
String teiidCode
-
-
Class org.teiid.jdbc.TeiidSQLWarning extends SQLWarning implements Serializable
- serialVersionUID:
- -7080782561220818997L
-
-
Package org.teiid.net
-
Class org.teiid.net.CommunicationException extends TeiidException implements Serializable
- serialVersionUID:
- -8352601998078723446L
-
Class org.teiid.net.ConnectionException extends TeiidException implements Serializable
- serialVersionUID:
- -5647655775983865084L
-
-
Package org.teiid.net.socket
-
Class org.teiid.net.socket.Handshake extends Object implements Serializable
- serialVersionUID:
- 7839271224736355515L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.net.socket.Message extends Object implements Serializable
- serialVersionUID:
- 1063704220782714098L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.net.socket.ServiceInvocationStruct extends Object implements Serializable
- serialVersionUID:
- 1207674062670068350L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.net.socket.SingleInstanceCommunicationException extends CommunicationException implements Serializable
-