Index

Package: com.pavelvlasov.jsel.impl.sql

Class OverrideImpl

extends com.pavelvlasov.sql.MeasuringDatabaseObject
implements Override

Methods
MethodDescription
public void <init>( ) Default constructor
public void <init>( boolean force ) Constructor with force parameter
public void <init>( org.w3c.dom.Element holder, boolean force )  throws com.pavelvlasov.config.ConfigurationExceptionConstructor from DOM element
public void <init>( org.w3c.dom.Element holder, java.util.Properties pathMap, org.apache.xpath.CachedXPathAPI cxpa, boolean force )  throws com.pavelvlasov.config.ConfigurationExceptionConstructor from DOM element
public void <init>( java.sql.ResultSet rs )  throws java.sql.SQLExceptionConstructor from row
public Object clone( )  throws java.lang.CloneNotSupportedExceptionDeep clone - clones columns.
public int getId( ) Accessor for ID
public int getImplementation( ) Accessor for IMPLEMENTATION
public int getSpecification( ) Accessor for SPECIFICATION
public static java.util.Collection project( com.pavelvlasov.sql.SQLProcessor processor, String sql, com.pavelvlasov.sql.Parameterizer parameterizer ) Returns database backed collection with elements of type com.pavelvlasov.jsel.impl.sql.OverrideImpl
public static java.util.Collection project( com.pavelvlasov.sql.SQLProcessor processor, String sql, com.pavelvlasov.sql.Parameterizer parameterizer, java.util.Collection receiver )  throws java.sql.SQLExceptionPopulates receiver collection with elements of type com.pavelvlasov.jsel.impl.sql.OverrideImpl and returns it
public void setId( int Id ) Mutator for ID
public void setImplementation( int Implementation ) Mutator for IMPLEMENTATION
public void setSpecification( int Specification ) Mutator for SPECIFICATION