Query with WHERE condition and overlaping dates clause.
Objects can be created by calls of the form new("RequeteODBCwheredate", datedebut="POSIXlt",datefin="POSIXlt",colonnedebut="character",colonnefin="character").
datedebut:Object of class "POSIXlt" ~ The starting date
datefin:Object of class "POSIXlt" ~ The ending date
colonnedebut:Object of class "character" ~ The name begin column
colonnefin:Object of class "character" ~ The name end column
datedebut:Object of class "POSIXlt" ~ The starting date
datefin:Object of class "POSIXlt" ~ The ending date
colonnedebut:Object of class "character" ~ The name of the begin column
colonnefin:Object of class "character" ~ The name of the end column
where:Object of class "character" ~ The WHERE clause
and:Object of class "vector" ~ The AND clause
order_by:Object of class "character" ~ The ORDER BY clause
sql:Object of class "character" ~ The SELECT clause
query:Object of class "data.frame" ~ The result of the query
baseODBC:Object of class "vector" ~ The database
silent:Object of class "logical" ~ The mode
etat:Object of class "character" ~ The state
connection:Object of class "ANY" ~ The connection
Class "'>RequeteODBCwhere", directly.
Class "'>RequeteODBC", by class "RequeteODBCwhere", distance 2.
Class "'>ConnectionODBC", by class "RequeteODBCwhere", distance 3.
signature(object = "RequeteODBCwheredate"): Connexion to the database
# NOT RUN {
showClass("RequeteODBCwheredate")
# }
Run the code above in your browser using DataLab