Class TSqlCmdList

Object
AbstractCollection<E>
AbstractList<E>
ArrayList<TSqlCmd>
gudusoft.gsqlparser.sqlcmds.TSqlCmdList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<TSqlCmd>, Collection<TSqlCmd>, List<TSqlCmd>, RandomAccess
Direct Known Subclasses:
TSqlCmds.TSqlCmdList

public class TSqlCmdList extends ArrayList<TSqlCmd>
List of SQL command definitions with optimized lookup by first token. This class was extracted from TSqlCmds inner class to support the modular vendor-specific command architecture.
Since:
3.1.0.9
See Also: