Class SQLiteDriver


  • public class SQLiteDriver
    extends SDriver
    Created by colby.clegg on 11/12/2015.
    • Constructor Detail

      • SQLiteDriver

        public SQLiteDriver()
    • Method Detail

      • columnTypeSql

        public static java.lang.String columnTypeSql​(SFieldScalar field)
      • driverName

        protected java.lang.String driverName()
        Description copied from class: SDriver
        The driver name to be compared to getMetaData().getDriverName()
        Overrides:
        driverName in class SDriver
      • supportsLocking

        public boolean supportsLocking()
        Notes: - I'm not sure if sqlite "supports locking" exactly, but this property is used in forUpdateSQL to add the "FOR UPDATE" to the end, which isn't supported.
        Overrides:
        supportsLocking in class SDriver