borland Packages  Class Hierarchy  sql.dataset Package  Index 

SqlElement class

java.lang.Object
   +----borland.sql.dataset.SqlElement

About the SqlElement class

Properties  Methods  
This class is used internally by other classes in the JBCL. You should never use this class directly.

SqlElement properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

SqlElement methods

Methods implemented in this class

Methods implemented in java.lang.Object


SqlElement properties

alias

 public String getAlias()
This property is used internally by other classes in the JBCL. You should never use this property directly.

labelName

 public String getLabelName()
This property is used internally by other classes in the JBCL. You should never use this property directly.

name

 public String getName()
This property is used internally by other classes in the JBCL. You should never use this property directly.

prefixName

 public String getPrefixName()
This property is used internally by other classes in the JBCL. You should never use this property directly.

SqlElement methods

equals(java.lang.Object)

  public boolean equals(java.lang.Object object)
This method is used internally by other classes in the JBCL. You should never use this method directly.

Overrides: java.lang.Object.equals(java.lang.Object)

hashCode()

  public int hashCode()
This method is used internally by other classes in the JBCL. You should never use this method directly.

Overrides: java.lang.Object.hashCode()

toString()

  public String toString()
This method is used internally by other classes in the JBCL. You should never use this method directly.

Overrides: java.lang.Object.toString()