|
||||||||||
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. |
Uses of DBLink in com.sage.accpac.sm |
---|
Methods in com.sage.accpac.sm that return DBLink | |
---|---|
DBLink |
View.getParent()
|
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 | |
---|---|
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 | |
---|---|
Company(DBLink parent)
|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |