|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.db.CmsSqlManager
org.opencms.db.generic.CmsSqlManager
org.opencms.db.oracle.CmsSqlManager
Oracle implementation of the SQL manager.
Field Summary |
Fields inherited from class org.opencms.db.generic.CmsSqlManager |
m_cachedQueries, m_driverType, m_poolUrl, m_queries, QUERY_PROJECT_SEARCH_PATTERN |
Constructor Summary | |
CmsSqlManager()
|
Method Summary | |
byte[] |
getBytes(java.sql.ResultSet res,
java.lang.String attributeName)
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language. |
Methods inherited from class org.opencms.db.generic.CmsSqlManager |
closeAll, finalize, getConnection, getConnection, getConnection, getInstance, getPreparedStatement, getPreparedStatement, getPreparedStatement, getPreparedStatementForSql, init, loadQueryProperties, nextId, readQuery, readQuery, readQuery, replaceProjectPattern, replaceQuerySearchPatterns, setBytes, validateEmpty |
Methods inherited from class org.opencms.db.CmsSqlManager |
getActiveConnections, getConnection, getConnectionByUrl, getDbPoolNames, getDefaultDbPoolName, getIdleConnections |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CmsSqlManager()
CmsSqlManager.CmsSqlManager()
Method Detail |
public byte[] getBytes(java.sql.ResultSet res, java.lang.String attributeName) throws java.sql.SQLException
CmsSqlManager
The bytes represent the raw values returned by the driver. Overwrite this method if another database server requires a different handling of byte attributes in tables.
getBytes
in class CmsSqlManager
res
- the result setattributeName
- the name of the table attribute
java.sql.SQLException
- if a database access error occursCmsSqlManager.getBytes(java.sql.ResultSet, java.lang.String)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |