Uses of Class
com.sage.accpac.sm.DBLink.LinkFlags

Packages that use DBLink.LinkFlags
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   
 

Uses of DBLink.LinkFlags in com.sage.accpac.sm
 

Methods in com.sage.accpac.sm that return DBLink.LinkFlags
 DBLink.LinkFlags DBLink.getFlags()
          gets the database flags used to open the link.
static DBLink.LinkFlags DBLink.LinkFlags.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DBLink.LinkFlags[] DBLink.LinkFlags.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sage.accpac.sm with parameters of type DBLink.LinkFlags
 DBLink Program.openDBLink(DBLink.LinkType type, DBLink.LinkFlags flags)
          Creates a database link to the specified database.
 

Uses of DBLink.LinkFlags in com.sage.accpac.sm.program
 

Methods in com.sage.accpac.sm.program with parameters of type DBLink.LinkFlags
 DBLink IProgram.openDBLink(DBLink.LinkType type, DBLink.LinkFlags flags)
          Creates a database link to the specified database.
 



Copyright © 2011 Sage Software, Inc. All rights reserved.