Class SybaseQueryExpression

  • All Implemented Interfaces:
    QueryExpression

    public final class SybaseQueryExpression
    extends JDBCQueryExpression
    QueryExpression for Sybase Adaptive Servers.
    Version:
    $Revision: 8459 $ $Date: 2004-10-01 07:25:46 -0600 (Fri, 01 Oct 2004) $
    Author:
    Oleg Nitz
    • Constructor Detail

    • Method Detail

      • getStatement

        public java.lang.String getStatement​(boolean lock)
        Description copied from class: JDBCQueryExpression
        Creates a SQL statement. In general, for a RDBMS/JDBC driver with a full support of the SQL standard/JDBC specification, this will return a valid SQL statement. For some features, a particular RDBMS might indicate that it does not support this feature by throwing a SyntaxNotSupportedException.
        Specified by:
        getStatement in interface QueryExpression
        Overrides:
        getStatement in class JDBCQueryExpression
        Parameters:
        lock - True if a write lock is required
        Returns:
        The SQL statement