Documentation Archive Developer
Search
[an error occurred while processing this directive] PATH  Documentation > WebObjects 4.5 > SybaseEOAdaptor Reference

Table of Contents

SybaseSQLExpression


Inherits from: EOSQLExpression : NSObject
Package: com.apple.yellow.sybaseeoadaptor


Class Description


SybaseSQLExpression defines how to build SQL statements for SybaseChannels.




Static Methods



serverTypeIdForName

public static int serverTypeIdForName(String typeName)

Returns the Sybase type code (such as 47, 56, or 55) for typeName (such as "char", "int", or "decimal").


Instance Methods



lockClause

public String lockClause()

Overrides the EOSQLExpression method lockClause to return the SQL string used in a SELECT statement to lock selected rows, which is "HOLDLOCK".


Table of Contents