Package 

Class VertxDBConn

  • All Implemented Interfaces:
    io.zeko.db.sql.connections.DBConn

    
    public final class VertxDBConn
     implements DBConn
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final SQLConnection conn
    • Constructor Summary

      Constructors 
      Constructor Description
      VertxDBConn(SQLConnection conn)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final SQLConnection getConn()
      Unit beginTx()
      Unit endTx()
      Unit commit()
      Unit close()
      Unit rollback()
      SQLConnection raw()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait