Class SmartResultSet
Object
com.liferay.portal.kernel.dao.jdbc.SmartResultSet
- Author:
- Minhchau Dang, Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
findColumn
(String columnName) boolean
first()
getDate
(int columnIndex) double
getDouble
(int columnIndex) double
float
getFloat
(int columnIndex) float
int
getInt
(int columnIndex) int
long
getLong
(int columnIndex) long
short
getShort
(int columnIndex) short
getString
(int columnIndex) getTimestamp
(int columnIndex) getTimestamp
(String columnName) boolean
last()
boolean
next()
boolean
previous()
-
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
-