Neoview JDBC Type 4 Driver API Reference (R2.2, R2.3, R2.4, R2.5)

javax.sql.PooledConnection getPooledConnection()
Attempts to establish a physical database connection that can be used as a
pooled connection.
javax.sql.PooledConnection getPooledConnection(java.lang.String username,
java.lang.String password)
Attempts to establish a physical database connection that can be used as a
pooled connection.
int getPropertyCycle()
Returns the Property cycle property.
javax.naming.Reference getReference()
Returns all the properties associated with this ConnectionPoolDataSource.
void setNameType(java.lang.String nameType)
Deprecated.
void setPropertyCycle(int propertyCycle)
Sets the Property cycle property.
Methods inherited from class com.hp.t4jdbc.
T4DSProperties
getBlobTableName, getCatalog, getClobTableName, getConnectionTimeout, getDataSourceName,
getDescription, getInitialPoolSize, getISO88591, getKANJI, getKSC5601, getLanguage, getLocale,
getLoginTimeout, getMaxIdleTime, getMaxPoolSize, getMaxStatements, getMinPoolSize,
getNetworkTimeout, getReserveDataLocator, getRoundingMode, getSchema, getServerDataSource,
getT4LogFile, getT4LogLevel, getTranslationVerification, getUrl, getURL, getUser,
setBlobTableName, setCatalog, setClobTableName, setConnectionTimeout, setConnectionTimeout,
setDataSourceName, setDescription, setInitialPoolSize, setInitialPoolSize, setISO88591, setKANJI,
setKSC5601, setLanguage, setLoginTimeout, setLoginTimeout, setMaxIdleTime, setMaxIdleTime,
setMaxPoolSize, setMaxPoolSize, setMaxStatements, setMaxStatements, setMinPoolSize,
setMinPoolSize, setNetworkTimeout, setNetworkTimeout, setPassword, setReserveDataLocator,
setReserveDataLocator, setRoundingMode, setRoundingMode, setSchema, setServerDataSource,
setT4LogFile, setT4LogLevel, setTranslationVerification, setTranslationVerification, setUrl,
setURL, setUser
Methods inherited from class com.hp.t4jdbc.
T4Properties
getCpuToUse, getLogWriter, getProperties, getSPJEnv, setCpuToUse, setCpuToUse, setLogWriter,
setSPJEnv, setSPJEnv
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.sql.ConnectionPoolDataSource
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
Constructor Detail
HPT4ConnectionPoolDataSource