borland Packages Class Hierarchy dx.sql.dataset Package
SQLElement class
java.lang.Object
+----com.borland.dx.sql.dataset.SQLElement
About the SQLElement class
Properties Methods
This class is used internally by other com.borland classes. 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
- clone()
- finalize()
- notify()
- notifyAll()
- wait()
- wait(long)
- wait(long, int)
SQLElement properties
alias
public String getAlias()
This property is used internally by other com.borland classes. You should never use this property directly.
labelName
public String getLabelName()
This property is used internally by other com.borland classes. You should never use this property directly.
name
public String getName()
This property is used internally by other com.borland classes. You should never use this property directly.
prefix2Name
public String getPrefix2Name()
This property is used internally by other com.borland classes. You should never use this property directly.
prefix3Name
public String getPrefix3Name()
This property is used internally by other com.borland classes. You should never use this property directly.
prefixName
public String getPrefixName()
This property is used internally by other com.borland classes. You should never use this property directly.
SQLElement methods
equals(java.lang.Object)
public boolean equals(Object object)
This method is used internally by other com.borland classes. 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 com.borland classes. You should never use this method directly.
Overrides:
java.lang.Object.hashCode()
toString()
public String toString()
This method is used internally by other com.borland classes. You should never use this method directly.
Overrides:
java.lang.Object.toString()