Oracle® interMedia Java Classes Reference 10g Release 1 (10.1) Part Number B10830-01 |
|
|
View PDF |
The following methods have been deprecated:
public void appendToComments(int amount, String buffer)
public int compareComments(CLOB dest, int amount, int start_in_comment, int start_in_compare_comment )
public CLOB copyCommentsOut(CLOB dest, int amount, int from_loc, int
to_loc)
public void deleteComments( )
public int eraseFromComments(int amount, int offset)
public void flush( )
public String getAllAttributesAsString(byte[ ] ctx)
public int getAudioDuration(byte[ ] ctx)
public int getBitRate(byte[ ] ctx)
public int getCommentLength( )
public String getCommentsAsString( )
public String getCompressionType(byte[ ] ctx)
public byte[ ] getData(String tableName, String columnName, String condition)
public String getEncoding(byte[ ] ctx)
public String getFormat(byte[ ] ctx)
public int getFrameRate(byte[ ] ctx)
public int getFrameResolution(byte[ ] ctx)
public FrameDimension getFrameSize(byte[ ] ctx)
public int getNumberOfChannels(byte[ ] ctx)
public int getNumberOfColors(byte[ ] ctx)
public int getNumberOfFrames(byte[ ] ctx)
public int getSampleSize(byte[ ] ctx)
public int getSamplingRate(byte[ ] ctx)
public int getVideoDuration(byte[ ] ctx)
public boolean loadComments(String filename)
public void loadCommentsFromFile(String loc, String fileName, int amount, int from_loc, int to_loc)
public boolean loadData(String fileName, String tableName, String columnName, String condition)
public int locateInComment(String pattern, int offset, int occurrence)
public OrdAudio(Connection the_connection)
public OrdVideo(Connection the_connection)
public String readFromComments(int offset, int amount)
public void refresh(boolean forUpdate)
public void setBindParams(String tableName, String columnName, String condition)
public void trimComments(int newlen)
public void writeToComments(int offset, int amount, String buffer)
public static void imCompatibilityInit(oracle.jdbc.driver.OracleConnection con)
Note: Oracle does not recommend using these deprecated methods. Although they are available in the current release, they will not be enhanced and they may be removed in a future release. |