All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.sql-1_0-rt.tld Maven / Gradle / Ivy

Go to download

An implementation of the JSP Standard Tag Library (JSTL). Adapted for Android by using a-javabeans (Javabeans adapted for Android).

There is a newer version: 1.0.5
Show newest version




    1.0
    1.2
    sql_rt
    http://java.sun.com/jstl/sql_rt
    JSTL sql RT
    JSTL 1.0 sql library

    
        
            org.apache.taglibs.standard.tlv.JstlSqlTLV
        
        
            Provides core validation features for JSTL tags.
        
    

    
        transaction
        org.apache.taglibs.standard.tag.rt.sql.TransactionTag
        JSP
        
            Provides nested database action elements with a shared Connection,
            set up to execute all statements as one transaction.
        
        
            dataSource
            false
            true
        
        
            isolation
            false
            true
        
    

    
        query
        org.apache.taglibs.standard.tag.rt.sql.QueryTag
        JSP
        
            Executes the SQL query defined in its body or through the
            sql attribute.
        
        
            var
            true
            false
        
        
            scope
            false
            false
        
        
            sql
            false
            true
        
        
            dataSource
            false
            true
        
        
            startRow
            false
            true
        
        
            maxRows
            false
            true
        
    

    
        update
        org.apache.taglibs.standard.tag.rt.sql.UpdateTag
        JSP
        
            Executes the SQL update defined in its body or through the
            sql attribute.
        
        
            var
            false
            false
        
        
            scope
            false
            false
        
        
            sql
            false
            true
        
        
            dataSource
            false
            true
        
    

    
        param
        org.apache.taglibs.standard.tag.rt.sql.ParamTag
        JSP
        
            Sets a parameter in an SQL statement to the specified value.
        
        
            value
            false
            true
        
    

    
        dateParam
        org.apache.taglibs.standard.tag.rt.sql.DateParamTag
        empty
        
            Sets a parameter in an SQL statement to the specified java.util.Date value.
        
        
            value
            true
            true
        
        
            type
            false
            true
        
    

    
        setDataSource
        org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag
        empty
        
            Creates a simple DataSource suitable only for prototyping.
        
        
            var
            false
            false
        
        
            scope
            false
            false
        
        
            dataSource
            false
            true
        
        
            driver
            false
            true
        
        
            url
            false
            true
        
        
            user
            false
            true
        
        
            password
            false
            true
        
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy