Class SQLTableSpec

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDatabaseName()
      Returns the name of the database.
      javax.sql.DataSource getDataSource()
      Returns the data source of the database connection.
      java.lang.String getSchemaName()
      Returns the name of the schema.
      java.lang.String getTableName()
      Returns the name of the table or view.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTableName

        public final java.lang.String getTableName()
        Returns the name of the table or view.
      • getSchemaName

        public final java.lang.String getSchemaName()
        Returns the name of the schema.
      • getDatabaseName

        public final java.lang.String getDatabaseName()
        Returns the name of the database.
      • getDataSource

        public final javax.sql.DataSource getDataSource()
        Returns the data source of the database connection.