Class SmartResultSet
Object
com.liferay.portal.kernel.dao.jdbc.SmartResultSet
- Author:
- Minhchau Dang, Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintfindColumn(String columnName) booleanfirst()getDate(int columnIndex) doublegetDouble(int columnIndex) doublefloatgetFloat(int columnIndex) floatintgetInt(int columnIndex) intlonggetLong(int columnIndex) longshortgetShort(int columnIndex) shortgetString(int columnIndex) getTimestamp(int columnIndex) getTimestamp(String columnName) booleanlast()booleannext()booleanprevious()
-
Constructor Details
-
SmartResultSet
- Throws:
SQLException
-
-
Method Details
-
findColumn
- Throws:
SQLException
-
first
- Throws:
SQLException
-
getDate
- Throws:
SQLException
-
getDate
- Throws:
SQLException
-
getDouble
- Throws:
SQLException
-
getDouble
- Throws:
SQLException
-
getFloat
- Throws:
SQLException
-
getFloat
- Throws:
SQLException
-
getInt
- Throws:
SQLException
-
getInt
- Throws:
SQLException
-
getLong
- Throws:
SQLException
-
getLong
- Throws:
SQLException
-
getShort
- Throws:
SQLException
-
getShort
- Throws:
SQLException
-
getString
- Throws:
SQLException
-
getString
- Throws:
SQLException
-
getTimestamp
- Throws:
SQLException
-
getTimestamp
- Throws:
SQLException
-
last
- Throws:
SQLException
-
next
- Throws:
SQLException
-
previous
- Throws:
SQLException
-