Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.tivoli.maximo.dbmanage.connection.MTConnection

  • Packages that use MTConnection 
    Package Description
    com.ibm.tivoli.maximo.dbmanage.connection  
    com.ibm.tivoli.maximo.integrity  
    • Uses of MTConnection in com.ibm.tivoli.maximo.dbmanage.connection

      Fields in com.ibm.tivoli.maximo.dbmanage.connection declared as MTConnection 
      Modifier and Type Field and Description
      protected MTConnection MTStatement.mtConnection 
      Constructors in com.ibm.tivoli.maximo.dbmanage.connection with parameters of type MTConnection 
      Constructor and Description
      MTPreparedStatement(MTConnection mtConnection, java.lang.String sql) 
      MTPreparedStatement(MTConnection mtConnection, java.lang.String sql, int autoGeneratedKeys) 
      MTPreparedStatement(MTConnection mtConnection, java.lang.String sql, int[] columnIndexes) 
      MTPreparedStatement(MTConnection mtConnection, java.lang.String sql, int resultSetType, int resultSetConcurrency) 
      MTPreparedStatement(MTConnection mtConnection, java.lang.String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) 
      MTPreparedStatement(MTConnection mtConnection, java.lang.String sql, java.lang.String[] columnNames) 
      MTStatement(MTConnection mtConnection)
      Constructor
      MTStatement(MTConnection con, int resultSetType, int resultSetConcurrency) 
      MTStatement(MTConnection con, int resultSetType, int resultSetConcurrency, int resultSetHoldability) 
    • Uses of MTConnection in com.ibm.tivoli.maximo.integrity

      Methods in com.ibm.tivoli.maximo.integrity that return MTConnection 
      Modifier and Type Method and Description
      MTConnection DatabaseInformation.getMTConnection() 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes