The objects described in this section (Application API for Java) are obsolete from v2012 onwards.
For information about how to access the Application API from Java code, see the section: Programming Languages | Java. |
public class SPYLoading
{
public final static long spyDB_Access |
= 0; |
|
public final static long spyDB_SQLServer |
= 1; |
|
public final static long spyDB_Oracle |
= 2; |
|
public final static long spyDB_Sybase |
= 3; |
|
public final static long spyDB_MySQL |
= 4; |
|
public final static long spyDB_DB2 |
= 5; |
|
public final static long spyDB_Other |
= 6; |
|
public final static long spyDB_Unspecified |
= 7; |
}