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

getSchema
public java.lang.String getSchema()
Gets the default schema that will be used to access SQL objects referenced in SQL statements if the SQL objects
are not fully qualified.
Returns:
The schema associated with the current Type 4 connection.
See Also:
setSchema(String)
setLanguage
public void setLanguage(java.lang.String language)
Sets the language to use for the error messages.
Parameters:
language - Sets the language for the current Type 4 connection. The default language used by the Type 4
driver is American English.
See Also:
getLanguage()
getLanguage
public java.lang.String getLanguage()
Returns the language in which error messages will be returned to the application.
Returns:
The language associated with the current Type 4 connection.
See Also:
setLanguage(String language)
getLocale
public java.util.Locale getLocale()
Returns the java.util.Locale object associated with the current Type 4 connection.
Returns:
java.util.Locale object.
See Also:
#setLanguage(String language)
setMaxPoolSize
public void setMaxPoolSize(java.lang.String maxPoolSize)