Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] SQLModel API Request


Hi,
        Currently in Schema object, there's only a getTables() method defined for Tables. But SQL Dev Tools needs to load System tables, temporary tables, ordinary tables or views separately. Just like for Routines, there're getProcedures(), getUDFs() and getBuiltinFunctions() defined in Schema object, we shall also define getSystemTables(), getTemporaryTables(), getUserTables() and getViews() in Schema. Does it make sense?

Best Regards!

Max ( Hui ) Cao
Sybase, Inc. Shanghai, China

Back to the top