Uses of Class
com.openindex.openestate.tool.db.hsql.HSqlRemoteDriver.Protocol
-
Packages that use HSqlRemoteDriver.Protocol Package Description com.openindex.openestate.tool.db.hsql -
-
Uses of HSqlRemoteDriver.Protocol in com.openindex.openestate.tool.db.hsql
Methods in com.openindex.openestate.tool.db.hsql that return HSqlRemoteDriver.Protocol Modifier and Type Method Description static HSqlRemoteDriver.Protocol
HSqlRemoteDriver.Protocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static HSqlRemoteDriver.Protocol[]
HSqlRemoteDriver.Protocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-