Interface StructuredQuery

  • All Known Subinterfaces:
    UpdateStatement

    @Immutable
    public interface StructuredQuery
    • Method Detail

      • getPreparedStatement

        @Nonnull
        java.sql.PreparedStatement getPreparedStatement()
                                                 throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSqlQuery

        @Nonnull
        java.lang.String getSqlQuery()