Class EmbeddedRelationalDriver
java.lang.Object
com.apple.foundationdb.relational.api.EmbeddedRelationalDriver
- All Implemented Interfaces:
com.apple.foundationdb.relational.api.RelationalDriver,Driver
@API(EXPERIMENTAL)
public class EmbeddedRelationalDriver
extends Object
implements com.apple.foundationdb.relational.api.RelationalDriver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptsURL(String url) connect(String url, Properties info) com.apple.foundationdb.relational.api.RelationalConnectioncom.apple.foundationdb.relational.api.RelationalConnectionconnect(URI url, Transaction existingTransaction, com.apple.foundationdb.relational.api.Options connectionOptions) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.apple.foundationdb.relational.api.RelationalDriver
connect, getMajorVersion, getMinorVersion, getParentLogger, getPropertyInfo, jdbcCompliant
-
Field Details
-
DRIVER_NAME
- See Also:
-
JDBC_COLON
- See Also:
-
JDBC_URL_PREFIX
- See Also:
-
-
Constructor Details
-
EmbeddedRelationalDriver
- Throws:
SQLException
-
-
Method Details
-
connect
- Specified by:
connectin interfaceDriver- Throws:
SQLException
-
connect
public com.apple.foundationdb.relational.api.RelationalConnection connect(@Nonnull URI url, @Nonnull com.apple.foundationdb.relational.api.Options connectionOptions) throws SQLException - Specified by:
connectin interfacecom.apple.foundationdb.relational.api.RelationalDriver- Throws:
SQLException
-
connect
public com.apple.foundationdb.relational.api.RelationalConnection connect(@Nonnull URI url, @Nullable Transaction existingTransaction, @Nonnull com.apple.foundationdb.relational.api.Options connectionOptions) throws SQLException - Throws:
SQLException
-
acceptsURL
- Specified by:
acceptsURLin interfaceDriver
-