Download the PHP package tomrf/seminorm without Composer
On this page you can find all versions of the php package tomrf/seminorm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tomrf/seminorm
More information about tomrf/seminorm
Files in tomrf/seminorm
Package seminorm
Short Description pdo sql query builder and executor
License MIT
Homepage http://github.com/tomrf/seminorm
Informations about the package seminorm
seminorm - pdo sql query builder and executor
PHP SQL query builder and executor, using PDO.
📔 Go to documentation
Installation
Installation via composer:
Usage
Testing
License
This project is released under the MIT License (MIT). See LICENSE for more information.
Documentation
- Tomrf\Seminorm\Seminorm
- __construct
- getConnection
- query
- execute
- setLogger
- Tomrf\Seminorm\Data\ImmutableArrayObject
- __get
- __isset
- offsetSet
- offsetUnset
- offsetGet
- offsetExists
- __construct
- append
- getArrayCopy
- count
- getFlags
- setFlags
- asort
- ksort
- uasort
- uksort
- natsort
- natcasesort
- unserialize
- serialize
- __serialize
- __unserialize
- getIterator
- exchangeArray
- setIteratorClass
- getIteratorClass
- __debugInfo
- Tomrf\Seminorm\Data\Row
- toArray
- toJson
- __get
- __isset
- offsetSet
- offsetUnset
- offsetGet
- offsetExists
- __construct
- append
- getArrayCopy
- count
- getFlags
- setFlags
- asort
- ksort
- uasort
- uksort
- natsort
- natcasesort
- unserialize
- serialize
- __serialize
- __unserialize
- getIterator
- exchangeArray
- setIteratorClass
- getIteratorClass
- __debugInfo
- Tomrf\Seminorm\Data\Value
- __construct
- __toString
- asString
- asInt
- asFloat
- asBool
- isNumeric
- isInt
- isString
- isBool
- isNull
- getType
- Tomrf\Seminorm\Factory\Factory
- __construct
- make
- Tomrf\Seminorm\Pdo\PdoConnection
- __construct
- getPdo
- getOptions
- isConnected
- getDsn
- getUsername
- dsn
- connect
- disconnect
- __debugInfo
- Tomrf\Seminorm\Pdo\PdoQueryExecutor
- __construct
- getRowCount
- getLastInsertId
- execute
- findOne
- findMany
- Tomrf\Seminorm\QueryBuilder\QueryBuilder
- __toString
- selectFrom
- insertInto
- update
- deleteFrom
- set
- setRaw
- setFromArray
- alias
- join
- limit
- offset
- onDuplicateKey
- getQuery
- getQueryParameters
- orderByAsc
- orderByDesc
- select
- selectAs
- selectRaw
- selectRawAs
- where
- whereRaw
- whereColumnRaw
- whereEqual
- whereNotEqual
- whereNull
- whereNotNull
- Tomrf\Seminorm\Sql\SqlCompiler
- getQuery
- getQueryParameters
📂 Tomrf\Seminorm\Seminorm::class
__construct()
getConnection()
Return the active connection.
query()
execute()
setLogger()
Sets a logger.
📂 Tomrf\Seminorm\Data\ImmutableArrayObject::class
__get()
__isset()
offsetSet()
offsetUnset()
offsetGet()
offsetExists()
__construct()
append()
getArrayCopy()
count()
getFlags()
setFlags()
asort()
ksort()
uasort()
uksort()
natsort()
natcasesort()
unserialize()
serialize()
__serialize()
__unserialize()
getIterator()
exchangeArray()
setIteratorClass()
getIteratorClass()
__debugInfo()
📂 Tomrf\Seminorm\Data\Row::class
toArray()
toJson()
__get()
__isset()
offsetSet()
offsetUnset()
offsetGet()
offsetExists()
__construct()
append()
getArrayCopy()
count()
getFlags()
setFlags()
asort()
ksort()
uasort()
uksort()
natsort()
natcasesort()
unserialize()
serialize()
__serialize()
__unserialize()
getIterator()
exchangeArray()
setIteratorClass()
getIteratorClass()
__debugInfo()
📂 Tomrf\Seminorm\Data\Value::class
__construct()
__toString()
asString()
asInt()
asFloat()
asBool()
isNumeric()
isInt()
isString()
isBool()
isNull()
getType()
📂 Tomrf\Seminorm\Factory\Factory::class
__construct()
make()
📂 Tomrf\Seminorm\Pdo\PdoConnection::class
__construct()
getPdo()
Get the PDO resource object for this connection.
getOptions()
Get PDO options array for this connection.
isConnected()
Returns true if database connection has been established.
getDsn()
Get the value of DSN.
getUsername()
Get the value of username.
dsn()
Static helper function to build DSN string for PDO.
connect()
Connect to the database if not already connected.
disconnect()
Disconnect from the database.
__debugInfo()
Mask password when dumping.
📂 Tomrf\Seminorm\Pdo\PdoQueryExecutor::class
__construct()
getRowCount()
Returns the number of rows affected by the last SQL statement.
getLastInsertId()
Returns the last inserted row ID as string.
execute()
Prepare and execute PDOStatement from an instance of QueryBuilderInterface.
findOne()
Fetch next row from the result set as Row.
findMany()
Fetch all rows from query result set.
📂 Tomrf\Seminorm\QueryBuilder\QueryBuilder::class
__toString()
selectFrom()
insertInto()
Insert a row into a table
update()
deleteFrom()
set()
setRaw()
setFromArray()
alias()
join()
limit()
offset()
onDuplicateKey()
getQuery()
getQueryParameters()
orderByAsc()
orderByDesc()
select()
selectAs()
selectRaw()
selectRawAs()
where()
whereRaw()
whereColumnRaw()
whereEqual()
whereNotEqual()
whereNull()
whereNotNull()
📂 Tomrf\Seminorm\Sql\SqlCompiler::class
getQuery()
getQueryParameters()
Generated 2022-11-11T01:32:36+01:00 using 📚tomrf/readme-gen