|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBLink | |
---|---|
com.sage.accpac.sm | Contains the classes that provide access to Sage Accpac ERP System Manager, as well as Sage Accpac ERP application features. |
com.sage.accpac.sm.program | |
com.sage.accpac.sm.view | The package contains view-related classes and interfaces of the Sage 300 ERP System Manager. |
Uses of DBLink in com.sage.accpac.sm |
---|
Methods in com.sage.accpac.sm that return DBLink | |
---|---|
DBLink |
View.getParent()
gets the DBLink that this is a view under |
DBLink |
Program.openDBLink(DBLink.LinkType type,
DBLink.LinkFlags flags)
Creates a database link to the specified database. |
Methods in com.sage.accpac.sm with parameters of type DBLink | |
---|---|
protected static com.sage.accpac.sm.DBLinkImpl |
View.confirmNativeDBLink(DBLink parent)
check that the DBLink has enough package-private capability |
static void |
View.createTables(DBLink link,
java.lang.String rid)
Create the view's tables on the link's current database connection |
static void |
View.dropTables(DBLink link,
java.lang.String rid)
Drop the view's tables on the link's current database connection |
Constructors in com.sage.accpac.sm with parameters of type DBLink | |
---|---|
View(DBLink parent,
java.lang.String rid)
Constructs an instance of the View class for the given roto id on
the given link . |
|
View(DBLink parent,
java.lang.String rid,
int modes,
int prefetch,
int directives)
Constructs an instance of the View class for the given roto id on
the given link using the given mode, directives and
prefetch. |
Uses of DBLink in com.sage.accpac.sm.program |
---|
Methods in com.sage.accpac.sm.program that return DBLink | |
---|---|
DBLink |
IProgram.openDBLink(DBLink.LinkType type,
DBLink.LinkFlags flags)
Creates a database link to the specified database. |
Uses of DBLink in com.sage.accpac.sm.view |
---|
Methods in com.sage.accpac.sm.view that return DBLink | |
---|---|
DBLink |
IView.getParent()
gets the DBLink that this is a view under |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |