Package org.apache.ignite.internal.jdbc
Class JdbcDriverPropertyInfo
- java.lang.Object
-
- java.sql.DriverPropertyInfo
-
- org.apache.ignite.internal.jdbc.JdbcDriverPropertyInfo
-
public class JdbcDriverPropertyInfo extends DriverPropertyInfo
Extension ofDriverPropertyInfothat adds convenient constructors.
-
-
Field Summary
-
Fields inherited from class java.sql.DriverPropertyInfo
choices, description, name, required, value
-
-
Constructor Summary
Constructors Constructor Description JdbcDriverPropertyInfo(String name, String val, String desc)
-