Skip to content

Instantly share code, notes, and snippets.

View cwdesautels's full-sized avatar

Carl Desautels cwdesautels

View GitHub Profile
@cwdesautels
cwdesautels / HANAGetPrimaryKeysTest.java
Last active December 19, 2015 14:19
Demonstrates a problem in the jdbc api for HANA when using meta data to get primary keys.
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Statement;
public class HANAGetPrimaryKeysTest
{
public static void main(String[] args)
{
Connection conn = null;
Statement stmnt = null;