Interface ConnectionSource

    • Method Detail

      • getSQLDialectCode

        int getSQLDialectCode()
        Get the SQL dialect that should be used for this connection. Note that the dialect is not needed if the JDBC driver supports the getGeneratedKeys method.
      • supportsGetGeneratedKeys

        boolean supportsGetGeneratedKeys()
        If the connection supports the JDBC 3.0 getGeneratedKeys method, then we do not need any specific dialect support.
      • supportsBatchUpdates

        boolean supportsBatchUpdates()
        If the connection does not support batch updates, we will avoid using them.