Specifies whether column
formats are applied when retrieving Base SAS data. If the applyFormats
connection property is set to
true ,
then formatted data is returned from the SAS Workspace Server. It
is returned as a String with column formatting (as defined in the
data set) applied. By default, the applyFormats connection property
is set to false , and formats are not
applied when data is retrieved.
|
||
Specifies the name of
the engine that is used to connect directly to the underlying third-party
relational DBMS such as ORACLE or MYSQL. The value must be eight characters
padded with trailing blanks. If you do not set this value, then the
default value of
sqlview is used and
your Java application can access only Base SAS data sets.
|
||
Specifies valid options
for the engine that is specified by using the
dbms connection property. Specify the options as you would specify the
database-definition arguments when using the PROC SQL CONNECT TO statement.
See the “Pass-Through Facility for Relational Databases”
in |
||
encryptionAlgorithms1
|
Specifies a comma-separated
list of encryption algorithms in order of preference. Your Java application
will use this list when negotiating encryption algorithms with the
server. List only the algorithms that you want to use for a particular
connection. If no algorithms are listed, then the server will choose
one.
|
|
Specifies whether your
Java application will attempt to negotiate and use an encryption algorithm
with the server and what to do if the negotiations are not successful.
Here are the possible situations:
|
||
Specifies a Boolean
value that determines whether the IOM driver returns the Base SAS
data set label for each data set in the library that your application
accesses. If the value is
true , then
the labels are returned. When this property is set to true , operations that require reading and returning
data set labels can result in poor performance. This is the case because
each data set must be opened in order to read the label. For example,
if this property is set to true , performance
might be degraded when using the MVADatabaseMetaData.getTables() method
to retrieve a description of the tables in a catalog. The default
value of this property is false .
|
||
1To use RC2, RC4, DES, TRIPLEDES,
or AES, you must license |
Specifies valid options
for the engine that is specified by using the
dbms connection property. Specify the options as you would specify the
database-definition arguments when using the PROC SQL CONNECT TO statement.
See the “Pass-Through Facility for Relational Databases”
in |
||
Specifies the password
that is required by the third-party relational database management
system (DBMS) that is specified by the
dbms connection property. This password is the SQL Pass-Through Facility
password for the |
||
Specifies a Boolean
value that determines whether the
true , then the labels are returned. When this property is set to true , operations that require reading and returning
data set labels can result in poor performance. This is the case because
each data set must be opened in order to read the label. For example,
if this property is set to true , performance
might be degraded when using the MVADatabaseMetaData.getTables() method
to retrieve a description of the tables in a catalog. The default
value of this property is false .
|
||
routerUrl1
|
||
1The tunnel feature consists of programs that are installed on your Web server. These programs use the Common Gateway Interface (CGI) to receive requests from the Java applet that is running on a user's browser. The server programs forward the requests to the SAS server for processing. When the processing is complete, the programs return the results to the applet. |