com.aspose.diagram
Class DataConnectionType

java.lang.Object
    extended by com.aspose.diagram.DataConnectionType

public class DataConnectionType 
extends java.lang.Object

Utility class containing constants. Allows to configure options for the connections to the database.


Field Summary
static final intSQL
           Usage System.Data.SqlClient.SqlConnection.
static final intQLEDB
           Usage System.Data.OleDb.OleDbConnection.
static final intODBC
           Usage System.Data.Odbc.OdbcConnection.
static final intUNKNOWN
           Unknown type of connection.
 

Field Detail

SQL

public static final int SQL
Usage System.Data.SqlClient.SqlConnection.

QLEDB

public static final int QLEDB
Usage System.Data.OleDb.OleDbConnection.

ODBC

public static final int ODBC
Usage System.Data.Odbc.OdbcConnection.

UNKNOWN

public static final int UNKNOWN
Unknown type of connection.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.