Class OracleListTablesOperation

java.lang.Object
org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation
org.gvsig.fmap.dal.store.jdbc2.spi.operations.ListTablesOperation
org.gvsig.oracle.dal.operations.OracleListTablesOperation
All Implemented Interfaces:
org.gvsig.fmap.dal.store.jdbc2.spi.operations.ConnectionOperation

public class OracleListTablesOperation extends org.gvsig.fmap.dal.store.jdbc2.spi.operations.ListTablesOperation
  • Field Summary

    Fields inherited from class org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation

    conn, helper, LOGGER
  • Constructor Summary

    Constructors
    Constructor
    Description
    OracleListTablesOperation(org.gvsig.fmap.dal.store.jdbc2.JDBCHelper helper, int mode, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters baseParameters, boolean informationTables, int tablesOrViews)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected List<org.gvsig.fmap.dal.store.jdbc.JDBCStoreParameters>
    getAllTablesAndViews(org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters serverParameters, String schema, boolean includeSystemTbls, int tablesOrViews)
     
    List<org.gvsig.fmap.dal.store.jdbc.JDBCStoreParameters>
    listTables(org.gvsig.fmap.dal.store.jdbc2.JDBCConnection conn, int mode, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters serverParameters, boolean informationTables, int tablesOrViews)
     

    Methods inherited from class org.gvsig.fmap.dal.store.jdbc2.spi.operations.ListTablesOperation

    perform

    Methods inherited from class org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation

    closeConnection, continueTransactionAllowed, createSQLBuilder, getConnection, needTransaction, perform, perform_operation

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OracleListTablesOperation

      public OracleListTablesOperation(org.gvsig.fmap.dal.store.jdbc2.JDBCHelper helper, int mode, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters baseParameters, boolean informationTables, int tablesOrViews)
  • Method Details

    • listTables

      public List<org.gvsig.fmap.dal.store.jdbc.JDBCStoreParameters> listTables(org.gvsig.fmap.dal.store.jdbc2.JDBCConnection conn, int mode, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters serverParameters, boolean informationTables, int tablesOrViews)
      Overrides:
      listTables in class org.gvsig.fmap.dal.store.jdbc2.spi.operations.ListTablesOperation
    • getAllTablesAndViews

      protected List<org.gvsig.fmap.dal.store.jdbc.JDBCStoreParameters> getAllTablesAndViews(org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters serverParameters, String schema, boolean includeSystemTbls, int tablesOrViews) throws SQLException
      Throws:
      SQLException