4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
9 results tagged sqlite x
  • Command Line Shell For SQLite

    sqlite> .mode line

    September 4, 2020 at 4:18:41 PM GMT+2 - permalink - archive.org - https://sqlite.org/cli.html
    display sqlite
  • Command Line Shell For SQLite

    .mode line

    Quand meme bien plus lisible que le mode par défaut pour afficher 1 entrée

    In "line" mode, each column in a row of the database is shown on a line by itself. Each line consists of the column name, an equal sign and the column data. Successive records are separated by a blank line. Here is an example of line mode output:

    sqlite> .mode line
    sqlite> select * from tbl1;
    one = hello
    two = 10
    
    one = goodbye
    two = 20
    sqlite>
    May 28, 2015 at 11:03:00 AM GMT+2 - permalink - archive.org - https://www.sqlite.org/cli.html
    sqlite
  • DB Browser for SQLite

    via nicolasc

    May 13, 2015 at 10:19:36 AM GMT+2 - permalink - archive.org - http://sqlitebrowser.org/
    browser sqlite
  • SQLiteJDBC Usage
    June 7, 2012 at 12:03:30 PM GMT+2 - permalink - archive.org - http://www.zentus.com/sqlitejdbc/usage.html
    sqlite
  • Code sample: Using transactions - Data Storage - Development Guide - BlackBerry Java SDK - 6.0
    June 7, 2012 at 11:45:56 AM GMT+2 - permalink - archive.org - http://docs.blackberry.com/en/developers/deliverables/17952/CS_using_SQLite_transactions_1222423_11.jsp
    bukkit sqlite transaction
  • new plugin

    requete top mineur tout minerai confondu :
    SELECT player,COUNT(*) AS total FROM block GROUP BY player ORDER BY total DESC

    requete top mineur d'un block en particulier :
    SELECT player,COUNT(*) AS total FROM block WHERE id='15' GROUP BY player ORDER BY total DESC

    June 7, 2012 at 9:42:33 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?0htx0w
    bukkit ewok sqlite
  • Insert multiple en SQLite

    insert into block (player, id)
    select 'meka','15'
    union
    select 'blou','18'
    union
    select 'blou','15'
    union
    select 'blou','16'
    union
    select 'blou','15'
    union
    select 'meka','15'
    union
    select 'meka','16'

    June 7, 2012 at 9:40:20 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?2aWaDw
    bukkit sqlite
  • SQLITE + MINECRAFT

    Pour faire des requetes tout ça :
    http://forums.bukkit.org/threads/lib-tut-mysql-sqlite-bukkit-drivers.33849/
    http://java.developpez.com/faq/jdbc/?page=resultset#valeursRS
    http://java.developpez.com/faq/jdbc/?page=metadataresultset

    June 4, 2012 at 11:18:32 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?U1odcw
    bukkit minecraft sqlite
  • thumbnail
    La FAQ JDBC
    June 4, 2012 at 11:16:54 PM GMT+2 - permalink - archive.org - http://java.developpez.com/faq/jdbc/?page=resultset#valeursRS
    sqlite
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation