org.qi4j.entitystore.sql.internal
Class DatabaseSQLServiceSpi.CommonMixin

java.lang.Object
  extended by org.qi4j.entitystore.sql.internal.DatabaseSQLServiceSpi.CommonMixin
All Implemented Interfaces:
DatabaseSQLServiceSpi
Enclosing interface:
DatabaseSQLServiceSpi

public abstract static class DatabaseSQLServiceSpi.CommonMixin
extends java.lang.Object
implements DatabaseSQLServiceSpi


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.entitystore.sql.internal.DatabaseSQLServiceSpi
DatabaseSQLServiceSpi.CommonMixin
 
Constructor Summary
DatabaseSQLServiceSpi.CommonMixin()
           
 
Method Summary
 java.lang.String getCurrentSchemaName()
           
 boolean schemaExists(java.sql.Connection connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.qi4j.entitystore.sql.internal.DatabaseSQLServiceSpi
tableExists
 

Constructor Detail

DatabaseSQLServiceSpi.CommonMixin

public DatabaseSQLServiceSpi.CommonMixin()
Method Detail

schemaExists

public boolean schemaExists(java.sql.Connection connection)
                     throws java.sql.SQLException
Specified by:
schemaExists in interface DatabaseSQLServiceSpi
Throws:
java.sql.SQLException

getCurrentSchemaName

public java.lang.String getCurrentSchemaName()
Specified by:
getCurrentSchemaName in interface DatabaseSQLServiceSpi