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 class
EditorConnectionProfileSetup
Editor 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 ConnectionProfileSetup
ConnectionProfileSetup. clone()
Clones the instance.ConnectionProfileSetup
ConnectionProfilesSetup. getConnectionProfileSetup(java.lang.String name)
Gets a ConnectionProfileSetup.ConnectionProfileSetup
DatabaseProps. 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 boolean
ConnectionProfileSetup. isJDBCDriverEqual(ConnectionProfileSetup setup)
Verification if two connection profiles are equal in terms of the JDBC Driver information.