| Property Name | Description | Reqired | Choices | Sample Value | ||||
| PREPARESQL | Use stored procedures for prepared statements. | false |
| 3 | ||||
| SERVERTYPE | The type of database (1 is SQL Server, 2 is Sybase). | true |
| 1 | ||||
| DATABASENAME | The database name. | false | master | |||||
| XAEMULATION | Set to false to use the Microsoft Distributed Transaction Coordinator. | false |
| true | ||||
| PROGNAME | The program name advertised by the driver. | false | jTDS | |||||
| LOGINTIMEOUT | The time to wait for a successful login before timing out. | false | 0 | |||||
| MACADDRESS | Hex-encoded client MAC address. | false | 000000000000 | |||||
| USEJCIFS | Force use of jCIFS library on Windows for connecting via named pipes. | false | false | |||||
| SSL | Set the SSL level. | false |
| off | ||||
| PASSWORD | The database password. | false | btc0btc | |||||
| LOBBUFFER | The amount of LOB data to buffer in memory before caching to disk. | false | 32768 | |||||
| TCPNODELAY | Enable/disable TCP_NODELAY | false |
| true | ||||
| LASTUPDATECOUNT | Return only the last update count on executeUpdate. | false |
| true | ||||
| CACHEMETADATA | Set to true to enable the caching of column meta data for prepared statements. | false |
| false | ||||
| SENDSTRINGPARAMETERSASUNICODE | If strings should be sent as unicode values. | false |
| true | ||||
| bufferMinPackets | The minimum number of packets per statement to buffer to memory. | false | 8 | |||||
| SOCKETKEEPALIVE | Use TCP/IP socket keep alive feature. | false | false | |||||
| BUFFERDIR | The directory to buffer data to. | false | C:\Users\ADMINI~1\AppData\Local\Temp | |||||
| DOMAIN | The domain used for authentication. | false | ||||||
| INSTANCE | The database server instance. | false | ||||||
| TDS | The database server protocol. | false |
| 8.0 | ||||
| WSID | Workstation ID or client host name override. Will be stored in master.dbo.sysprocesses, column hostname. | false | ||||||
| LOGFILE | Set the name of a file for the capture of logging information. | false | ||||||
| bufferMaxMemory | The global buffer memory limit for all connections (in kilobytes). | false | 1024 | |||||
| BATCHSIZE | The number of statements to submit at once. Batches are broken up in pieces this large. | false | 0 | |||||
| CHARSET | Server character set for non-Unicode character values. | false | ||||||
| SERVERNAME | The database server hostname. | true | 192.168.0.88 | |||||
| USECURSORS | Use SQL Server fast forward only result sets for forward only result sets. | false |
| false | ||||
| BINDADDRESS | The IP address of the local interface that jTDS should bind to when connecting to a database via TCP/IP. | false | ||||||
| PORTNUMBER | The database server port number. | false | 1433 | |||||
| MAXSTATEMENTS | The maximum number of statements to keep open. This is only a target for the cache. | false | 500 | |||||
| USELOBS | Map large types (IMAGE and TEXT/NTEXT) to LOBs vs. String/byte[]. | false |
| true | ||||
| APPNAME | The application name advertised by the driver. | false | jTDS | |||||
| SOCKETTIMEOUT | The TCP/IP socket timeout value in seconds or 0 for no timeout. | false | 0 | |||||
| USENTLMV2 | Set to true to send LMv2/NTLMv2 responses when using Windows authentication | false | null | |||||
| LANGUAGE | The language for server messages. | false | ||||||
| USER | The database user. | false | sa | |||||
| PACKETSIZE | The network packet size (a multiple of 512). | false | 0 | |||||
| NAMEDPIPE | Use named pipes to connect instead of TCP/IP sockets. | false |
| false | ||||
| PROCESSID | The process ID reported by the driver. | false | 123 |
Showing posts with label sql server. Show all posts
Showing posts with label sql server. Show all posts
Thursday, 18 February 2016
[JDBC] jTDS SQL Server JDBC Driver Properties
jTDS SQL Server JDBC Driver
Wednesday, 17 February 2016
[JDBC] Microsoft SQL Server JDBC Driver Properties
Microsoft SQL Server JDBC Driver
| Property Name | Description | Reqired | Choices | Sample Value | ||
| applicationName | SQL Server 프로파일링 및 로깅 도구에 대한 응용 프로그램 이름입니다. | false | Microsoft SQL Server JDBC Driver | |||
| databaseName | 연결되는 데이터베이스의 이름입니다. | false | master | |||
| disableStatementPooling | 문 풀링 기능을 해제합니다. | false |
| true | ||
| encrypt | SSL(Secure Sockets Layer) 암호화를 클라이언트와 서버 사이에서 사용해야 할지 여부를 결정합니다. | false |
| false | ||
| failoverPartner | 데이터베이스 미러링 구성에 사용되는 장애 조치 서버의 이름입니다. | false | ||||
| hostNameInCertificate | SQL Server SSL(Secure Sockets Layer) 인증서 유효성을 검사하는 데 사용될 호스트 이름입니다. | false | ||||
| instanceName | SQL Server가 연결되는 인스턴스의 이름입니다. | false | ||||
| integratedSecurity | SQL Server 연결에 Windows 인증을 사용할지 여부를 나타냅니다. | false |
| false | ||
| lastUpdateCount | 서버에 전달되는 SQL 문에서 마지막 업데이트 횟수만 반환되도록 합니다. | false |
| true | ||
| lockTimeout | 데이터베이스에서 잠김 제한 시간을 보고하기 전에 대기해야 하는 시간(밀리초)입니다. | false | -1 | |||
| loginTimeout | 실패한 연결 제한 시간이 초과되기 전에 드라이버에서 대기해야 하는 시간(초)입니다. | false | 15 | |||
| packetSize | SQL Server와 통신하는 데 사용되는 네트워크 패킷 크기입니다. | false | 8000 | |||
| password | 데이터베이스 암호입니다. | true | ||||
| portNumber | SQL Server의 인스턴스가 수신되고 있는 TCP 포트입니다. | false | 1433 | |||
| responseBuffering | 적응 버퍼링 동작을 제어하여 응용 프로그램에서 서버 커서를 요구하지 않고 대형 결과 집합을 처리할 수 있도록 합니다. | false |
| adaptive | ||
| selectMethod | 서버 커서를 사용하도록 응용 프로그램을 설정하여 정방향 전용, 읽기 전용 결과 집합을 처리합니다. | false |
| direct | ||
| sendStringParametersAsUnicode | 문자열 매개 변수를 유니코드로 서버에 보낼지 또는 데이터베이스의 문자 집합에 보낼지 여부를 결정합니다. | false |
| true | ||
| serverName | SQL Server를 실행하는 컴퓨터입니다. | false | 192.168.0.88 | |||
| trustServerCertificate | 드라이버에서 SQL Server SSL(Secure Sockets Layer) 인증서의 유효성을 확인해야 할지 여부를 결정합니다. | false |
| false | ||
| trustStore | 인증서 신뢰 저장 파일에 대한 경로입니다. | false | ||||
| trustStorePassword | 신뢰 저장 데이터의 무결성을 확인하는 데 사용되는 암호입니다. | false | ||||
| sendTimeAsDatetime | SQL Server datetime 데이터 형식을 사용하여 java.sql.Time 값을 데이터베이스로 보낼지 여부를 결정합니다. | false |
| true | ||
| user | 데이터베이스 사용자입니다. | true | sa | |||
| workstationID | 워크스테이션의 호스트 이름입니다. | false | ||||
| xopenStates | 드라이버가 예외에서 XOPEN 규격 SQL 상태 코드를 반환할지 여부를 결정합니다. | false |
| false |
Subscribe to:
Posts (Atom)