sql.d.ts 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /// <reference path="../index.d.ts" />
  2. export declare type Array = $.java.sql.Array;
  3. export declare const Array: $.java.sql.Array;
  4. export declare type Blob = $.java.sql.Blob;
  5. export declare const Blob: $.java.sql.Blob;
  6. export declare type CallableStatement = $.java.sql.CallableStatement;
  7. export declare const CallableStatement: $.java.sql.CallableStatement;
  8. export declare type Clob = $.java.sql.Clob;
  9. export declare const Clob: $.java.sql.Clob;
  10. export declare type Connection = $.java.sql.Connection;
  11. export declare const Connection: $.java.sql.Connection;
  12. export declare type DatabaseMetaData = $.java.sql.DatabaseMetaData;
  13. export declare const DatabaseMetaData: $.java.sql.DatabaseMetaData;
  14. export declare type NClob = $.java.sql.NClob;
  15. export declare const NClob: $.java.sql.NClob;
  16. export declare type ParameterMetaData = $.java.sql.ParameterMetaData;
  17. export declare const ParameterMetaData: $.java.sql.ParameterMetaData;
  18. export declare type PreparedStatement = $.java.sql.PreparedStatement;
  19. export declare const PreparedStatement: $.java.sql.PreparedStatement;
  20. export declare type Ref = $.java.sql.Ref;
  21. export declare const Ref: $.java.sql.Ref;
  22. export declare type ResultSet = $.java.sql.ResultSet;
  23. export declare const ResultSet: $.java.sql.ResultSet;
  24. export declare type ResultSetMetaData = $.java.sql.ResultSetMetaData;
  25. export declare const ResultSetMetaData: $.java.sql.ResultSetMetaData;
  26. export declare type RowId = $.java.sql.RowId;
  27. export declare const RowId: $.java.sql.RowId;
  28. export declare type RowIdLifetime = $.java.sql.RowIdLifetime;
  29. export declare const RowIdLifetime: typeof $.java.sql.RowIdLifetime;
  30. export declare type SQLException = $.java.sql.SQLException;
  31. export declare const SQLException: $.java.sql.SQLException_C;
  32. export declare type SQLType = $.java.sql.SQLType;
  33. export declare const SQLType: $.java.sql.SQLType;
  34. export declare type SQLWarning = $.java.sql.SQLWarning;
  35. export declare const SQLWarning: $.java.sql.SQLWarning_C;
  36. export declare type SQLXML = $.java.sql.SQLXML;
  37. export declare const SQLXML: $.java.sql.SQLXML;
  38. export declare type Savepoint = $.java.sql.Savepoint;
  39. export declare const Savepoint: $.java.sql.Savepoint;
  40. export declare type Statement = $.java.sql.Statement;
  41. export declare const Statement: $.java.sql.Statement;
  42. export declare type Struct = $.java.sql.Struct;
  43. export declare const Struct: $.java.sql.Struct;
  44. export declare type Wrapper = $.java.sql.Wrapper;
  45. export declare const Wrapper: $.java.sql.Wrapper;