On Apr 7, 2007, at 8:19 PM, Benn Bollay wrote:

>
> How about getting a different existing Table object for a table that's
> not mapped to a class?  I don't want to call Table(...,autoload=True)
> again because that sounds like it'd load the entire metadata for the
> table each time the function was called.  Can I walk my way through
> the metadata object or something?

if you did say Table(..., autoload=True), it pulls the existing table  
from the metadata - doesnt re-reflect.

but also, you can just look in metadata.tables to get at it too.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to