Visual Cafe Pro Language Reference Method index | Bottom

Class: symantec.itools.db.pro.ProjBinder

Purpose Binds a Projection object to a RelationView's projection.
Hierarchy java.lang.Object
|
+----symantec.itools.db.pro.ProjBinder
Syntax public class ProjBinder
extends Object
Description ProjBinder binds a Projection object to a RelationView's projection. ProjBinder is a hidden object.
See also RelationView

Method Index

Top | Bottom
getAsciiStream( )
 o Returns a Projection value in a java.io.InputStream object in ASCII format.
getBignum(int)
 o Returns a Projection value as a symjava.lang.Bignum object.
getBinaryStream( )
 o Returns a Projection value in a java.io.InputStream object in binary format.
getBoolean( )
 o Returns a Projection value as a boolean.
getByte( )
 o Returns a Projection value as a byte.
getBytes( )
 o Returns a Projection value as an array of bytes.
getDate( )
 o Returns a Projection value as a symjava.sql.Date object.
getDouble( )
 o Returns Projection value as a double.
getFloat( )
 o Returns Projection value as a float.
getInt( )
 o Returns a Projection value as an int.
getLong( )
 o Returns a Projection value as a long.
getShort( )
 o Returns a Projection value as a short.
getString( )
 o Returns a Projection value as a String.
getStringValue
 o Returns a Projection value as a String in ASCII format.
 o Syntaxes:
getStringValue( )
getStringValue(int)
getStringValue(boolean)
getStringValue(int, boolean)
getStringValue(String, int)
getStringValue(int, int)
getStringValue(String, int, boolean)
getStringValue(int, int, boolean)
getTime( )
 o Returns a Projection value as a symjava.sql.Time object.
getTimestamp( )
 o Returns a Projection value as a symjava.sql.Timestamp object.
getUnicodeStream( )
 o Returns a Projection value in a java.io.InputStream object in Unicode format.
getColumnName( )
 o Returns the name of a ProjBinder's column.
getRelationView( )
 o Returns the RelationView of a ProjBinder's column.
isNull( )
 o Indicates whether or not a Projection value is defined.
isReadable( )
 o Indicates whether or not a record can be read.
isWritable( )
 o Indicates whether or not a record can be written to.
setAsciiStream(InputStream, int)
 o Sets a Projection value to a java.io.InputStream object in ASCII format.
setBignum(Bignum)
 o Sets a Projection value to a symjava.lang.Bignum value.
setBinaryStream(InputStream, int)
 o Sets a Projection value to a java.io.InputStream object in binary format.
setBoolean(boolean)
 o Sets a Projection value to a boolean value.
setByte(byte)
 o Sets a Projection value to a byte value.
setBytes(byte[ ])
 o Sets a Projection value to the values in an array of bytes.
setDate(Date)
 o Sets a Projection value to a symjava.sql.Date value.
setDouble(double)
 o Sets a Projection value to a double value.
setFloat(float)
 o Sets a Projection value to a float value.
setInt(int)
 o Sets a Projection value to an int value.
setLong(long)
 o Sets a Projection value to a long value.
setNull(int)
 o Sets a Projection value to NULL.
setShort(short)
 o Sets a Projection value to a short value.
setString(String)
 o Sets a Projection value to a String value.
setTime(Time)
 o Sets a Projection value to a symjava.sql.Time value.
setTimestamp(Timestamp)
 o Sets a Projection value to a symjava.sql.Timestamp value.
setUnicodeStream(InputStream, int)
 o Sets a Projection value to a java.io.InputStream object in Unicode format.
setValueFromString
 o Sets a Projection value to a String value.
 o Syntaxes:
setValueFromString(String)
setValueFromString(String, int)
setValueFromString(String, int, int)
setValueFromString(String, String, int)
setValueFromString(String, String, int, int)
setValueFromString(String, int, int, int)

Methods

Method index | Top | Bottom

Method: getColumnName

Purpose Returns the name of a ProjBinder's column.
Syntax public String getColumnName( ) throws SQLException
Parameters None.
Description Return String containing the name of the column that this ProjBinder is bound to.

Method: getRelationView

Purpose Returns the RelationView of a ProjBinder's column.
Syntax public RelationView getRelationView( ) throws SQLException
Parameters None.
Description Return the RelationView of the column that this ProjBinder is bound to.

Method index | Top

Copyright © 1996 Symantec Corporation. All rights reserved.