ccc.migration
Interface DB

All Known Implementing Classes:
DbUtilsDB

public interface DB

API for CCC6 database operations.

Author:
Civic Computing Ltd.

Method Summary
<T> T
select(SqlQuery<T> q, java.lang.Object... param)
          Execute a SQL query.
 

Method Detail

select

<T> T select(SqlQuery<T> q,
             java.lang.Object... param)
Execute a SQL query.

Type Parameters:
T - The type of result the select method will return.
Parameters:
q - The SQL query.
param - The queries parameters.
Returns:
An instance of type T.


Copyright © 2010. All Rights Reserved.