Interface PgqlSqlQueryTrans

  • All Superinterfaces:
    PgqlSqlTrans

    public interface PgqlSqlQueryTrans
    extends PgqlSqlTrans
    Holds the SQL translation of a PGQL query.
    • Method Detail

      • getSqlTranslation

        java.lang.String getSqlTranslation()
        Returns the SQL string for the PGQL to SQL translation.
        Returns:
        the SQL query string
      • getSqlBvList

        java.util.List<java.lang.Object> getSqlBvList()
        Returns a list of Bind Values to be used with this SQL translation. The first element in the list should set at position 1 in a JDBC PreparedStatement created from this SQL translation.
        Returns:
        the list of bind values for this query translation