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

    4 septembre 2020 à 16:18:41 UTC+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>
    28 mai 2015 à 11:03:00 UTC+2 - permalink - archive.org - https://www.sqlite.org/cli.html
    sqlite
  • DB Browser for SQLite

    via nicolasc

    13 mai 2015 à 10:19:36 UTC+2 - permalink - archive.org - http://sqlitebrowser.org/
    browser sqlite
  • SQLiteJDBC Usage
    7 juin 2012 à 12:03:30 UTC+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
    7 juin 2012 à 11:45:56 UTC+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

    7 juin 2012 à 09:42:33 UTC+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'

    7 juin 2012 à 09:40:20 UTC+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

    4 juin 2012 à 23:18:32 UTC+2 - permalink - archive.org - https://links.infomee.fr/?U1odcw
    bukkit minecraft sqlite
  • thumbnail
    La FAQ JDBC
    4 juin 2012 à 23:16:54 UTC+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