I am trying to create a CustomTable so that aliases using .field() work 
properly.  I was a little unclear on the docs reference to getRecordType(). 
 As far as I'm concerned it should just return the default record type, but 
am not 100% sure about what this is.

I was thinking of something like:

        @Override
        public Class<? extends R> getRecordType() {
            return (Class<? extends R>) TableRecordImpl.class;
        }

But TableRecordImpl is one of those (Do not use, internal classes).  Is 
there a better option?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to