|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlobColumn
A common interface for BlobColumns which unfortunately do not typically have much in common.
Method Summary | |
---|---|
void |
delete()
delete the blob row. |
java.lang.String |
getBlobColName()
|
byte[] |
getBlobData()
|
java.lang.String |
getCtxName()
|
java.lang.Integer |
getId()
|
java.lang.String |
getIdColName()
|
java.lang.String |
getSeqName()
|
java.lang.String |
getTableName()
|
void |
insert()
insert the blob. |
void |
select()
select the blob data. |
void |
setBlobColName(java.lang.String s)
|
void |
setBlobData(byte[] ba)
|
void |
setId(java.lang.Integer id)
|
void |
setIdColName(java.lang.String s)
|
void |
setSequenceInfo(java.lang.String ctxName,
java.lang.String seqName)
|
void |
setTableName(java.lang.String s)
|
void |
update()
update the blob data. |
Method Detail |
---|
java.lang.Integer getId()
void setId(java.lang.Integer id)
byte[] getBlobData()
void setBlobData(byte[] ba)
void setTableName(java.lang.String s)
java.lang.String getTableName()
void setIdColName(java.lang.String s)
java.lang.String getIdColName()
void setBlobColName(java.lang.String s)
java.lang.String getBlobColName()
java.lang.String getSeqName()
java.lang.String getCtxName()
void setSequenceInfo(java.lang.String ctxName, java.lang.String seqName)
void select() throws java.sql.SQLException
java.sql.SQLException
void update() throws java.sql.SQLException
java.sql.SQLException
void insert() throws java.sql.SQLException, javax.naming.NamingException, ConfigPropertyException
java.sql.SQLException
javax.naming.NamingException
ConfigPropertyException
void delete() throws java.sql.SQLException
java.sql.SQLException
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |