hedera-web/js/sql/target.js

8 lines
95 B
JavaScript

/**
* The equivalent of a SQL target.
**/
Sql.Target = new Class
({
Extends: Sql.Object
});