Uses of Class
org.teiid.jdbc.JDBCURL.ConnectionType
-
Packages that use JDBCURL.ConnectionType Package Description org.teiid.jdbc -
-
Uses of JDBCURL.ConnectionType in org.teiid.jdbc
Methods in org.teiid.jdbc that return JDBCURL.ConnectionType Modifier and Type Method Description static JDBCURL.ConnectionType
JDBCURL. acceptsUrl(String url)
static JDBCURL.ConnectionType
JDBCURL.ConnectionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JDBCURL.ConnectionType[]
JDBCURL.ConnectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-