Class Query
- java.lang.Object
-
- org.gcube.data.publishing.gCatFeeder.service.engine.impl.persistence.Query
-
public class Query extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PreparedStatementfill(PreparedStatement ps, DBQueryDescriptor desc)PreparedStatementget(Connection conn, DBQueryDescriptor desc)ArrayList<DBField>getPSFields()StringgetQuery()PreparedStatementprepare(Connection conn)PreparedStatementprepare(Connection conn, int statementOption)
-
-
-
Method Detail
-
prepare
public PreparedStatement prepare(Connection conn, int statementOption) throws SQLException
- Throws:
SQLException
-
prepare
public PreparedStatement prepare(Connection conn) throws SQLException
- Throws:
SQLException
-
get
public PreparedStatement get(Connection conn, DBQueryDescriptor desc) throws SQLException, InvalidRequest
- Throws:
SQLExceptionInvalidRequest
-
fill
public PreparedStatement fill(PreparedStatement ps, DBQueryDescriptor desc) throws SQLException, InvalidRequest
- Throws:
SQLExceptionInvalidRequest
-
getQuery
public String getQuery()
-
-