Class IgniteThinConnection
- java.lang.Object
-
- org.flywaydb.core.internal.database.base.Connection<IgniteThinDatabase>
-
- org.flywaydb.community.database.ignite.thin.IgniteThinConnection
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class IgniteThinConnection extends org.flywaydb.core.internal.database.base.Connection<IgniteThinDatabase>
Apache Ignite Thin connection.
-
-
Method Summary
Modifier and Type Method Description voiddoChangeCurrentSchemaOrSearchPathTo(java.lang.String schema)protected java.lang.StringgetCurrentSchemaNameOrSearchPath()org.flywaydb.core.internal.database.base.SchemagetSchema(java.lang.String name)
-
-
-
Method Detail
-
doChangeCurrentSchemaOrSearchPathTo
public void doChangeCurrentSchemaOrSearchPathTo(java.lang.String schema) throws java.sql.SQLException- Overrides:
doChangeCurrentSchemaOrSearchPathToin classorg.flywaydb.core.internal.database.base.Connection<IgniteThinDatabase>- Throws:
java.sql.SQLException
-
getSchema
public org.flywaydb.core.internal.database.base.Schema getSchema(java.lang.String name)
- Specified by:
getSchemain classorg.flywaydb.core.internal.database.base.Connection<IgniteThinDatabase>
-
getCurrentSchemaNameOrSearchPath
protected java.lang.String getCurrentSchemaNameOrSearchPath() throws java.sql.SQLException- Specified by:
getCurrentSchemaNameOrSearchPathin classorg.flywaydb.core.internal.database.base.Connection<IgniteThinDatabase>- Throws:
java.sql.SQLException
-
-