Class PostgreSQLJDBCUtil
Object
com.liferay.portal.dao.jdbc.postgresql.PostgreSQLJDBCUtil
- Author:
- István András Dézsi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
getLargeObject
(ResultSet resultSet, String name) static boolean
isPGStatement
(Statement statement) static void
setLargeObject
(PreparedStatement preparedStatement, int index, byte[] bytes)
-
Constructor Details
-
PostgreSQLJDBCUtil
public PostgreSQLJDBCUtil()
-
-
Method Details
-
getLargeObject
- Throws:
SQLException
-
isPGStatement
- Throws:
SQLException
-
setLargeObject
public static void setLargeObject(PreparedStatement preparedStatement, int index, byte[] bytes) throws SQLException - Throws:
SQLException
-