summaryrefslogtreecommitdiff
blob: bb04112b5b30742d5aa1e6661fdb6760e14d16f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>java@gentoo.org</email>
		<name>Java</name>
	</maintainer>
	<longdescription>
	jTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL
	Server (6.5, 7, 2000 and 2005) and Sybase (10, 11, 12). jTDS is based on the
	work of the FreeTDS project and is currently the fastest complete JDBC driver
	for SQL Server and Sybase. Starting with release 0.9 jTDS is 100% JDBC 3.0
	compatible, supporting forward-only and scrollable/updateable ResultSets,
	multiple concurrent (completely independent) Statements per Connection and
	implementing all the DatabaseMetaData and ResultSetMetaData methods.
	</longdescription>
	<upstream>
		<remote-id type="sourceforge">jtds</remote-id>
	</upstream>
</pkgmetadata>