Uses of Class
ARoad0.AcsAddon.Accbee.MySQL.gBase.ResourceMySQLImpl

Packages that use ResourceMySQLImpl
ARoad0.AcsAddon.Accbee.MySQL.gBase Provides the gBase classes for modelling a MySQL 5 server as an extension, in the AcsAddon MySQL, of the generic ARoad0.gBase package. 
 

Uses of ResourceMySQLImpl in ARoad0.AcsAddon.Accbee.MySQL.gBase
 

Fields in ARoad0.AcsAddon.Accbee.MySQL.gBase declared as ResourceMySQLImpl
static ResourceMySQLImpl ResourceMySQLImpl.EMPTY_INSTANCE
          A reusable empty instance for initialization, to avoid the use of 'new' for temporary values.
 

Methods in ARoad0.AcsAddon.Accbee.MySQL.gBase that return ResourceMySQLImpl
protected  ResourceMySQLImpl ResourceMySQLImpl.copyOwnAcl(ResourceMySQLImpl _result, boolean _withoutInternalAcl, boolean _withoutExternalAcl)
          This method provides a copy of the AclEntries, all the AclEntries (see restrictions) or only the external ones.
protected  ResourceMySQLImpl ResourceMySQLImpl.copyOwnVariables(ResourceMySQLImpl _result, boolean _withoutInternalAcl)
          This method provides a copy of the instance variables.
 

Methods in ARoad0.AcsAddon.Accbee.MySQL.gBase with parameters of type ResourceMySQLImpl
protected  ResourceMySQLImpl ResourceMySQLImpl.copyOwnAcl(ResourceMySQLImpl _result, boolean _withoutInternalAcl, boolean _withoutExternalAcl)
          This method provides a copy of the AclEntries, all the AclEntries (see restrictions) or only the external ones.
protected  ResourceMySQLImpl ResourceMySQLImpl.copyOwnVariables(ResourceMySQLImpl _result, boolean _withoutInternalAcl)
          This method provides a copy of the instance variables.