001package gudusoft.gsqlparser.nodes.oracle; 002 003 004public enum EBufferPoolType { 005 bpKeep,bpRecycle,bpDefault, 006}