Skip navigation links

Oracle® TimesTen In-Memory Database JDBC Extensions Java API Reference
11g Release 2 (11.2.2)

E21647-02

A C G I N O R S T U V


A

addConnectionEventListener(ConnectionEventListener) - Method in class com.timesten.jdbc.ObservableConnection
This method is a required part of the PooledConnection interface.
addConnectionEventListener(ClientFailoverEventListener) - Method in interface com.timesten.jdbc.TimesTenConnection
Register Client Failover (ACF) event listener.
addStatementEventListener(StatementEventListener) - Method in class com.timesten.jdbc.ObservableConnection
 

C

ClientFailoverEvent - Class in com.timesten.jdbc
TimesTen C/S connections support Automatic Client Failover.
ClientFailoverEvent(Object, ClientFailoverEvent.FailoverType, ClientFailoverEvent.FailoverEvent) - Constructor for class com.timesten.jdbc.ClientFailoverEvent
 
ClientFailoverEvent.FailoverEvent - Enum in com.timesten.jdbc
Client Failover events
ClientFailoverEvent.FailoverType - Enum in com.timesten.jdbc
Client Failover types
ClientFailoverEventListener - Interface in com.timesten.jdbc
Application listener for Client Failover (ACF) events.
close() - Method in class com.timesten.jdbc.ObservableConnection
This method is a required part of the PooledConnection interface.
com.timesten.jdbc - package com.timesten.jdbc
Provides TimesTen JDBC extensions and implementation classes for some javax.sql interfaces.
com.timesten.jdbc.xa - package com.timesten.jdbc.xa
Provides TimesTen JDBC implementation classes for javax.transaction.xa interfaces.
CONNECTION_PROPERTY_DEFAULT_LOB_PREFETCH_SIZE - Static variable in interface com.timesten.jdbc.TimesTenConnection
The value of this property is used as the default LOB prefetch size for this connection.
CONNECTION_PROPERTY_DEFAULT_LOB_PREFETCH_SIZE_DEFAULT - Static variable in interface com.timesten.jdbc.TimesTenConnection
 
createBLOB() - Method in interface com.timesten.jdbc.TimesTenConnection
Constructs an object that implements the TimesTenBlob interface.
createCLOB() - Method in interface com.timesten.jdbc.TimesTenConnection
Constructs an object that implements the TimesTenClob interface.
CURSOR - Static variable in interface com.timesten.jdbc.TimesTenTypes
This constant identifies PL/SQL REF CURSOR extended data type

G

getConnection() - Method in class com.timesten.jdbc.ObservableConnection
This method is a required part of the PooledConnection interface.
getConnection() - Method in class com.timesten.jdbc.TimesTenDataSource
This method is a required part of the DataSource interface.
getConnection(String, String) - Method in class com.timesten.jdbc.TimesTenDataSource
This method is a required part of the DataSource interface.
getCursor(int) - Method in interface com.timesten.jdbc.TimesTenCallableStatement
Get PL/SQL REF CURSOR as ResultSet
getCursor(String) - Method in interface com.timesten.jdbc.TimesTenCallableStatement
Get PL/SQL REF CURSOR as ResultSet
getDescription() - Method in class com.timesten.jdbc.TimesTenDataSource
DataSource property Description.
getInitialPoolSize() - Method in class com.timesten.jdbc.ObservableConnectionDS
Initial pool size for the connection.
getLobPrefetchSize() - Method in interface com.timesten.jdbc.TimesTenStatement
Returns the LOB prefetch size.
getLoginTimeout() - Method in class com.timesten.jdbc.TimesTenDataSource
This method is a required part of the DataSource interface.
getLogWriter() - Method in class com.timesten.jdbc.TimesTenDataSource
This method is a required part of the DataSource interface.
getMaxIdleTime() - Method in class com.timesten.jdbc.ObservableConnectionDS
Maximum idle time for the connection pool.
getMaxPoolSize() - Method in class com.timesten.jdbc.ObservableConnectionDS
Maximum pool size for the connection pool.
getMaxStatements() - Method in class com.timesten.jdbc.ObservableConnectionDS
Returns the the total number of prepared statements that the pool keeps open.
getMinPoolSize() - Method in class com.timesten.jdbc.ObservableConnectionDS
Minimum pool size for the connection pool.
getOraclePassword() - Method in class com.timesten.jdbc.TimesTenDataSource
DataSource property OraclePassword.
getPassword() - Method in class com.timesten.jdbc.TimesTenDataSource
DataSource property password.
getPlsqlIndexTable(int) - Method in interface com.timesten.jdbc.TimesTenCallableStatement
Get the value of a PLSQL index table parameter as a Java array.
getPlsqlIndexTable(int, Class<?>) - Method in interface com.timesten.jdbc.TimesTenCallableStatement
Get the value of a PLSQL index table parameter as a primitive array.
getPooledConnection() - Method in class com.timesten.jdbc.ObservableConnectionDS
This method is a required part of the ConnectionPoolDataSource interface.
getPooledConnection(String, String) - Method in class com.timesten.jdbc.ObservableConnectionDS
This method is a required part of the ConnectionPoolDataSource interface.
getPropertyCycle() - Method in class com.timesten.jdbc.ObservableConnectionDS
Property cycle.
getQueryTimeThreshold() - Method in interface com.timesten.jdbc.TimesTenStatement
Returns value of query time threshold in effect.
getReplicationTrack() - Method in interface com.timesten.jdbc.TimesTenConnection
Retrieves current track for parallel replication.
getReturnResultSet() - Method in interface com.timesten.jdbc.TimesTenPreparedStatement
Returns the DML returned parameters in the form of a ResultSet.
getTheFailoverEvent() - Method in class com.timesten.jdbc.ClientFailoverEvent
Client Failover events as failover progresses
getTheFailoverType() - Method in class com.timesten.jdbc.ClientFailoverEvent
Client Failover type such as Connection failover
getTtPrefetchClose() - Method in interface com.timesten.jdbc.TimesTenConnection
Returns the current state of TT_PREFETCH_CLOSE
getTtPrefetchCount() - Method in interface com.timesten.jdbc.TimesTenConnection
Gets the value of TT_PREFETCH_COUNT
getUrl() - Method in class com.timesten.jdbc.TimesTenDataSource
DataSource property url.
getUser() - Method in class com.timesten.jdbc.TimesTenDataSource
DataSource property user.
getXAConnection() - Method in class com.timesten.jdbc.xa.TimesTenXADataSource
This method is a required part of the XADataSource interface.
getXAConnection(String, String) - Method in class com.timesten.jdbc.xa.TimesTenXADataSource
This method is a required part of the XADataSource interface.

I

