org.culturegraph.mf.sql.util
Class QueryBase

java.lang.Object
  extended by org.culturegraph.mf.sql.util.QueryBase
Direct Known Subclasses:
DirectQuery, PreparedQuery

public class QueryBase
extends Object

Base class for prepared statements and individual statements.

Author:
Christoph Böhme

Field Summary
static String DEFAULT_ID_COLUMN
           
 
Constructor Summary
QueryBase(Connection connection, String idColumnLabel, boolean emitGeneratedKeys)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ID_COLUMN

public static final String DEFAULT_ID_COLUMN
See Also:
Constant Field Values
Constructor Detail

QueryBase

public QueryBase(Connection connection,
                 String idColumnLabel,
                 boolean emitGeneratedKeys)


Copyright © 2014. All Rights Reserved.