Uses of Class
com.iizix.db.prop.ConnectionProfileSetup
Packages that use ConnectionProfileSetup Package Description com.iizigo.db.prop com.iizix.db.prop Uses of ConnectionProfileSetup in com.iizigo.db.prop
Subclasses of ConnectionProfileSetup in com.iizigo.db.prop Modifier and Type Class Description classEditorConnectionProfileSetupEditor version of a single connection profile setup that is used to establish a JDBC connection.Uses of ConnectionProfileSetup in com.iizix.db.prop
Methods in com.iizix.db.prop that return ConnectionProfileSetup Modifier and Type Method Description ConnectionProfileSetupConnectionProfileSetup. clone()Clones the instance.ConnectionProfileSetupConnectionProfilesSetup. getConnectionProfileSetup(java.lang.String name)Gets a ConnectionProfileSetup.ConnectionProfileSetupDatabaseProps. getConnectionProfileSetup(IAppSessionGyro appGyro)Gets the connection profile setup configured for this database transaction.Methods in com.iizix.db.prop with parameters of type ConnectionProfileSetup Modifier and Type Method Description booleanConnectionProfileSetup. isJDBCDriverEqual(ConnectionProfileSetup setup)Verification if two connection profiles are equal in terms of the JDBC Driver information.