Skip navigation links
Serialized Form
Package com.timesten.jdbc |
theFailoverType
ClientFailoverEvent.FailoverType theFailoverType
theFailoverEvent
ClientFailoverEvent.FailoverEvent theFailoverEvent
Class com.timesten.jdbc.JdbcOdbcSQLWarning extends java.sql.SQLWarning implements Serializable |
value
java.lang.Object value
myMaxStatements
int myMaxStatements
myInitialPoolSize
int myInitialPoolSize
myMinPoolSize
int myMinPoolSize
myMaxPoolSize
int myMaxPoolSize
myMaxIdleTime
int myMaxIdleTime
myPropertyCycle
int myPropertyCycle
m_logWriter
java.io.PrintWriter m_logWriter
- Where logging output for DataSource objects are sent.
m_loginTimeout
int m_loginTimeout
- The maximum time in seconds that this data source will wait while attempting to connect to a database.
m_description
java.lang.String m_description
- These are the set of modifiable properties of this DataSource object. Only the description property is required to be defined, per Spec. Any and all other properties are at the discretion of the implementor (that's us), though there is a list of standard names to use for common properties, like dataSourceName and password, These modifiable properties must be accessible through public "getters" and modifiable through public "setters". The method signatures of these getters and setters must follow a stylized naming convention so that application builders can figure them out through Introspection.
m_url
java.lang.String m_url
m_user
java.lang.String m_user
m_password
java.lang.String m_password
m_oraclePassword
java.lang.String m_oraclePassword
m_properties
java.util.Properties m_properties
- Used to pass certain attributes to JdbcOdbcConnection object
Package com.timesten.jdbc.xa |
Skip navigation links
Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.