Index

Package: com.pavelvlasov.jsel.impl.sql

Class TypeImpl

extends com.pavelvlasov.sql.MeasuringDatabaseObject
implements Type

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 getCompilationUnitId( ) Accessor for COMPILATION_UNIT_ID
public Integer getDeclaringType( ) Accessor for DECLARING_TYPE
public String getEnclosingScopeSignature( ) Accessor for ENCLOSING_SCOPE_SIGNATURE
public int getImplementor( ) Accessor for IMPLEMENTOR
public int getName( ) Accessor for NAME
public short getStoreLevel( ) Accessor for STORE_LEVEL
public String getSuperclass( ) Accessor for SUPERCLASS
public String getSuperclassSignature( ) Accessor for SUPERCLASS_SIGNATURE
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.TypeImpl
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.TypeImpl and returns it
public void setCompilationUnitId( int CompilationUnitId ) Mutator for COMPILATION_UNIT_ID
public void setDeclaringType( Integer DeclaringType ) Mutator for DECLARING_TYPE
public void setEnclosingScopeSignature( String EnclosingScopeSignature ) Mutator for ENCLOSING_SCOPE_SIGNATURE
public void setImplementor( int Implementor ) Mutator for IMPLEMENTOR
public void setName( int Name ) Mutator for NAME
public void setStoreLevel( short StoreLevel ) Mutator for STORE_LEVEL
public void setSuperclass( String Superclass ) Mutator for SUPERCLASS
public void setSuperclassSignature( String SuperclassSignature ) Mutator for SUPERCLASS_SIGNATURE