isDataStoreValid() - Method in interface com.timesten.jdbc.TimesTenConnection
Applications can use this light weight method to detect if the data store is valid or not (rather than execute "some SQL" or built-in procedure.
isPassThrough() - Method in interface com.timesten.jdbc.TimesTenBlob
This method can be used to asceratin if a Blob is a pass-through Blob to Oracle.
isPassThrough() - Method in interface com.timesten.jdbc.TimesTenClob
This method can be used to asceratin if a Clob is a pass-through Clob to Oracle.
isWrapperFor(Class<?>) - Method in class com.timesten.jdbc.ObservableConnectionDS
 
isWrapperFor(Class<?>) - Method in class com.timesten.jdbc.TimesTenDataSource
 

N

notify(ClientFailoverEvent) - Method in interface com.timesten.jdbc.ClientFailoverEventListener
Notify the listener of a Client Failover event.

O

ObservableConnection - Class in com.timesten.jdbc
An ObservableConnection implements the the PooledConnection interface, as defined in JDBC 2.0 An ObservableConnection holds a physical connection to a data source, and is itself a factory for ProxyConnection objects.
ObservableConnection(JdbcOdbcConnection) - Constructor for class com.timesten.jdbc.ObservableConnection
Constructs an ObservableConnection object.
ObservableConnection(JdbcOdbcConnection, int) - Constructor for class com.timesten.jdbc.ObservableConnection
Constructs an ObservableConnection object.
ObservableConnectionDS - Class in com.timesten.jdbc
An ObservableConnectionDS implements the javax.sql.ConnectionPoolDataSource, which is a factory for PooledConnection objects.
ObservableConnectionDS() - Constructor for class com.timesten.jdbc.ObservableConnectionDS
Creates new ObservableConnectionDS.

R

registerIndexTableOutParameter(int, int, int, int) - Method in interface com.timesten.jdbc.TimesTenCallableStatement
Register a PL/SQL index-by table as an OUT parameter
registerOutParameter(int, int, int, int) - Method in interface com.timesten.jdbc.TimesTenCallableStatement
Register out parameter.
registerReturnParameter(int, int) - Method in interface com.timesten.jdbc.TimesTenPreparedStatement
Use this method to register DML returning parameters.
registerReturnParameter(int, int, int) - Method in interface com.timesten.jdbc.TimesTenPreparedStatement
Use this method to register DML returning parameters.
removeConnectionEventListener(ConnectionEventListener) - Method in class com.timesten.jdbc.ObservableConnection
This method is a required part of the PooledConnection interface.
removeConnectionEventListener(ClientFailoverEventListener) - Method in interface com.timesten.jdbc.TimesTenConnection
Remove ACF event listener.
removeStatementEventListener(StatementEventListener) - Method in class com.timesten.jdbc.ObservableConnection
 

S

SB_FREEFORM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
SB_FREEFORMFAILXIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
SB_STANDBYXLAMOVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
SB_WARNCACHELOBSNOTSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
SB_WARNCACHEORAROLLBACK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
SB_WARNCACHEVIAAGENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
SB_WARNCACHEVIAAGENT1 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
SB_WARNIDENTICALINDEX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
SB_WARNINDEXLESSUNIQUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
SB_WARNINDEXMOREUNIQUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
SB_WARNLOBCOMMITOPENLOBSEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
SB_WARNNOAWTMONONACTIVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
SB_WARNSTRONGERINDEX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
SB_WARNWEAKERINDEX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
SB_XLAREPLOAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
SB_XLARESET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
setDescription(String) - Method in class com.timesten.jdbc.TimesTenDataSource
DataSource property Description.
setInitialPoolSize(int) - Method in class com.timesten.jdbc.ObservableConnectionDS
Set initial connection pool size.
setLobPrefetchSize(int) - Method in interface com.timesten.jdbc.TimesTenStatement
Overrides the existing prefetch size for LOBs.
setLoginTimeout(int) - Method in class com.timesten.jdbc.TimesTenDataSource
This method is a required part of the DataSource interface.
setLogWriter(PrintWriter) - Method in class com.timesten.jdbc.TimesTenDataSource
This method is a required part of the DataSource interface.
setMaxIdleTime(int) - Method in class com.timesten.jdbc.ObservableConnectionDS
Set maximum idle time for the connection pool.
setMaxPoolSize(int) - Method in class com.timesten.jdbc.ObservableConnectionDS
Set maximum pool size for the connection pool.
setMaxStatements(int) - Method in class com.timesten.jdbc.ObservableConnectionDS
Sets the the total number of prepared statements that the pool keeps open.
setMinPoolSize(int) - Method in class com.timesten.jdbc.ObservableConnectionDS
Set minimum pool size for the connection pool.
setOraclePassword(String) - Method in class com.timesten.jdbc.TimesTenDataSource
DataSource property OraclePassword.
setPassword(String) - Method in class com.timesten.jdbc.TimesTenDataSource
DataSource property password.
setPlsqlIndexTable(int, Object, int, int, int, int) - Method in interface com.timesten.jdbc.TimesTenPreparedStatement
Binds a PL/SQL index-by table parameter in the IN parameter mode.
setPropertyCycle(int) - Method in class com.timesten.jdbc.ObservableConnectionDS
Property cycle.
setQueryTimeThreshold(int) - Method in interface com.timesten.jdbc.TimesTenStatement
Sets query time threshold for the Statement.
setReplicationTrack(int) - Method in interface com.timesten.jdbc.TimesTenConnection
Sets replication track for parallel replication.
setTtPrefetchClose(boolean) - Method in interface com.timesten.jdbc.TimesTenConnection
Sets the state of TT_PREFETCH_CLOSE to true or false
setTtPrefetchCount(int) - Method in interface com.timesten.jdbc.TimesTenConnection
Sets the TT_PREFETCH_COUNT value
setUrl(String) - Method in class com.timesten.jdbc.TimesTenDataSource
DataSource property url.
setUser(String) - Method in class com.timesten.jdbc.TimesTenDataSource
DataSource property user.

T

TimesTenBlob - Interface in com.timesten.jdbc
Adds TimesTen specific extensions to java.sql.Blob interface.
TimesTenCallableStatement - Interface in com.timesten.jdbc
 
TimesTenClob - Interface in com.timesten.jdbc
Adds TimesTen specific extensions to java.sql.Clob interface.
TimesTenConnection - Interface in com.timesten.jdbc
Provides TimesTen extensions to java.sql.Connection
TimesTenDataSource - Class in com.timesten.jdbc
TimesTenDataSource provides a TimesTen implementation of the javax.sql.DataSource interface, part of the JDBC 2.0 extension.
TimesTenDataSource() - Constructor for class com.timesten.jdbc.TimesTenDataSource
Constructs a TimesTenDataSource object.
TimesTenPreparedStatement - Interface in com.timesten.jdbc
Contains TimesTen extension to java.sql.PreparedStatement
TimesTenStatement - Interface in com.timesten.jdbc
Contains Oracle TimesTen extension to Statement.
TimesTenTypes - Interface in com.timesten.jdbc
This interface defines the constants that are used to identify extended Oracle TimesTen SQL types such as PL/SQL REF CURSOR
TimesTenVendorCode - Interface in com.timesten.jdbc
Contains TimesTen vendor codes used in java.sql.SQLException.
TimesTenXADataSource - Class in com.timesten.jdbc.xa
Implements the javax.sql.XADataSource interface.
TimesTenXADataSource() - Constructor for class com.timesten.jdbc.xa.TimesTenXADataSource
Creates new XADataSource.
toString() - Method in enum com.timesten.jdbc.ClientFailoverEvent.FailoverEvent
 
toString() - Method in enum com.timesten.jdbc.ClientFailoverEvent.FailoverType
 
toString() - Method in class com.timesten.jdbc.ClientFailoverEvent
 
TT_ERR_ADDCOLDUPLICATECOLNAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ADDSEQVALINFOFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGGFUNCCANTBENESTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGGFUNCINGROUPBY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGGWITHFORUPDATENOTALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGAUTOREFRESH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGCOLNOTEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGCOLWRONGTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGCOMBILLEGAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGDIFFCHILDPOLICY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGDIFFPARENTPOLICY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGDROPAGINGCOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGEXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGILLNULLABLEAGINGCOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGINVLSTART - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGINVLUNITFORTTDATECOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGLRUINVALIDSET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGLRUWITHAUTOREFRESH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGLRUWITHSTATICAUTOREFRESH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGMVDETAILTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGMVTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGNONROOTCACHEVIEW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGNOTEXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AGINGTEMPTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ALIGNCOLINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ALLOCHANDLEFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ALTERAUTOREFLIMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ALTERAUTOREFRESH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AMVREFRESHBUSY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ANAINVORDERBY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ANAINVWINDOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ANAINVWINDOWPARM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ANAMISSINGORDERBY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ANAMISSINGWINDOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ARCGONDEACTIVATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AREFRESHFATAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AREFRESHNOADMINPWD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AREFRESHNOADMINUID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AREFRESHNOORADATA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AREFRESHRETRY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ARGBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ARGNOTVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ARGOUTOFRANGE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ARGREQUIRED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ARGSINDDLNOTALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ARGTOOBIG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ARSTATEINCOMPAT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ASANDDRORACLESAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ASSTATEARSTATEINCOMPAT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ASSUBMUSTNOTKEEPCG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ASYNCREFINTZERONOTALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ASYNCTHREADERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ATOMIC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHALLOCFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHCANNOTALTERADMIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHCANNOTDELETEADMIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHCANNOTMODPASSADMIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHCONVERTUSERTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHCREATEBYNONINSTADMIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHDESTROYBYNONINSTADMIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHDOESNOTEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHDROPSYSTEMUSER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHDROPUSERISCONNECTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHDROPUSEROWNSOBJECTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHENCPASSWDLENGTH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHGRANTUSERHASOBJPRIV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHGRANTUSERHASSYSPRIV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHINCORRECTPASSWD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHINTERNALERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHINTERNALSYSTEMUSER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHINTERNALUSERONLY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHINVALIDOBJECTPRIV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHINVALIDSYSTEMPRIV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHNOATTRPRIVILEGE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHNOATTRPRIVILEGEINST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHNOCREATESESSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHNOPRIVILEGE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHNOSUCHUSER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHNOTENABLED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHNOTINSTANCEADMIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHOBJECTDOESNOTEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHOBJECTRIGHTSMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHPARSERINVALIDPRIV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHPASSWDILLEGAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHPASSWDREQUIRED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHPASSWDTOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHREDUNDANTALLOBJPRIV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHREDUNDANTALLSYSPRIV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHREDUNDANTOBJPRIV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHREDUNDANTSYSPRIV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHREDUNDANTUSER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHREVOKESYSGRANTEDOBJPRIV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHREVOKEUSERLACKSOBJPRIV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHREVOKEUSERLACKSSYSPRIV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHSYSDBANOTIMPLEMENTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHSYSTEMUSERPRIVS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHTOOMANYUSERS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHUSERCANNOTAUTHOBJPRIV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHUSERCANNOTAUTHSYSPRIV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHUSERDOESNOTEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHUSEREXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHUSERISINSTANCEADMIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHUSERLACKSPRIV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHUSERNAMETOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTHUSEROWNSOBJECT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTOREFINTMAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTOREFINTMIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTOREFLAUNCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTOREFRESHINPROGRESS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTOREFRESHMAXCOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTOREFRESHSTATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTOREFTIMEOUT24 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTOREFTYPEBADVALUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTORFBADSTATUS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTORFDEADCG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTORFFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AUTORFHISTTOOOLD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTBEHIND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTCTNINIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTEMPTYDELETE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTEMPTYUPDATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTFAILTHRESHOLDNEG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTGETUIDFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTINITFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTINITFAILED0 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTINITIALIZED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTNEEDSADMINUIDPWD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTORACLEUIDPWDNOTINITED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTORACONNECTERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTORAFORCEFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTPERFINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTPLSQL4KLIMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTPLSQLASTIMEOUT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTPLSQLNOMETADATA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTPLSQLROLESTATESWITCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTREPORTINDISKLESSMODE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTREPSCHEMAGENFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTRUNTIMENOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTRUNTIMENOUPDATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTRUNTIMEREADFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_AWTRUNTIMEUPDATEFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BACKUPBLOCKED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BACKUPDIED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BACKUPDIRNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BACKUPHOLDBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BACKUPPATHLEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BACKUPPATHNOTINCR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BACKUPPTREQFUTURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BACKUPPTREQPURGED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BACKUPSTALE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BACKUPTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BACKUPXACTMISSING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADAGINGINTERVAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADBTREEINDEX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADBUFALIGNMENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADCACHEPROP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADCHARACTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADCHARAFTERESC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADCHECKOVERRIDE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADCMDARGTUPHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADCMDHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADCMPCOND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADCOLNUM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADCONNECT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADCONTROL1 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADCONTROL2 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADCURHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADCURSOR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADCURTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADDATEFMT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADDATEFORMAT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADDBHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADDBRELEASE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADDEFAULTVAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADELEMDATEFORMAT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADELEMNUMFORMAT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADESCCLINLIKE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADEXISTSMODE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADEXTRACT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADFMTHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADFORMATNULLSTRING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADFORMATPRECISION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADFORMATSTRING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADFORMATWIDTH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADHASHINDEX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADHPCREATEFLAGS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADINDEXID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADINSERTVALUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADINTERNAL1 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADISOLEVEL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADIXHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADIXPRIMARY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADKEYCOLCNT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADKEYCOLNUM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADLOCKINGLEVEL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADLOCKWAITVALUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADLOGCONNECTFLAGS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADLOGDIR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADMAXCNT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADMEMORYTHRESHOLD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADMISSINGMODE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADNLSSORTPARM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADNOTPROPAGATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADNUMFORMAT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADOPENMODE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADOPNDDATATYPEFOROP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADOPTFLAG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADORACLEPARAM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADPAGESVALUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADPLATFORM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADPTNNUM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADREPLCTNSLOT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADREPUPDATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADSAMPLESTR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADSUBQUERY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADSVPTHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADSYNTAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADTABLENAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADTBLHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADTRIMCHR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADTTREEINDEX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADTUPHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADTUPIMPL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADTUPIMPLFOROP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADTUPLEID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADTUPLISTMAINT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADUNICODECHARACTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADVALUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADXACTPRIORITYVALUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BADXLARECORD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BCDTYPEPRECISIONINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BCDTYPESCALEINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BCDVALPRECISIONINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BCDVALSCALEINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBARCGINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBARCGINVALIDORPRIV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBARLOGTABLENOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBAROBJIDNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBAROBJIDORLOGTBLNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBCONNECTERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBCONNECTINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBHANDLEINVALIDREPREPARE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBHANDLEINVALIDREPREPAREWARN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBHANDLEINVALIDRETRY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBMACROERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBORACOMPILEERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBORATBLNOTFOUNDWARN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBSETORASIGINTFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBSTMTOPNOTSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBSTMTSTATEINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBSTMTTOOMANYPARAMS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBSTMTTYPENOTSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBSTMTTYPEUNKNOWN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBSTMTWRONGNUMPARAMS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BDBTBLNAMEUNKNOWN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BINARYLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BINARYLONGERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BIPROPLOGMARKING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BIPROPWLOGMINER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BLKHDRINSANE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BLKMERGECONTENTION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BOOLPARAM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BUFFSIZE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_BUFTOOSMALL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEADMINPRIVS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEADMINUSERNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEAGENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEAGENTBUFFFULL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEAGENTRESTART - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEALLOCSTMTFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEARGIGNORED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEARLOGINBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEARUIDCHANGED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEARUIDVERIFY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEAUTOREFNOTAUTOREFCACHEGROUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEAUTOREFSTATEOFF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEBADLOCKLEVEL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEBADTABLENAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEBADTABLENAMEREF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEBADVALUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHECLEANUPLOCKTIMEOUT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHECOLMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHECOLUMNMAXBYTELEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEDATATRUNCATED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEDDLTIMEOUTVICTIM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEDEFININGSQL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEDEFTRUNCATED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEDYNCGCOUNTERUPDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEDYNCGREFRESHAUTOREF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEGETATTRFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEGETLOGSTATUS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEGETORAMETADATA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEGRIDP2P - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEGROUPDOESNOTEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEGROUPEXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEGROUPNAMEREQD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEHASMATVIEWWARN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEHASSYNONYM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEHASSYNONYMWARN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEILLEGLFKOP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEINITFP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEINITFPWARN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEINTERNALERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEINTERRUPTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEINVALIDDYNAMICCACHEGROUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEINVALIDSEQNUMBER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEINVALIDTHREADNUMBER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHELOADGROUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHELOADLIB - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHELOADNOTEMPTY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHELOADWARNS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHELOBSNOTSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHELOGTBLNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEMANUALOPREF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEMANUALOPTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEMATVIEWRESTRICTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEMUSTCOMMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEMUSTCOMMITN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEMUSTNOTCOMMITN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOADMINUSER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOAGENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOALTERTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOARPWD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOARUSER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOCOLUMN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOCORRORATABLE1 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENODDSRECOVERY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOFOREIGNCASCKEY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOKEY1 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOKEYERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOKEYWARN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOORAID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOORAOBJECT1 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOORASYNONYM1 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOORATABLE1 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOORAUSER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOOTHERUSERSYNONYMS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOPUBLICSYNONYMS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOREPAGENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOTALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOTCONNECTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENOTINORACLEDATATYPEMODE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENULL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHENUMTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEOCIERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEOCIERROR2 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEOCILOGINFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEODBCERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEONLY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEOPINSERISO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEORACLENAMELEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEORAFAILTTROLLBACK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEORAFLOAT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEORAFORCEFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEORAFORCESTMTROLLBACK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEORAOBJNOTSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEORAPRIVERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEORASAVEPOINTFAILTTROLLBACK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEORATIMESTAMP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEORAVARCHAR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEOUTFILEOPEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEPOPWARNS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEPREC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEREFRESHAUTOREF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEREFRESHDYNROCGNO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEREFRESHGROUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEREFRESHWARNS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEREFSTATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHERESTRICT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHERESTRICTEDCGDEPRECATED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHERESTRICTTYPED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHESHARESTRANS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHESQLERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHESQLSTRINGTOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHESYNONYMNOBASEOWNER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHESYNONYMTOODEEP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHESYNONYMWITHDBLINK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHETBLNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHETBLWHERE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHETIMESTEN8 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHETOOMANYCONNS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHETYPEAGING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHETYPEMAP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHETYPEMAPDEPRECATED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHETYPEMAPKEY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHETYPETBLFLAG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHETYPEWARN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHETYPEWHERE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEUNLOADLIB - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEVIAAGENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CACHEWHERETOOBIG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CANNOTREFRESHINVALIDMV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CANNOTSELECTINVALIDMV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CANNOTSHMGETUSERSHMKEY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CANNOTSPECCOLTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CANNOTSTATUSERSHMKEY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CANTCHECKORACLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CANTEXCLUDESYSTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CANTINCEXCFORONTABLEELT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CANTINFERCASEEXPTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CANTINFERPARAMTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CANTUPDATEHASHKEY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CANTUPDATESTANDBY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CATALOGCREATION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CGAGINGLIFETIME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CGARBMRKRESETFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CGFIXSTANDBYWARN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CGNOTAUTOREFRESH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CGNOTAUTOREFRESHED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CGNOTINCAUTOREFRESH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CGREFRESHERACTIVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CHARORADATECONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CHARORATIMESTAMPCONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CHARPARAMLENGTH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CHARSETMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CHARTIMECONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CHARTONUMBERCONVERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CHARTOROWID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CHARTTDATECONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CHARTTTIMESTAMPCONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CKPTBLOCKED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CKPTDBINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CKPTDENIED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CKPTENDNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CKPTFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CKPTFILESEEK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CKPTFILESYNC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CKPTFUZZYDENIED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CKPTINNFS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CKPTLOGWRITE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CKPTLSNBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CKPTLSNIGNORED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CKPTLSNINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CKPTNOTATTEMPTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CLEANUPSEQCACHERLBK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CLOBTIMESTEN8 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COALESCESYNTAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLCANNOTINDEST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLINMVLOG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLLENGTHTOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLLENGTHTOOSHORT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLMUSTBENOTNULL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLNAMEBLANK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLNOTFOUNDINMVLOG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLNOTINGROUPBYLIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLNOTINSRC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLNOTINSRCORDEST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLNOTUPDATABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLNUMEXCEEDSSELLISTLEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLROWIDREF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLTOOLONGFORREP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLTYPEUNSUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLUMNAMBIGUOUS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLUMNNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLUMNNOTINTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COLUMNREADONLY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COMMENTTERMINATOR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_COMPACT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CONDLOCKCONFLICT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CONFLICTREPORTSTARTING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CONFLICTREPORTSTOPPING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CONFLICTWITHINDEX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CONNECTASUSERSYS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CONNECTIONSEXCEEDED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CONNECTSIZESMALL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CONNSTRSYNTAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CONSTNUMNOTREPRESENTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CONSTRAINTCOLNOTDEFINED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CONTACTGRIDMEMBER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CONTRAINTNOTINTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CRAWTCGNOTVALIDFORMANUALTRACK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CTNWRAPAROUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CURHASNOCURRENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CURISEMPTY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CURNOTUPDATABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CURSTATEUNPOSITIONED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CURUPDATECONFLICT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CVUNSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENTALTERCACHE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENTAPPS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENTCONN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENTOPWD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENTORCL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENTORCLNET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENTPORT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENTPWD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENTRCV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENTRCVI - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENTREPLY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENTSNDI - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENTSOCKETFILE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENTTNS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENTUID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAGENTUN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWAPPEMPTYATTR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWASCREATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWASDROP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWBACK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWBACKUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWBADVALATTR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWBASICHAVIP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWCACHEAGENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWCACHEAGENTDOWN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWCACHEGRIDC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWCLUSTERACTIVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWCLUSTERDSNUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWCLUSTERFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWCLUSTERNOTREGISTERED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWCLUSTERNOTRUNNING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWCLUSTERNOTSTART - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWCLUSTERNOTSTOP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWCLUSTERREGISTERED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWCONNSTR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWCRSAPP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWCRSDIR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWCRSDIRD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWCRSINTERNAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWDAEMONCHECK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWDAEMONDOWN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWDAEMONPORTUI - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWDAEMONPORTUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWDEREGISTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWDESDS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWDOUBLEAPPATTR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWDOUBLEATTR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWDOUBLERES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWDSN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWDUPCHECK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWEMPTYATTR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWFAILEDDSNCONN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWGETIPADDRFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWGETREPIP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWGRIDAGENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWGRIDDOWN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWHOME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWINI - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWINIDSNUNAVAILABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWINIFILE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWINILONGCLINE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWINILONGLINE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWINSTANCE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWINTERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWINVALIDHOST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWINVDB - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWIVER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWLIB - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWLOCALNOTACTIVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWLOSTTXNERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWMANAGED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWMASTERHSTIDX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWMAXSUBS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWMISSINGMASTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWMISSINGMVIP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWMISSINGSUBSCRIBER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWMISSINGSVIP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWMISSINGVIP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWMODEL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWNVER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWOLSNODES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWORACLECONN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWPRIVATEHOST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWPROCFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWPROCPID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWREGAPPFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWREGFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWREGRESFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWREMOTEFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWREMOTENOTACTIVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWREPAGENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWREPAGENTDOWN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWREPCHECKSUM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWREPHOST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWREPRECV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWREPROLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWRESNOTREGISTERED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWRESOFFLINE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWRESONLINE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWRESTOREFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWRMACTVNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWRMTHST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWSCRIPTCRT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWSCRIPTDEL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWSEQERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWSPACE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWSTANDBY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWSUBAPPATTR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWSUBAPPIDX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWSUBBACKUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWTIMEOUT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWTTCRSACK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWTTCRSSEND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWUIDPWD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWUNKNOWNATTR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWVIPCONFLICT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWVIPERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_CWWRONGAPPTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONASSOCTABLEFULL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONCONNECT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONCONNECTFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONCREATEFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONDELETEFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONDISCONNECTFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONFAILURESTRING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONINTERNALERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONINVALIDATIONFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONOUTOFMEMORY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONOUTOFSUBDAEMONS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONPOLICYFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONPORTINUSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONPROTOCOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONSETUIDUSER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONSPAWNFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONSTARTUPFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONSTOPCRSMANAGED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONSUBDAEMONFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DAEMONTHREADCREATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DATABASEINITSCRIPT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DATALEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DATASTOREDELETED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DATASTORENOTINFLUX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DATECHARCONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DATETIMEARITH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DATETIMEARITHNOTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DATETIMECONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DATETIMETRUNCATED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBALLOCFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBBADCOPYFLAG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBBADDSKLSSLOGFLAG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBBADLOGFLAG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBBADTEMP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBBYPIDADDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBCREATEINPROG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBEXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBFILECHMOD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBFILECKPTUNFINISHED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBFILECLOSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBFILECREATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBFILEDESTROY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBFILEINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBFILEOPENRD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBFILEOPENWT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBFILEREAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBFILERESTOREUNFINISHED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBFILESZGET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBFILEWRITE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBICREATEFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBIDINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBINUSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBINUSEBYSAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBISCONNECTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBIUPDATEFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBLATCHCREATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBLATCHOPEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBLNAN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBMALLOCCREATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBMAXCONNECTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBMAXSZ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBMINSZ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBNOCKPT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBNOLOGGING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBPOINTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBREADLEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBSEMCREATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBSEMERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBSHMATTACH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBSHMCLOSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBSHMCREATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBSHMDESTROY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBSHMDETACH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DBSHMGET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DDSRECOVERINGMARKEDDEAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DEADDSINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DEADLOCKVICTIM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DECIMALCHARCONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DECIMALDIVIDEBYZERO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DECIMALLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DECIMALMULTSCALEOVERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DECIMALOVERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DECIMALOVERFLOWCOERCE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DECODESYNTAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DEFFKINCRTASSEL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DEPRECATEDFEATURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DERIVEDTABILLEGALNAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DICTIONARYEXHAUSTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DIFFPWD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DIFFUID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DIFFUIDONAGENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DISALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DISALLOWEDOVERCLIENTSERVER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DISKLESSMODE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DISKLESSTEMP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DISKLOGGINGREQUIRED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DISTINCTAGGEXP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DQUOTETERMINATOR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DROPALLCOLS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DROPCOLINCOMPLETE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DROPFKEYCOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DROPINDEXEDCOLS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DROPMVLOG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DROPPKEYCOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DROPPRIMARYINDEX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DROPREPTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DRTYBYTE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DSELEMENTNOTUNIQUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DSKLSSLOGBUFOVFLW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DSKLSSLOGRECTOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DSKLSSLOGXACTRLBK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DSNOTMANAGED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DSPATHTOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DUPLICATECOLININSERT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DUPLICATECOLINUPDATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DUPLICATECOLUMN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DUPLICATEINDEX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DUPLICATETBLINFROMCL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DUPLOKCACHEMETADATADEFERRED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DUPLUIDPWDREQUIRED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_DURABLEXMITNOTALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ERRORLOST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_EVENTSEEDING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_EXAMINEINPROG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_EXPIXUNSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_EXPNOTINGROUPBYLIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_EXPRESSIONFOROUTPARAM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_EXTPRECISIONDIVIDEBYZERO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_EXTPRECISIONOVERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_EXTPRECISIONUNDERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_EXTRALOGFILES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FAILEDWAITNOTINFLUX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FAILOVERINVALIDATION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FATALCANNOTROLLBACKSPACEEXHAUSTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FEATURENOTSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FILEHINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FILEHREPOSITIONED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FINALCKPTINPROG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FIRSTCONNATTRIB - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FIRSTNINSUBQ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FIXEDPTNUMINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FKCASCREPLCHILDREN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FKCASCREPLPARENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FKEYCACHEONLY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FKEYCOLDUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FKINVLCASCMIX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FKINVLCASCMIXPATH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FKINVLCASCPATH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FKREPLCHILDREN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FKREPLPARENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FLOATPRECISIONINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FLTNAN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FLUXMARKFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FLUXWAITFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FMTSTRMUSTBELITERAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FORCEDERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FORCERLBKINPROG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FOREIGNCIRCULARREF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FOREIGNKEYCOLMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FOREIGNKEYIDXMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FOREIGNKEYINUSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FOREIGNKEYLOG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FOREIGNKEYMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FOREIGNKEYNOPRIM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FOREIGNKEYSYSTBL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FOREIGNKEYTWONULLS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FOREIGNSELFREF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FORKEDCONNECTION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_FTUSERCOUNTNOTCOMPATIBLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GARBAGELEFTONHEAP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GENARGRNGBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GENARGVALBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GENLIBNAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GETCURRVALFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GETNEXTVALFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GETSREPIP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GLOBALCGSUSPEND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GLOBALQUERYCONFLICTOPT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GLOBALQUERYNEEDATTACHGRID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDAGINGREQ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDALREADYATTACHED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDATTACHFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDCONFIGCHANGE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDCONTROLTABLECORRUPTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDCREATETHREADS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDDETACHALLFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDDETACHWITHUNCOMMITTEDWORK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDDROPOWNERTBL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDFAILEDFAILOVER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDFAILOPENCONN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDILLDETACH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDILLDETACH2 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDILLEGALOWNERSHIPOPER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDILLGRIDNAMESET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDILSTANDBYDETACH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDINDETACH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDINFOFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDINSTANCENOTQUALIFY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDINVALIDSTRING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDINVLMESSAGEID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDINVLMSGTOACTIVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDINVLMSGTOSTANDBY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDINVSMPOPTLEVEL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDIPPORTUSED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDKEYEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDKEYISLOADED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDKEYNOTEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDKEYNOTEXISTONSTANDBY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDLOADDISSTATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDLOADERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDLOADTIMEOUT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDLOCALOWNERCONFLICT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDNEEDMANUALINSTALLERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDNEEDSTANDBYADDR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDNODEININVLSTATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDNODEUPDTIMEOUT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDNOTACTIVESTATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDNOTATTACHED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDNOTEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDNOTSPEC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDNOTSTANDBYSTATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDNOTSUPPORTONNT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDOWNERSELFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDOWNERSHIPCHECKERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDOWNERSHIPNODEDOWN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDP2PTESTFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDPLATFORMMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDPROPWAITTIMEOUT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDRELEASEMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDREMMEMBERNOTATTACH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDREMNODEATTACH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDRESUMEFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDSENDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDSENDQUEUETOOFULL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDSPACEEXHAUSTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDSPACEFORGLOBALSEL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDSTANDBYNOTATTACHED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDSUSPENDFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDTHREADDIED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDTIMEOUT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDTIMEOUTPROP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRIDUNIQCHECKFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GROUPINGFUNC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GROWRECOVERY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRPRSTNOPERMCONN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_GRPRSTNOPERMCREA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_HASAWTORAUTOREFCGS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_HASCGS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_HASHKEYNEQPRIMKEY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_HDRINSANE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_HPISFULL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_HPPGDIROVERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_IDENTICALINDEX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_IDENTIFIERTOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLALTERREPLICATEDTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLALTERSYSTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLBLOCKCKPTWITHUNPDEL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLDEFVALWITHVIEW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLDROPCG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLEGALATTRIBUTE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLEGALIDENTIFIER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLEGALJOINEDTABWITHOJ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLEGALMIXOFDMLANDDDL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLEGALORWITHOJ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLEGALPARAMNAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLEGALPLSQLNAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLEGALROWNUM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLEGALSOURCE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLEGALTBLID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLEGALVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLGLOBALCACHEGROUPDDL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLMULTNLSSORTFORINDEX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLNLSSORTPARMFORINDEX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLROWIDFORMAT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ILLTMPTABLEOPERS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_IMPRECISENUMCOERCION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INCBACKUPMAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INCOMPATFILEMODES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INCONSISTENTTYPESCONVERT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INCONSISTENTTYPESEXPECT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INCONSISTENTTYPESINCOMP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INDEXHASCURSORS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INDEXNAMEAMBIGUOUS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INDEXNAMEBLANK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INDEXNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INDEXNOTINTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INDEXOVERQUOTA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INDEXTYPEWASCHANGED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INDOPTINAPPLICABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INDOPTINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INDOPTINVALIDNAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INDOPTSTRINGLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INICONNSTRLEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INSTCONFLICTOWNER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INSTWASDELETED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INSTWASUNLOADED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INSTWASUPDATEDUNLOADED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INTEGERDIVIDEBYZERO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INTEGEROVERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INTEGEROVERFLOWCOERCE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INTERNAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INTERVALINVL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INTERVALOVERFLOWCOERCE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDAGGEXP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDAGINGCOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDALTERIDXTYPEPK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDALTERTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDANAEXP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDARGFUNCARG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDARINTERVAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDATEINPROG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDBINARYPARAM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDCACHEGRID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDCACHEGRIDDEF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDCACHEGROUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDCAPTUREMODEINDEXREC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDCOLNUM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDCOLREF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDCOLUMNASINSERTVALUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDCOLUMNNAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDCOMMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDCONNATTRIBVALUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDDATETIMESTRING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDDICTIONARYCOLCHANGE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDDICTIONARYMAXVALUESSIZE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDDSINTERVAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDDURATION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDENDINDEXREC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDESCAPESEQUENCE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDFK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDHANDLESTATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDLSNREAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDNEWINDEXREC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDNUMBER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDNUMBERLENGTH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDNUMERICSTRING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDPEER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDPOLICY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDPOSTHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDSQLCNUM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDSTMTHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDTHREADVALUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDTRUNCLSN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDTYPENAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDUSERENVPARAMETER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDWITHLIMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVALIDYMINTERVAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVINTERVAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLADDUNIQ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLDEFAULTUSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLDROPASPAIR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLDROPUNIQ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLGRIDATTACH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLGRIDCREATEATTACH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLGRIDDESTROYCACHEGROUPS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLGRIDDESTROYNODEINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLGRIDESTROYDATTACH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLGRIDMULTCREATEDESTROY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLGRIDREPLCONFIG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLGRIDUPDDELPASSTHRU - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLOLDASPAIRATTACH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLONCOMMITOPT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLRELOP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLROWIDREF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLSTATETOATTACHGRID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLSTOPCACHEAGENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVLUNIONORDERBY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_INVNUMBERFORMAT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ISOLEVELCONFLICT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_IXKEYEVAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_IXMAXPERTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_IXNAMEMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_IXOPUNSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_IXPRIMARYEXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_IXPRIMARYUNIQUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_JOINFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_JOINORDERINAPPLICABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_JOINSTRINGBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_JOINSTRINGLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_JOINUPDATEINVLCOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_JOINUPDATESYNTAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_KEEPCGMUST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_KEYCOLDUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_KEYCOLNOTFOUNDINMV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_KEYCOLNOTNULL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_KEYDELETED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_KEYEXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_KEYNOTCHANGEABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_KEYNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_KEYNOTUPDATABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LIBPATHSETFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LICENSEEXPIRED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LICENSEMAXCONNSEXCEEDED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LICENSEMAXSIZEEXCEEDED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LICENSEMGRINTERNALERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LICFILEINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LICFILEMISSING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LICFILEUNREADABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOADSEQTOCACHEFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBBUFLENERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBCHARBOUNDARYERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBCLOSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBCOMMITOPENLOBSEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBCPAPPENDFORMMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBCSFORMMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBFETCHNULLLOB - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBINCONSISTENTDATATYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBINDEXCOLUMN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBINUNIONSELECT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBINVALARGS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBINVALIDLOCATOR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBMAXLENEXCEEDED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBMULTIBYTECSERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBMVNOTSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBNULLLOB - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBOPEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBOPENRWERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBPASSTHROUGHOPUNSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBPKCOLUMN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBREADONLY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBROWNOTLOCKED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBSRCINSUFFIENCIENTDATA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBSRCOFFSETERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBSTREAMINGERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBTRIMLEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBTYPEMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBUNSUPPORTEDCSFORM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOBUNSUPPORTEDCSID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOCALHOSTINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOCKDBINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOCKLOGTRUNC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOCKSLEEP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOCKSPACE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGBLKINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGBUFLRSZMAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGBUFSZBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGCOPYDIRCREATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGCOPYFILECHMOD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGCOPYFILEOPEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGCOPYFILEWRITE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGCURSOREOF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGCURSORNOCURRENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGCURSORNOTOPEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGCURSORUNPOSITIONED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGDATALOSSPOSSIBLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILEBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILECHMOD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILECLOSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILECREATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILEDESTROY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILEEXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILEHDR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILEMISSING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILEMOVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILENAMEGEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILENAMETOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILENUMBERMAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILEOPEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILEPURGED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILEREAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILERENAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILESEEK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILESIZE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILESIZEMAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILESIZEMIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILESYNC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILESYNCRETRY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILETRUNCATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFILEWRITE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFLUSHER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGFSFULL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGMNRNOTSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGREADBADLEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGREADBADTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGREADEOF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGREADLEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGREADWRONGLSN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGRECINCOMPLETE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGRECTOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGRESEXHAUSTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGRESFILECHMOD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGRESFILECLOSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGRESFILECREATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGRESFILEDELETE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGRESFILEOPEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGRESFILERENAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGRESFILESEEK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGRESFILESYNC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGRESFILESZ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGRESFILESZBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGRESFILETRUNCATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGRESFILEWRITE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGSDESTROY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGSINNFS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGSTRANDSZTOOSMALL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGTRUNCATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGWRITELEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LOGXACTRLBK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LONGINDEXKEYLEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LRPURGED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_LRTYPEDISALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MALLOCFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MANUALLYLOADED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MANUALLYUNLOADED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MAXTBLPTNS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MEMORYLOCK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MEMORYLOCKNOTSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MEMORYLOCKWARN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MERGEKEYNOTUPDATABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MINSTOPTIMEOUTWARN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MISMATCHAUTOREFTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MISMATCHEDLOGDIR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MISSINGCOLINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MISSINGUNIQTTIND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MSGTOOAFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MULTDISTINCTCOLSINAGGFUNS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MULTIPLEPARENTFORTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MULTIPLEPARENTTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MULTIPLESETSAMEATTR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MULTPRIMARYKEYSPEC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MULTPROPAGATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MULTREADONLY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MUSTBEORACLETYPEMODE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVALTERTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVALTERVIEWTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVDEFTRUNCATED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVDETAILTABLECACHEGROUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVDETAILTABLEREP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVDROPTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVDROPTABLE2 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVDUPLICATECOLUMNNAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVEXPRESSIONWITHNONAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVILLEGALNBDISO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVILLEGALNOLOG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVILLEGALVIEWUSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVILLEGLFKONVIEW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVLEXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVLNOTEXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVONMVLOG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVSQLTOOBIG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVSYSTEMTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVTOOMANYVIEWS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVTRUNCCHILDTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVTRUNCVIEW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVUSEDROPVIEW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_MVUSETRUNCATEVIEW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NCHARSETMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NCHARTOASCIICONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NEEDAUTOREF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NEEDINCAUTOREFMODE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NFSLOGDIRNOTSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NLSCHARSETCONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NLSDATALOAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NLSDATETIMEFORMAT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NLSDBCHARSETREQUIRED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NLSINITIALIZATION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NLSINVALIDSESSIONPARAM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NLSINVALIDSESSIONPARAMVALUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NLSLINGKEYTOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NLSNCHARCONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NLSNLSSORTFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NLSTIMESTEN8CONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NLSTIMESTEN8NONBINARYSORT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NLSUNISTRBADSLASH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NMVILLEGALCOLNAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NMVILLEGALCOLNAMELIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOAGING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOAGINGWAUTOREFRESH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOAWTMONONSUBSCRIBER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOAWTTHRREPLICATION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOBITWOSAFE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOCACHECONF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOCACHEGROUPDEFTBL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOCOLNAMEINCRTHTBL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOCOLTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOCONFLICTWITHOBJECT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOCREATETRIGGERPRIVILEGE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOCURRENTUSER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NODMLINMVLOG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOEXISTCACHEGROUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOFLUSH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOINDEXONFOREIGNKEY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOLRATLSN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NONE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NONODEIDTBL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NONODEIDTBLMISSINGROW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NONODEINFOTBL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NONPOSITIVEDATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOORACLEWITHXA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOORAPRIVERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOORAPRIVWARN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOPARENTTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOPERMACCESS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOPK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOPKINMVLOG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOPROPTWOSAFE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOREFRESHWHERECLAUSEDYNAMICCG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NORETURNSERVWITHOBJECT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOSHARE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOSTATSONSTATSTABLES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOSUBDAEMONS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOSUCHSCHEMA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOSUCHTBLID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOTALLREADONLYORPROP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOTAMV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOTDURABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOTENOUGHVALUES4UPDATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOTGLOBALCACHEGROUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOTGRIDMEMBER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOTHREADSUPPORT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOTNODEATTACHGRID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOTONSTANDBY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOTSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NOUNIQUEINDEX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NULLCOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NULLIFNULLNOTALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NULLPOINTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NULLTBLNAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERCONVERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERCONVTRUNCATED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERDIVIDEBYZERO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTOBIGINTCONVERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTOBIGINTOVERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTOBIGINTUNDERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTOCHARBUFFERTOOSMALL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTOCHARCONVERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTOCHARTRUNCATION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTODOUBLECONVERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTOFLOATCONVERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTOINTCONVERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTOINTOVERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTOINTUNDERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTOSMALLINTCONVERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTOSMALLINTOVERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTOSMALLINTUNDERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTOTINYINTCONVERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTOTINYINTOVERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTOTINYINTUNDERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTYPEARITHOVERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTYPEARITHUNDERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTYPEPRECISIONINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTYPESCALEINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTYPEVALUEINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTYPEVALUEOVERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMBERTYPEVALUEUNDERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMERICCHARCONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_NUMINSERTCOLSANDVALSNOTSAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OBJDUPLICATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OBJEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OBJNAMEINUSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OBJNAMEINUSESAMESTMT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OBJNAMETOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OBJNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENT1567 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENT1649 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENT1727 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENT1740 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENT1779 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENT1785 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENT1792 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENT2119 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENT2227 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENT2251 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENT2299 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENT2308 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENT2347 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENT2432 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENT2561 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENTEVENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENTMISC237 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENTMISC275 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENTNOSTART - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENTRESTART - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCAGENTTHREAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCARINITFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCARMARKERINIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCASSERT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCBADLOGSEQNOTSTORED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCBADTUNINGPARAMETER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCBIPROPHASHFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCBUFFERTOOSMALL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCCLEANUPSNPRINTF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCCMDLINEMISSING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCCMDLINEWRONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCDEADDSMONITOREXITED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCDEADDSMONITORINIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCDEADDSMONITORSTARTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCDEBUGMSG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCDUPKEY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCERRBADARGADDCGS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCERRNOTAUTOREFONNONE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCERRNOTAUTOREFRESHED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCERRSEED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCGETLMLOCK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCGETLMUSERCOUNT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCGETLOGLIMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCGETMINSCN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCHEARTBEATEXITED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCHEARTBEATINIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCHEARTBEATPROGRESS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCHEARTBEATSTARTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCIINITFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOAGENT1621 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOAGENT1772 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOAGENT2331 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOAGENT2338 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOAGENT2700 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOAGENT2719 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOAGENT2728 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOAGENT2814 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOAGENT2986 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOAGENT3118 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOAGENT3284 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOAGENT3440 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOAGENT3583 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOAGENT4031 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOAGENT4081 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOAUTOREFSUCCEED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOBIPROPENTRIESDELETED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOCACHEGROUP507 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOCACHEGROUP881 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOCLOCK138 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOCLOCK176 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOCLOCK234 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOCONNECTINSTANCE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOCONNECTINSTANCEHOST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFODDLLOCK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFODDSMANUALREC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFODDSNORECMANUAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOENDAUTOREFRESH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOENV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOGARBAGECOLLECTOREXITING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOGCPROGRESS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOINIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOINTERNALREFRESHEDNROWS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOLOCKCACHEGROUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOLOCKINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOLOGMINERPROGRESS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOLOGRDRCSCN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOLOGRDRSTARTSCN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOLOGRDRTIMESTAMP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOLOGSEQ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOMARKEREXITING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOMARKERPROGRESS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOMARKERPROGRESS2 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOMODENOTFULL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOMODENOTINCREMENTAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOOANOTFULLYINIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOODBCSTUFF625 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOODBCSTUFF641 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOODBCSTUFF753 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOONETRUNCATOR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOORAFAILOVER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOORAFAILOVERBEGIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOORAFAILOVEREND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOORAFAILOVERREGISTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOORAFAILOVERSHUTDOWN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOORARETRYTIMEOUT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOORASTMTEXEC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOORASTUFF1427 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOORASTUFF1719 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOORASTUFF1761 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOORASTUFF1866 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOORASTUFF2076 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOORASTUFF2322 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOORAUTILS143 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOPRINTFOSTRUCT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESH11813 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESH12561 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESH1787 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESH1792 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESH3543 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESH3609 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESH3806 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESH4026 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESH4039 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESH4317 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESH5975 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESH5985 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESH7012 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESHDEADLOCKVICTIM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESHEDNROWS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESHER1215 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESHER1273 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESHER1296 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESHER1352 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESHER1402 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESHER1440 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESHER538 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESHER544 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESHER599 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESHER674 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESHER691 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESHEREXIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREFRESHLOCKESCALATION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREPORTERBOOKMARK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOREPORTERBOOKMARKSKIPPED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOSCHEDULER1090 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOSCHEDULER1267 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOSCHEDULER1274 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOSCHEDULER571 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOSCHEDULER748 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOSCHEDULER769 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOSCHEDULER778 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOSCHEDULERCGNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOSHUTDOWN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOSHUTDOWNBEGIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOSHUTDOWNEND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOSTARTAUTOREFRESH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOSTATENOTON - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOTSALERTWRITERPROGRESS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOVALABORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOVALEMPTYREFRESHES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOVALENDOK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOVALENDWITHERRS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOVALENDWITHERRS2 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOVALIDATIONWAITTIME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOVALNOTREQUIRED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOVALSTART - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINFOVALTRIGGEROLDERDDL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINITOCIFPTRSFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCINOTINPATH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCKEYMETADATA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCLOGREADERINIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCLOGTBLGCINIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCLOGTBLMARKERINIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCMALLOC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCMARKERINIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCNAMEPARSING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCNOCONNECTNEEDRESTART - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCNODATASTORENAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCNOORACLENOREFRESH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCNOREPAGENTERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCNOREPAGENTWARN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCOCIERRORINVALIDHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCOCIHANDLEALLOC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCOCIHANDLEFREE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCOCIINVALIDHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCOCISTMTHALLOC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCODBCINVALIDHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCODBCSTMTHALLOC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCODBCSTUFF438 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCODBCSTUFF527 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCODBCSTUFF536 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCODBCSTUFF543 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCODBCSTUFF550 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCODBCSTUFF565 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCODBCSTUFF764 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCODBCSTUFF773 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORAAGENTUPERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORAFAILOVERABORT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORAFAILOVERBADEVENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORAFAILOVERTIMEOUT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORAPRIVILEGE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORAPWD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORARETRIESTIMEOUT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORASQLFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORASTUFF1502 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORASTUFF1588 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORASTUFF1731 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORASTUFF1792 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORASTUFF2317 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORASTUFF2492 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORASTUFF2644 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORASTUFF2665 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORASTUFF2680 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORASTUFF2904 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORASTUFF2925 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORASTUFF3008 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORASTUFF3239 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORAUTILS134 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCORAUTILS202 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCREDOPARSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCREFRESH2769 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCREFRESH3628 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCREFRESH4530 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCREFRESH5539 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCREFRESH6007 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCREFRESH6166 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCREFRESH7746 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCREFRESH8264 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCREFRESHAGENTRESTART - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCREFRESHER1233 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCREFRESHER1382 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCREGISTERFOCALLBACKFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCREPAGENTUPERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCREPAGENTUPWARN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCREPORTERINIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCSCHEDULER1260 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCSCHEDULER476 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCSCHEDULER543 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCSCHEDULER579 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCSETUSER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCTBLLOCK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCTSALERTEREXITED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCTSALERTERINIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCTSALERTERPRIVILEGES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCTSALERTERSTARTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCTSALERTWRITEREXITED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCTSALERTWRITERINIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCTSALERTWRITERPRIVILEGES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCTSALERTWRITERSTARTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCTSLOWFREETS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCTSLOWQUOTA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCTWOSAFE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCUNEXPCTDORATYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCUNEXPECTEDROWCOUNT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALBADCGID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALCGTBLPARSING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALCREATETIMECHANGED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALDATECOMPUTE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALLOGOLDERBASE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALLOGSEQCHANGEDNOREFRESH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALLOGSEQCHANGEDNOREFRESHSHORT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALLOGSEQDIFF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALLOGSEQNULL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALNOUSERCOUNTROW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALOBJIDDIFFERENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALORAOBJNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALORAOBJNOTVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALORASYNCOBJSROWSNOTFND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALORATBLNOTFND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALORATBLNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALORATBLNOTVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALPREVLOGSEQGTBOOKMARK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALREFRESHERNOTINITED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALREFRESHERNOTINITED0 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALTRIGNOTENABLED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALTRIGNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALUSERCOUNTEQ0 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALUSERCOUNTLT0 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALUSERCOUNTNULL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCVALUSERCOUNTTBLNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNAGENTSHUTDOWN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNAUTOREFRESHLOCK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNCONDWAITFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNCONNECTORAAFTERFAILURES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNDDLLOCK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNFIRSTCGWAIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNFIRSTFULLLOAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNFORCEDCOMMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNLOCKTRUNCATOR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNLOGRDRDDLFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNLOGRDRTBLNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNLOGTBLTRUNCATED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNLOGTBLTRUNCFULL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNOCIDESCRIPTORFREE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNODBCHANDLEFREE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNODBCSTUFF444 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNODBCSTUFF520 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNORACLEREDOLOGMISSING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNORAFAILOVERERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNORASTUFF2749 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNORASTUFF3611 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNORASTUFF3981 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNORASTUFF5608 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNORAUTILS140 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNORAUTILS211 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNRECOVERYTBLLOCK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNREFRESH12467 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNREFRESH4819 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNREFRESHER647 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNREQUESTEDDEFERRED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNSNAPSHOTTOOOLD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNTBLCHANGEDRECENTLY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNTBLSPACESIZE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNTRUNCLMLOG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNUCENTRIESMISSING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNVALARMODEDIFFERENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNVALARSTATEDIFFERENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNVALCGNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNVALINOANOTINREF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNVALINREFNOTINOA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNVALLASTLOGSEQGR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNVALLOGSEQCHANGEDNOREFRESH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNVALLOGTBLEMPTY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNVALLOGTBLTRUNC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNVALMARKER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNVALNOLONGERINCREMENTAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNVALNUMTBLSDIFFERENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNVALOBJIDNOTINAR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNVALOUTOFSYNC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNVALPREORDERDIFFERENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OCWARNVALPREVLOGSEQGTBOOKMARK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OJINNERTABW1OUTERTAB - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OJNOTALLOWEDINSELCLAUSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OJREFONLYONEOJ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OJWITHTWOTABNOTALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OLDREPUPDATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OLUNDOFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ONPREDCOLUMNNOTBEUPDATED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OPENIXCURCONFLICT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OPENTBLCURCONFLICT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORAAGENTNEEDUID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORAAGENTNOTNSADMIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORAAGENTSHUTDOWN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORAAGENTTEMP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORAAGENTUIDPWD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORAAGENTUIDPWDMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORABADLOGIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACANNOTCONNECT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACANNOTREPLAY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACHARCONVERTTOTTROWID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACLECLSERVINCOMPATIBLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACLEDBVERNOTSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACLEDOWN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACLEDOWNREQUESTDEFERRED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACLEHOME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACLEHOMELEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACLEHOMELONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACLEHOMENOTSET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACLEHOMESETFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACLEIDNOTSET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACLELIB - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACLEPWD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACLEROWIDCONVERTTOTTROWID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACLETXFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACONNECTFAILEDPERM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACONNECTFAILEDTMP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACONSTRAINT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACONSTRAINTHASCHILD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACONSTRAINTORPHAN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORACONSTRAINTUNIQUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORADATETOORATSCONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORADATETOTTTSCONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORADEADLOCK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORAFAILOVERFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORANOLONGERCONNECTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORAOUTOFRESOURCE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORAPARAMETERBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORAPLSQLPRIVERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORAPRIVERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORAPRIVILEGES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORARECOVERYINPROG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORARESOURCEBUSY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORARESOURCETIMEOUT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORASAVEPOINTERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORASPAWNFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORASTARTFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORASTOPFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORASTOPIGNORED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORASYNTAXERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORATRANSIENTERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORATRUNC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORATSTOORADATECONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORATSTOTTTSCONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORATXFAILTTNEEDSREFRESH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORDERBYCOLMUSTBEPOS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORDERBYEXPNOTINDISTINCTLIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ORDERBYORFORUPDATENOTALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OSBUFFLUSH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OSDESTROYDIR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OSNOPERMDIR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OSNOSUCHDIR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OSOPENDIR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OSUNLINK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OTHERMISSINGUNIQTTIND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OUTPARAMBUFTOOSMALL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OUTPARAMCONVERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OUTPARAMINCOMPLETECHAR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OUTPARAMTRUNCATED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_OVERLAPCOLINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PANICRECOVERY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PARAMASUNOPARG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PARAMOPTIONSWITHRESULTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PARAMSASBOTHBINOPARGS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PARAMSASFIRSTINSTRARGS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PARAMSASFIRSTSUBSTRARG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PARAMTOOLARGEFORINCL2 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PARAMTOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PARAMVALUELENGTH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PARAWTCOMMITWAITTIMEOUT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PARAWTGRIDPROPUNFINISHED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PARAWTREPLPARALLELISMNOTSET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PARREPLAWTINVSMPOPTLEVEL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PARTIALLOGBLK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PASSTHROUGHALTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PASSTHROUGHBADVALUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PASSTHROUGHCMDNOTUSABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PASSTHROUGHUNSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PATHENVVAR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PERMSPACEEXHAUSTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PERMTHRESHOLDEXCEEDED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLCOMPILATIONERRORS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLCOMPILATIONWARNINGS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLCOMPILEERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLCOMPILERPARAMDUPLICATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLCOMPILERPARAMINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLEXCLACCESS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLFIRSTCONNECT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLINITSYSTEMMEMORY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLINTERNALERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLMEMORYADDRESSINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLMEMORYSIZETOOSMALL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLNODATAFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLNOTINSTALLEDDATABASE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLNOTINSTALLEDINSTANCE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLQMARKPARAMETERMARKER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLRUNTIMEERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLSHMATTACH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLSHMINUSEBYTIMESTEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLSTATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLSYSTEMPACKAGELOAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLTHREADSAFE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PLSQLTIMEOUTEXCEEDED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_POLICYRQSTINPROGRESS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_POSITIVEFIRSTNVALUEREQ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PRIMARYKEYCOLS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PRIMEKEYEXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PRIMEKEYNULL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PRIMEKEYUNIQUECONFLICT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PRIVSYNNOTEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PROCEDUREDOESNOTEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PROCFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PROCINIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PROTOCOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PUBSYNNOTEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_PWDORPWDCRYPTNOTSPECIFIED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_QUOTAOVERMAXCNT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_QUOTETERMINATOR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RAMLOADIGNORED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RAMUNLOADIGNORED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RCVRCOMMITDEPERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RCVRSTOPPING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RDLOGBUFSZBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_READONLY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REBUILDREDO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RECLAIMFILECREATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RECLAIMFILEREAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RECLAIMFILESEEK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RECLAIMFILEWRITE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RECOVERYFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RECOVERYINPROG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RECOVERYNEEDED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RECOVERYNOSPACE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REENTRANT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REFCURSORCONNMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REFCURSORFORBINDINGVAR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REFRESHERJOIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REFRESHERLISTPRINT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REFRESHERLISTPRINT2 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REGISTERORAFAILOVERFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RELOPSUBSYNTAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RELOPSYNTAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REMMEMBERINVALIDATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REMOTEDAEMONCONNFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REMOTEREPCONNFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REMOTEREPPORTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPACCESSVIOLATION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPACTIVESTANDBYANDSUB - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPADDARFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPADDCOLDEFINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPADDELEMFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPADDSEQDEFINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPADDSEQFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPADDTBLDEFINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPADDTBLFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPAGENTCONNECTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPAGENTRECVFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPAGENTRUNNING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPAGENTSENDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPAGENTSTARTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPAGENTSTOPPING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPAGINGINFOFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPAGINGPOLICYDIFFERS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPAGNTPORTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPALLTHEADSEXITED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPALTERSYSOWNEDELEMENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPALTERTWOSAFE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPALTTRANSMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPAPPLYLOGRECFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPARSUBSFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPARUPDATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPASCANTSETSTOREATTR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPASFIXUPERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPASMUSTCREATEONASNODE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPASSTOREALREADYINSCHEME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPAUTOCOMMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBACKUPFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBACKUPOPFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBADAS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBADCOLTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBADDUPSTORE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBADFAILCALL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBADHEARTBEATFACTOR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBADPEERSTATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBADROUTEDUPHOST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBADROUTEDUPPRI - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBADROUTENOMASSUB - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBADROUTEPRIORITY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBADSTORENAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBADTSCOLUMN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBADTSREPORTFILE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBADTSUPDATERULE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPBADTUPLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCACHEIDTBL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCACHETS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCANNOTEXCLUDEAWT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCANTALTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCANTALTERNOTACTIVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCANTASWITHOTHERSCHEME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCANTCREATEORADRSCHEME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCANTCREATESCHEMEWITHAS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCANTCRINDEXTBLNOTEMPTY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCANTDROPMASTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCANTGETCACHEAWTMETHOD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCANTINCEXCCGTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCANTINITDRONMASTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCANTREPLICATECREATETBL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCANTSETCONNTRACK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCANTSETTBLDDLREP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCANTSETTBLDDLREPNOTAS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCASCADEDELETEINFOFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCASCADEDELETEMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCATCHUPFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCATCHUPOP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCATCHUPPRG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCATCHUPREQ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCATCHUPRESET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCATCHUPSTARTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCATCHUPSTOPPED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCATCHUPSTOPPING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGAUTOREFRESH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGAUTOREFRESHRCVR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGAUTOREFSTATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGBOTHAUTOREFSTATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGBOTHPROPAGATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGDEFDIFFERENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGDEFSKIP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGDUPECHECKFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGDURATIONMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGINCOMPATIBLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGJOINMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGLENMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGLOOKUPFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGPROPAGATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGTABSUBWITHAUTOREF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCGWHEREMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCMDDELETEFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCMDFMTARGFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCMDFMTRESFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCNFGACCESSFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCNFGACCESSTEMPFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCOLINFOFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCOLINFOSEND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCOMMANDRCVD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCOMPILECMDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCOMPRESSINFOFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCONFIGEMPTYFULLDS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCONFLICTCHECKCONFLICT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCONFLICTCHECKFULLDS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCONFLICTNOTINAS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCONFLICTRESUMEABOVESUSPEND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCONFLICTRESUMENOSUSPEND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCONNAWAKENED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCONNAWAKENFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCONSTRAINTCHKFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCOULDNOTCOUNTTRACKS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCTNSLOTALLOCFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCTNSLOTGETFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCTNSPINCOUNT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCTNUPDATEFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCURNEXTFAILINFUNC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCUROPENFAILINFUNC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCURSORNEXTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCURSOROPENFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCVCHECKFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPCVTBLUNSUBSCRIBED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDAEMONCONNFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDAEMONCONNINIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDAEMONGONE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDBCONNECTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDBCTXTCREATEFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDBCTXTSETFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDBDISCONNECTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDBGOPTSSET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDBINFOFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDBINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDBLOCKSETFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDDL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDDLCANTCRTTBLASSEL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDDLCANTCRTTBLNOTADMIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDDLCANTREPNOTACTIVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDDLTBLCANTINCPOPTBL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDDLTBLTRUNCBEFOREINCL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDEADMANDATA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDEADMANREADFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDEFHOSTNOTMATCHEXISTING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDIFFCOLTYPES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDIFFCOLUMNCOUNT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDIFFPRIMCOLS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDISKLESSSTATFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDISKLESSTEMP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDISKLESSUPDTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDRINITCANTINITORA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDRINITCGFLUSH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDRINITERREXIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDRINITORACOMMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDRINITORATRUNC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDRINITTHREADCREATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDROPCOLDEFINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDSKLSSCTNXCHNGFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDSKLSSXMITBYTEFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDSNAMETOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDSTBLELEMENTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDUPACTIVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDUPEIDENTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDUPELEMENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDUPLICATENEEDED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDUPLICATENOTCOMPLETE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDUPNEEDED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDUPOPTREADFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDUPOWNER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDUPPATH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDUPREPLICATION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDUPSTORE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDUPSTOREATTRIBUTE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDUPSTORENAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDUPSUBSCRIPTION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDUPTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDUPTSATTRIBUTE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPDYNCHNGNOTALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPELEMENTDROPPED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPELEMOWNERCONFLICT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPELEMOWNERFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPEMPTYTBLFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPERRFROMDAEMON - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPEXCASEMPTY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPEXCEEDINLINEMAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPEXCELTEMPTY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPEXCLUDEDALL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPEXCTABNOTINELT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPEXECCMDFAILINFUNC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPEXECSQLFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPEXECUTECMDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPFAILPKTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPFAILPKTRCVD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPFKCHNGNOTALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPFKEYCONSTRAINTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPFLUSHQUEUEFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPFORCECONSET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPFORCELOGFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPGETCHARSETIDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPGETCHARSETMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPGETIPADDRFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPGETREPHOLDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPGETTIMEOFDAY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPGRIDOWNERSHIP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPHDRSTATFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPHEARTBEATINFOFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPHEARTBEATSENDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPHIGHLATENCY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPHIGHSKEW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPHOLDLSNSETFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPHOLDLSNUPDTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPHOSTNAMETOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPHOSTRESOLUTION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPIDENTIFIEREQUAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPIGNORINGCYCLESEQUENCE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINCEXCALREADYINSCHEME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINCEXCNOTONTABLEELT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINCEXCOBJNOTUSED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINDOUBTXACTWAIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINDXINFOFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINDXMATCHFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINSTADMINNOTSAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINVALIDCOLTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINVALIDDBGOPTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINVALIDDCSTATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINVALIDELEMCNT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINVALIDLOGRECTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINVALIDMASTERCNT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINVALIDSCHEMENAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINVALIDTBLDEF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINVALIDVAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINVALIDVALSTR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPINVLDDLMIX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPIPBINDINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPIPCONNECTEDINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPIPCONNECTINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPISCHANGEDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPISFAILEDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPKEYLENEXCEEDED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLATCHINITFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLCTNARRFULL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLCTNSLOTFREE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLICATIONINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLOCALINFOFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLOCALNOACTIVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLOGBUFFADDRSZWRONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLOGBUFFTOOSMALL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLOGFLUSHFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLOGGINGMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLOGOFFSETWRONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLOGREADFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLOGREADINITFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLOGREADSTARTLSN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLOGSEEKFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLOWPEERTIMEOUT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLPARDISABLED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLPARGREATERCACHEAWTPAR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLSNGETFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPLTRACKNOTENABLED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPMALLOCFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPMATERIALIZEDVIEW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPMAXPEERSEXCEEDED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPMEMCOPYOPFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPMETAINITFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPMETAPEERDUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPMULTIHOSTPEER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPMUSTHAVETT8TOPRE7DS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPMYIDGETFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNETEXITING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNETWORKCKPTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNETWORKLOAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNETWORKTIMEDOUT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOACTIVESTANDBY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOAGINGINPARALLEL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOASYNCLOGTABLES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOAWTWITHTWOSAFE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOCACHEGROUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOCATCHUPFORPROP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOCONFIG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOCYCLINGSEQUENCE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNODSANDCONFLICTSUSPENDRESUME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNODSNONDURTRANSMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNODYNCGREGREP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOELEMENTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOLOCALSTORE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOLSN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOOLDVALINUPDT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOORACLESTORES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOPEERFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOPEERS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOPROPAGATEWITHAS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOQUIESCE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOREPLICATION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNORESTART - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOROLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOROLEYET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOROWFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOSTOPSTATEWITHAS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOSTORES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOSUBSCRIBERELEMENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOSUBSCRIPTIONS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOSWTWITHAS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOTABLEORCOLDESCR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOTALLOWAS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOTAMASTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOTINACTIVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOTLOCALINSCHEME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOTMOREONEINCEXC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOTPARTICIPANT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPNOTSTANDBY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPONEOPER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPOPNOTALLOWEDONSTANDBY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPOWNERSUBSCRIBER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPARALLELAPPLYORDERINGINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPARALLELAS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPARALLELISMMAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPARALLELMINLOGFILESZ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPARALLELNOAGING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPARALLELNOCGS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPARALLELNOPROPAGATOR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPARALLELNOREPALTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPARALLELNOTBLALTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPARALLELPROTOCOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPARALLELRS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPARTIALFULLDSCONFLICT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPEERAHEAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPEERALREADYSIGNEDON - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPEERAMBIGUOUS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPEERCNFIGCHANGED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPEERFAILMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPEERHIGHERTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPEERIDGETFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPEERLENINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPEERLISTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPEERLOOKUPFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPEERNOTDEFINED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPEERNOTINPROGRESS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPEERSTOREIDSAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPEERUNKNOWN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPEERUPDTCNTWRONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPEERUSEDEFAULT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPKCHNGNOTALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPORTCLASH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPORTDAEMONCLASH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPORTOUTOFRANGE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPROPLOOPPUSHFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPPROPSTATUSFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRCVRASSERTFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRCVRCNFIGCHANGEDINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRCVREXITING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRCVREXITWAIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRCVRNOTIDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRCVRSLAVEOBJ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRCVRSLAVEOBJNULL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRCVRSOCKETINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRCVRSTARTSYNC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRCVRSTOPSYNC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRCVRSYNCFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRCVRVERMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRELAXEDCHECKNOTINAS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRELEASEATTRDEPRECATED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRELEASESUNSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPREMOTEERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPREPLACETBLDEF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPREPLYRQSTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPREPORTOPENFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRESERVESLOTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRETBYRQSTMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRETSRVCCONFLICT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRETURNFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRETURNSVCMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPROUTENOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPROWDELACTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPROWDELETEFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPROWINSACTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPROWINSERTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPROWLOOKUPACTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPROWUPDACTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPROWUPDATEFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPROWUPDTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRRBUFFALLOCFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRRBUFFINITFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRRLIMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRRNOPEER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRRNORESPONSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRRNOTEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRRNOTVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRRSENDLSNUPDTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPRRSTATEUPDTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSCHEMACHANGEDINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSCHEMACORRUPT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSCHEMANOTTWOSAFE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSCHEMAVERFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSCHEMAVERMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSCHEMEDIFF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSCHEMEREAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSCHEMESTDIFF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSCHEMESUBDIFF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSECUREFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSEGACTIVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSEGATTACH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSENDLSNINITFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSENDLSNUPDTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSEQDEFMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSEQINFOSEND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSEQMARKEDINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSEQNAMENOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSEQNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSEQSUBSFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSEQUPDATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSETCOLFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSETLOGBUFFPADFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSETSOCKOPTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSKIPADDSEQDEF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSKIPADDTBLDEF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSOCKETREADFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSPAWNERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSPAWNFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSTANDBYAHEAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSTANDBYUPDATEFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSTARTFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSTARTIGNORED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSTARTXMTRIFINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSTARTXMTRINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSTATEUPDTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSTATISTICSUPDTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSTATUSSETFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSTOPFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSTOPIGNORED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSTOREDUPPERM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSTOREINVALIDATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSTORENOTMASTOFELT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSTOREROLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSUBUPDATEFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSYNCMUSTORE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSYNCNOSTORE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSYNCPOSTPROCFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSYNCSEMAINITFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSYSTEMCALLFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSYSTEMSEQUENCE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPSYSTEMTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTABLERELAXEDMODE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTABNOTINASSCHEME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLCOLINFOFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLCOLNUMFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLCOMPPASSINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLCONSTRAINTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLDEFCOLMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLDEFMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLDEFTSACTMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLDEFTSCOLMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLFORMATFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLIDMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLLOOKUPFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLMARKEDINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLNAMENOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLPTNWIDTHFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLRENEWFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLSUBSFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLTOREADONLYCG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTBLVERSIONFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTEMPFILEOPENFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTEMPFILEREADFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTEMPFILESEEKFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTEMPORARYTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTHEADCREATEFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTHEADEXITING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTHEADSTARTING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTHREADCREATENOMEM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTHREADEXITING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTHREADEXITWAIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTHREADFAILCNT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTIMEOUTINFOFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTOOMANYORACLESTORES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTRACKCHANGE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTRANCOMMITFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTRUNCTRANSMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTSNOTEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTSRRNOTEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPTWOSAFECOMMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPUNIQCONSTRAINTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPUPDSTANDBY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPVARMAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPVCFINDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPVERSIONMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPWITHXA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPWRONGNUMBERASAWTROWS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPWRONGPACKETTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPWRONGPEERRCVD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPXACTBEGINFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPXACTCOMMITFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPXACTFAILRESULT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPXACTINQUEUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPXACTNESTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPXACTROLLBACKFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPXLACHNGNOTALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPXMTRAWAKEFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPXMTRFAILEDSTATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPXMTRSIGNONFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPXMTRSLAVEOBJ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPXMTRSLAVEOBJNULL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REPXMTRTHREADEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_REQUESTINGRESTART - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RESERVED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RETAGGR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RETCALLBACK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RETDUPOUT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RETEXPRARGMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RETROWNUM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RETSEQ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_RETSUBQ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ROLLBACKNOTPOSSIBLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ROUTEFORUNKNOWNSTORE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ROWIDCOLUMN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ROWMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ROWSLE1 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SAMEASCACHEGROUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SBINITFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SCALARSUBQUERYRETURNDUPLICATES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SCALELARGERTHANPRECISION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SCANNING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SCANSACTIVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SELFINSERT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SEQCACHENOTALLOC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SEQDUPLICATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SEQILLEGALMAXVALUE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SEQILLEGALSTARTNUM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SEQINCRZERONOTALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SEQLIMITREACHED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SEQNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SEQVALNOTALLOWEDHERE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SEQVALNOTALLOWEDINSUBQ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SEQVALNOTALLOWINWHERE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SEQVALNOTSUPPINVIEW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SERIALMODESTART - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SERIALMODESTOP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SERVERCONNECTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SERVERPORTFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SERVERSENDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SHORTLOGREDO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SIZEOVERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SPACESIDENTIFIER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SQLBADBINARY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SQLBADSTRING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SQLCANCEL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SQLCMDBADVERNUM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SQLCMDMAXRES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SQLCMDNOTEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SQLCMDNOTUSABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SQLQUERYTIMEOUT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SQLSTMTREQUIRESARGS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SQLSTMTREQUIRESNOARGS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SQLSTMTRETURNSMULTRESULTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SQLSTMTRETURNSNORESULT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_STALEPOSTHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_STALETBLHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_STATENOACTIVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_STATSESTIMATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_STATSSPEC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_STOPXMITTERSLAVES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_STOREHASCACHEGROUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_STRINGLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_STRINGLONGERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SUBDAEMONCONNFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SUBDAEMONDEAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SUBDAEMONDIED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYNLOOPS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYNNOTALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYNNOTIMPLEMENTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYNNOTVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYNSCHEMANAMENOTALLOWED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYNSELF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYSDATECONVERTTODATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYSDATECONVERTTOTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYSDATEGETTIME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYSTABLEREPOPTIONSGET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYSTABLEREPOPTIONSSET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYSTEMNAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYSTEMQUIESCING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYSTEMTABLEALTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYSTEMTBLIX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYSTEMTBLMVLOG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_SYSTEMTBLUPDATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TABLEALREADYEXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TABLEAMBIGUOUS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TABLEBADMAXCNT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TABLECANNOTBEUPDATED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TABLECANNOTHAVESETOPERATORS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TABLEDOESNOTEXIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TABLENAMEBLANK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TABLENOTDEFINED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TABLENOTINFROMLIST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TABLENOTSUPPORTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TABLEOVERQUOTA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TABLEREADONLY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TBLDEFINITIONNEW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TBLISREPLICATED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TBLISXLASUBSCRIBED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TEMPFILENAMEGEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TEMPSPACEEXHAUSTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TEMPTHRESHOLDEXCEEDED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_THREADSPAWNFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_THREADSUPPORTFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TIMECHARCONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TIMEOUTVICTIM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TIMESTAMPCHARCONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TIMESTAMPDIFFOVERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TIMESTAMPTYPESCALEINVALID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TMPTALECMDUSAGE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TOCHARFLOATOVERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TOCHARFLOATUNDERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TOCHARNUMBEROVERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TOCHARNUMBERUNDERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TOOMANYCOLS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TOOMANYCOLSININDEX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TOOMANYERRORS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TOOMANYGROUPINGS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TOOMANYHASHCOLS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TOOMANYPARAMS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TOOMANYTABLES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TOOMANYVALUES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TOOMANYVALUES4UPDATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TOPLVLHPNOTDEFINED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TRACECOMPONENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TRACEGENERIC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TRANSPARENTLOADINVL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TRANSPARENTLOADPASTHROUGH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TRUNCCHILDNETABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TRUNCDATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TRUNCNOTLOCKED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TRUNCTBLISREPLICATED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TRUNCTBLNOALTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TRUNCTBLNOALTERCOLS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TRUNCTBLNODELETE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TRUNCTBLNOINSERT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TRUNCTBLNOUPDATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TRUNCTEMPTABLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TSDESCRIPTORALLOC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TTORAINCONSISTENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TTROWIDCONVERTTOORACHAR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TTSIZEOVERFLOW32 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TTSIZEOVERFLOW64 - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TTSIZEVIEWINCOMPATIBLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TTTSTOORADATECONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TTTSTOORATSCONVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TUPISDELETED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TUPLENILMAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_TUPNOTINTBL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UIDNOTSPECIFIED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UNABLETOCHKORACLIENTVER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UNABLETOCHKORASERVERVER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UNEXPECTEDCKPTFILE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UNIMPLEMENTED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UNIQCONSTINDEX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UNIQINDEXMADENONUNIQ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UNKNOWN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UNKNOWNDAEMONERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UNKNOWNDATASTORE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UNKNOWNFUNC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UNREACHABLEMEMBER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UNSTABLEROWSINSOURCEFORMERGE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_USEDRCACHEGROUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_USEDROPMVL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_USEDROPVIEW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_USERAUTHENTICATION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_USEREMOTEDAEMONPORT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_USERSHMKEYNATTCHNOTZERO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_USERSHMKEYTOOSMALL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_USETRUNCCACHEGROUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILAGENTSTARTING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILALLEXCLUSIVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILALLOCCONNECT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILALLOCENV - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILALLOCSTMT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILALREADYLOADED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILALREADYRUNNING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILALREADYSTOPPED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILALREADYUNLOADED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPBASENAMEBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPDBINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPDIRREAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPFILECLOSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPFILEINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPFILEOPEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPFILEREAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPFILERENAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPFILESHORT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPFILESMISSING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPFILEWRITE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPINCOMPLETE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPNODIR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPNOSTAFILE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPOLD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPPLAT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPRECBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPRECWRITE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPSTAFILEBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPSTAFILECLOSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPSTAFILEOPEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPSTAFILEREAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPSTAFILEWRITE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPSTAMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPSTART - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPTERMINATED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILBACKUPVER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILCANTFIXUPXLABMS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILCANTTRUNCATESEQ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILCLOSEWINSOCK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILCOLINFOFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILCOLNOTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILCOLVALFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILCOMPILECMD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILCOMPRESS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILCONNECTFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILCONTEXTGET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILCONTEXTSET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILCREATEREPTDLDEF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILCSERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILCSNOTIMPL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDAEMONINITCONN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDATASTOREINUSE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDATASTORELOC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDBFILEDELETE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDBFILEEXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDEADLOCK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDELETETBLDEF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDELXLA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDESTFILEOPEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDISCONNECTFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDROPDUPES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDROPNONREPTABS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDROPTABFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDROPTRUNCDUPES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDSNAMECREATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDSNTOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILDSOBJIDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILENVVARNOTSET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILEXCLACCESS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILEXCLRAMPOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILEXCLUSIVECONNECTION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILFILECREATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILFILEREAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILFILEWRITE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILFORMATHANDLE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILFREECONNECTFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILFREEENVFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILGETHOSTNAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILGETUSERFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILHOSTMINE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILHOSTNAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILHOSTNAMETOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILHOSTNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINIATTRLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINICANTBEEMPTY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINICANTOPENFILE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINICLOSEFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINIDSNNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINIFILENOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINIREADFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINISCANSTOP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINISTATFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINISYNTAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINITWINSOCK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINIVALUETOOLONG - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINVALIDARGUMENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINVALIDATTR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINVALIDBUFF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINVALIDCOLTYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINVALIDCONNSTR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINVALIDDATASTORE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINVALIDDSN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINVALIDDUPVERBOSITY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINVALIDHDBC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINVALIDLOCALHOST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINVALIDOUTPUTSTREAM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINVALIDRAMGRACE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINVALIDRAMPOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINVALIDREMDAEMONPORT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILINVALIDREMOTEHOST - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILLOGFILEDELETE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILLOGFILEEXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILLONGSCHEMENAME - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILLONGSCHEMEOWNER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILMALLOCFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILMULTIREPSCHM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILMULTIREPVER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILMULTISRCID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILMULTISTOREID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILNEXTTUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILNODSNDRIVER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILNORECEIVER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILNOSRCID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILNOSTOREID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILNOSTOREIDSTR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILNOTBLCOLINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILNOTBLFORMAT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILNOTBLFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILNOTBLINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILNOTLOADED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILNULLPOINTER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILOPENSTMT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILPEERNOCOLVAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILPEERWRITELSN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILRAMGRACEBADPOLICY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILRCVCTNXACTBEGIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILRCVCTNXACTCOMMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILRECVFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILREPBACKCTN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILREPELEMSCANCOLFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILREPNOCHANGE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILREPROWIDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILREPSECONDPASS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILREPTBLIDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILREPTBLUPD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILREPTBLUPDATEFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILREPTSSETFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILREPUPDEXECFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILREPVERNEW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILREPVEROLD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILREPVERXACTBEGIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILREPVERXACTCOMMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILREPWRITELSN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILREPWRONGVERSION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILRESETLOCALSTORE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILRESETRCVCTN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILRESTDBCREATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILRESTDBDISCONN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILRESTORETYPE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSCHEMANOTEMPTY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSELFXACTCOMMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSENDFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSERVERNOCONN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSETLOCALSTORE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSETOBJID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSETREPLSN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSIGNALRCVD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSIZEMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSOCKETREAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSOCKETWRITE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSRCBACKUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSTOREMINE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSTREAMOPENKBPSOVERFLOW - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSTREAMPROTOCOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSTRMFILEHDRBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILSTRMINSUFCNTRD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILTBLSNOCOUNT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILTBLSNOCOUNTINFO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILTEMPBACKUP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILTEMPDSCREATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILTEMPFILE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILTEMPRAMGRACE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILTEMPRAMPOL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILTEMPRESTORE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILTRUNCATEDUPES - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILTRUNCATENONREPTABS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILTRUNCTABFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILUNCOMPRESS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILUNKNOWNDATASTORE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILUPDATELSN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILUPDATEOBJID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILVALUETRUNCATED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILVER2REPTBL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILWINSOCKNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILWRONGRESP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_UTILXACTBEGIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_VALIDATEORACLELOGIN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_VIEWEXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_VIEWLOOPS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_VIEWNOTEXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WARNBINDINGSQLCBIGINT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WARNINTERNAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WARNOCINITOCIFUNCNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WARNORACLUNKNOWN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WARNPOTENTIALTRUNCBINDING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WARNSUBQ - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WITHLIMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WITHMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WRITELEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WRONGARSTATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WRONGNUMBEROFFUNCARGS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WSAUTHFAILURE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WSBADHTTPDATE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WSBADPASSFILEENTRY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WSBINDFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WSCGINOTEXEC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WSDENYCONNECTION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WSINTERNALERROR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WSNAMELOOKUPFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WSOPENFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WSPASSFILEOPEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WSPERLMISSING - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WSPOSTWRITEFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WSSENDFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WSSPAWNFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_WSSTATFAILED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XAASYNC - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XAAUTOCOMMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XABEGINNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XACTEXISTS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XACTIDNOTFOUND - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XACTIDROLLBACK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XACTIDROLLBACKSET - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XACTIDROLLBACKXA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XACTMAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XACTREQUIRED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XACTSVPTBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XADDLCOMMIT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XADUPID - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XAEXCLACCESS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XAHEURCOM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XAHEURRB - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XAINVAL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XANOTA - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XAOUTSIDE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XAPROTO - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XARBROLLBACK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XARDONLY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XARECONSTRUCT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XARETRY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XARMERR - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XARMFAIL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XASQLTRANSACT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XAWITHAGENT - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XAWITHREP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XAXACTSAWAITINGRESOLUTION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLAACTIVE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLABMUPD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLABOOKMARKUSED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLACHARSETMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLACOLUMNHISTORY - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLADEDICATEDCONNECTION - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLAINUSESUBSCRIBE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLALSNBAD - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLAMAX - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLANOBOOKMARK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLANOSQL - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLANOTSUBSCRIBED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLAPARAMETER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLAREPLBOOKMARK - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLASUBSCRIBED - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLATABLEDIFF - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLATABLESYSTEM - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLATABLETEMP - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_XLATUPLEMISMATCH - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_YEAROUTOFRANGE - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ZEROLENIDENTIFIER - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ZEROMAXTUPS - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 
TT_ERR_ZEROPARAMLEN - Static variable in interface com.timesten.jdbc.TimesTenVendorCode
 

U

unwrap(Class<T>) - Method in class com.timesten.jdbc.ObservableConnectionDS
 
unwrap(Class<T>) - Method in class com.timesten.jdbc.TimesTenDataSource
 

V

valueOf(String) - Static method in enum com.timesten.jdbc.ClientFailoverEvent.FailoverEvent
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.timesten.jdbc.ClientFailoverEvent.FailoverEvent
 
valueOf(String) - Static method in enum com.timesten.jdbc.ClientFailoverEvent.FailoverType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.timesten.jdbc.ClientFailoverEvent.FailoverType
 
values() - Static method in enum com.timesten.jdbc.ClientFailoverEvent.FailoverEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.timesten.jdbc.ClientFailoverEvent.FailoverType
Returns an array containing the constants of this enum type, in the order they are declared.

A C G I N O R S T U V

Oracle® TimesTen In-Memory Database JDBC Extensions Java API Reference
11g Release 2 (11.2.2)

E21647-02


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.