Oracle® interMedia Java Classes User's Guide and Reference Release 9.2 Part No. A96121-01 |
|
The following list shows a list of the methods that have been deprecated since release 8.1.5 of Oracle interMedia Audio, Image, and Video Java Client.
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( ) throws SQLException
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)
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|