Package org.orbisgis.data.jdbc
Class JdbcTableSummary
- java.lang.Object
-
- org.orbisgis.data.jdbc.JdbcTableSummary
-
- All Implemented Interfaces:
org.orbisgis.data.api.dataset.IJdbcTableSummary,org.orbisgis.data.api.dataset.ISummary
public class JdbcTableSummary extends Object implements org.orbisgis.data.api.dataset.IJdbcTableSummary
Implementation of the interfaceISummaryfor the JDBC module.- Author:
- Sylvain Palominos
-
-
Constructor Summary
Constructors Constructor Description JdbcTableSummary(org.h2gis.utilities.TableLocation tableLocation, int columnCount, int rowCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectasType(Class<?> clazz)intgetColumnCount()Returns the column count of the summarizedJdbcTable.org.h2gis.utilities.TableLocationgetLocation()Returns theTableLocationof the summarizedJdbcTable.intgetRowCount()Returns the row count of the summarizedJdbcTable.StringtoString()
-
-
-
Method Detail
-
getLocation
public org.h2gis.utilities.TableLocation getLocation()
Returns theTableLocationof the summarizedJdbcTable.- Specified by:
getLocationin interfaceorg.orbisgis.data.api.dataset.IJdbcTableSummary- Returns:
- The
TableLocationof the summarizedJdbcTable.
-
getRowCount
public int getRowCount()
Returns the row count of the summarizedJdbcTable.- Specified by:
getRowCountin interfaceorg.orbisgis.data.api.dataset.IJdbcTableSummary- Returns:
- The row count of the summarized
JdbcTable.
-
getColumnCount
public int getColumnCount()
Returns the column count of the summarizedJdbcTable.- Specified by:
getColumnCountin interfaceorg.orbisgis.data.api.dataset.IJdbcTableSummary- Returns:
- The column count of the summarized
JdbcTable.
-
toString
public String toString()
-
-