public class OdbcConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DFLT_MAX_OPEN_CURSORS
Default max number of open cursors per connection.
|
static String |
DFLT_TCP_HOST
Default TCP host.
|
static int |
DFLT_TCP_PORT_FROM
Default minimum TCP port range value.
|
static int |
DFLT_TCP_PORT_TO
Default maximum TCP port range value.
|
| Constructor and Description |
|---|
OdbcConfiguration()
Creates ODBC server configuration with all default values.
|
OdbcConfiguration(OdbcConfiguration cfg)
Creates ODBC server configuration by copying all properties from
given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpointAddress()
Get ODBC endpoint address.
|
int |
getMaxOpenCursors()
Gets maximum number of opened cursors per connection.
|
OdbcConfiguration |
setEndpointAddress(String addr)
Set ODBC endpoint address.
|
OdbcConfiguration |
setMaxOpenCursors(int maxOpenCursors)
Sets maximum number of opened cursors per connection.
|
public static final String DFLT_TCP_HOST
public static final int DFLT_TCP_PORT_FROM
public static final int DFLT_TCP_PORT_TO
public static final int DFLT_MAX_OPEN_CURSORS
public OdbcConfiguration()
public OdbcConfiguration(OdbcConfiguration cfg)
cfg - ODBC server configuration.public String getEndpointAddress()
The following address formats are permitted:
hostname - will use provided hostname and default port range;hostname:port - will use provided hostname and port;hostname:port_from..port_to - will use provided hostname and port range.
When set to null, ODBC processor will be bound to DFLT_TCP_HOST host and default port range.
Default port range is from DFLT_TCP_PORT_FROM to DFLT_TCP_PORT_TO.
public OdbcConfiguration setEndpointAddress(String addr)
getEndpointAddress() for more information.addr - ODBC endpoint address.public int getMaxOpenCursors()
Defaults to DFLT_MAX_OPEN_CURSORS.
public OdbcConfiguration setMaxOpenCursors(int maxOpenCursors)
getMaxOpenCursors().maxOpenCursors - Maximum number of opened cursors.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.7.0 Release Date : August 1 2016