Uses of Package
org.postgresql.jdbc

Packages that use org.postgresql.jdbc
  • Class
    Description
     
    Specifies which mode is used to execute queries to database: simple means ('Q' execute, no parse, no bind, text mode only), extended means always use bind/execute messages, extendedForPrepared means extended for prepared statements only.
  • Class
    Description
     
    Internal class, it is not a part of public API.
    Specifies whether a SELECT/CALL statement is used for the underlying SQL for JDBC escape call syntax: 'select' means to always use SELECT, 'callIfNoReturn' means to use CALL if there is no return parameter (otherwise use SELECT), and 'call' means to always use CALL.
    This is an internal class to hold field metadata info like table name, column name, etc.
     
    Specifies which mode is used to execute queries to database: simple means ('Q' execute, no parse, no bind, text mode only), extended means always use bind/execute messages, extendedForPrepared means extended for prepared statements only.
    Extends a ReentrantLock for use in try-with-resources block.
    Misc utils for handling time and date values.
  • Class
    Description
    Internal class, it is not a part of public API.
  • Class
    Description
     
    Specifies which mode is used to execute queries to database: simple means ('Q' execute, no parse, no bind, text mode only), extended means always use bind/execute messages, extendedForPrepared means extended for prepared statements only.
  • Class
    Description
    This class holds all of the methods common to both Blobs and Clobs.
     
    Internal class, it is not a part of public API.
    Specifies whether a SELECT/CALL statement is used for the underlying SQL for JDBC escape call syntax: 'select' means to always use SELECT, 'callIfNoReturn' means to use CALL if there is no return parameter (otherwise use SELECT), and 'call' means to always use CALL.
    This is an internal class to hold field metadata info like table name, column name, etc.
     
     
     
     
    Specifies which mode is used to execute queries to database: simple means ('Q' execute, no parse, no bind, text mode only), extended means always use bind/execute messages, extendedForPrepared means extended for prepared statements only.
    Extends a ReentrantLock for use in try-with-resources block.
    Helper class that storing result info.
     
    Misc utils for handling time and date values.